You are not logged in.
Pages: 1
Gee, I've written several nice sets of rules, with clever regex rules, saved as presets. But after 6 months I can't remember what some of those "clever" rules were supposed to do.
How about allowing a "comment" rule so that I could put a comment line above some of my more inscrutable rules? A "comment" rule would just display a text string in the rule box. Just a thought.
Offline
Already possible! Give me a sec.. will post a screenshot!
Offline
Pascalscript rule allows comments: anything after two slashes "//" treated as comment, but "begin end." must be there for script to be valid, so it will simply do nothing. So this script below will work like a comment:
// some comment here //
begin end.
Offline
Pages: 1