topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 3:58 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Programming Utility SubFinder Script  (Read 15326 times)

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Programming Utility SubFinder Script
« on: February 20, 2008, 07:04 PM »
ahk Program: subscript

spotted this brilliant program from: Trubbleguy (www.autohotkey.com)
Posted: Tue Aug 28, 2007 3:56 pm    Post subject: Programming Utility SubFinder Script   

"NO MORE SCROLLING LOOKING FOR SUBS....OR ANY OTHER ITEM YOU ;tag "

Anyone who wastes time scrolling to find a label should give it a try!
I couldnt get it to work on my system, so here is modified version (works on XP).
When Editing an .ahk, .txt, or .BAT file, calling program (hotkey: [Shift]+F5)
 shows a Listview listing ALL Labels (OR Tags marks) in file being edited.
 - On selecting a Label (/Tag), Sends [Ctrl]+f to Editor to locate Label.
This saves endless time scrolling to find a Label:
Left program with various presettable options for the time being.

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #1 on: February 28, 2008, 10:45 PM »
Added a few minor bug-fixes
« Last Edit: July 21, 2009, 02:38 PM by TWmailrec »

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #2 on: February 29, 2008, 12:37 AM »
TWmailrec: how about a screenshot and a brief working example?

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #3 on: June 21, 2008, 09:07 PM »
Apologies for missing the reply from Ianux128 - I dont normally check this topic.

I am attaching latest bugfix:
    Corrected App identification.
    Corrected for ini setting "persist_fast=2" which avoids refilling
    Label-list each time [Shift]-F5 is pressed

Includes help file "README.TXT" explaining operation.
If README.TXT is opened in an Editor and subscript is run,
(press [Shift]-F5), the subscript table should appear listing all
"Headings" (Labels) and other options. Selecting a table entry should
cause the Editor to search for the selected label.
« Last Edit: July 21, 2009, 02:39 PM by TWmailrec »

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #4 on: June 22, 2008, 10:00 AM »
MOD: Improved help file now included.
« Last Edit: July 21, 2009, 02:39 PM by TWmailrec »

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #5 on: July 08, 2008, 03:19 PM »
MOD:
Support for Labels containing {Tab}, i.e. Label{Tab} ;Comments,
Supptort for variety of ".TXT" file Labels, e.g.
      A:{Label}, A:{Tab}{Tab}...Label, etc
« Last Edit: July 28, 2009, 05:18 PM by TWmailrec »

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #6 on: July 31, 2008, 06:20 PM »
Latest updates of subscript SubFinder from TWmailrec can be found at:
http://twm.dcmembers.com
« Last Edit: July 21, 2009, 02:41 PM by TWmailrec »

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #7 on: July 28, 2009, 05:20 PM »
Major Update, with a few new additional facilities

Latest updates of subscript SubFinder from TWmailrec can be found at:
http://twm.dcmembers.com
 
 
« Last Edit: August 14, 2009, 05:12 PM by TWmailrec »

TWmailrec

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 130
    • View Profile
    • Donate to Member
Re: Programming Utility SubFinder Script
« Reply #8 on: July 03, 2011, 08:56 PM »
Major Update, with a few new additional facilities, version 1.2:

Up to twenty new filetypes, configurable in .INI file
Subscript now handles a broader range of editors
Mark_Mode, Start/EndMark and AltMark filters now corrected
Known Bugs corrected
More errors corrected on 30/08/2011

Latest updates of subscript SubFinder from TWmailrec can be found at:
http://twm.dcmembers.com
 
 
« Last Edit: August 29, 2011, 08:45 PM by TWmailrec, Reason: new Update »