The forgotten Milk

LifeHacks + Coding = HappyLife

5/31/2007

Create Document Map on common txt in UltraEdit

UltraEdit is an text, HTML and HEX editor, and an advanced PHP, Perl, Java and JavaScript editor for programmers. One important and popular feature is the function list. But when processing common txt file, no function list. You need customize the "wordfile.txt".
Please open the wordfile.txt in the UltraEdit install directory. And append the below characters.


/L14"TXT" Noquote Line Comment = # Line Comment Num = 5Note: Block Comment On = /* Block Comment Off = */ File Extensions = TXT
/Delimiters = !&*()+=|/;"'<>:@ ,./
/Function String = "%[0-9].*"


It can process the titles like "1.", "1.1" as document map.


And I wrote one reference for each language in the default wordfile and share it here.

Labels: ,

17 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home