:Subscript Help:

 Subscript creates a Table to lists "Labels" (or ";Tag" marks, according to settings) 
 contained in an "ahk" script.
 If an Entry within the table is selected, the program will use the Editor (Active App) to 
 locate the Label (or ";Tag").
 Also operates on .BAT files or (for :Headings . . ) .txt,.txx files, where Labels have a 
 colon ":" at the start of line. 

 Original program from www.autohotkey.com:
 language:       english
 platform:       win9x/nt/xp
 author:         Trubbleguy <trubbleguy@trubbleguy.com> 
 November 21 2007

 modified by TWmailrec, to make it work correctly and faster, and offer additional facs.
	 "BIGNOTE" removed.

:HotKeys

 	!^esc: exitapp
 	F10:   exitapp
	^!f5:  sendRaw  ;###########################################################################################
					;tag`n
 	+f5:   display  list of Labels/";Tags" for Selection

 As Long as the Editor "Title" carries the current .AHK extension, should work on most editors.

 Default: uses Label":" as the key to jump to a Label
  from Setup:  use ";tag" as the key to jump to a sub/routine
  	Ctrl+ALT+F5 will insert one whereever it is needed
	whatever is on the next line after ";tag", is displayed in the subscript window.
 Selecting "SORT List ON/OFF" at end of table will toggle list-SORT option. Default is SORT OFF.

 This version includes a special variation to allow the hotkey [Ctrl]+R in EditPad Pro Editor

:HotKeys programmed into Subscript.ahk, (.exe)

	[Alt]+[Ctrl]+Esc  OR  F10: exit
	[Alt]+[Ctrl]+F5: Write ";Tag" + Separator line
	[Shift]+F5: Show list of Labels / ";Tags"
Click on item in List to jump to Subroutine Label/";Tag" 
Selecting "SORT List ON/OFF" will toggle list-SORT ON or OFF
For .ahk files, Sub/r labels end with ":"
For .txt / .BAT files, Sub/r labels start with ":"
SetUp: Recheck Screen settings & select listing of "Labels" or ";Tag" marks

Install:

UNZIP zip file to the directory from which the program will be run.
Included in zip is "Anchor.ahk" which is needed by the program.

With the use of a hotkey management program to provide a program-specific macro set,
program [Shift]+F5 (under Editor), to run Subscript.exe, or if Editor permits programmable
Tools, call program within the Editor.

INI File:

[Settings]
InitConfigini=0		(Default=0), if =1: Adjust Table height for font & Screen Res.
Persist_fast=2		if =2  (Deflt) prog is Persistant (TSR), with fast mode- no rescan
					if =1  prog is Persistant (TSR), with fast mode- but no SetTimer-(autoExit)
					if =0  prog is NOT Persistant, always rescan Editor, Exit after "Find"
labelscout=1		if =1 (Deflt), Use Labels ":", if = 0 - use ";Tag"
fontsize=10			Set according to preference
ScreenHeight=600	set by program
rowheight=17		set by program
winheightwaste=70	set by program

;###########################################################################################
;tag
