Search found 7 matches

by Zhiroc
Sat Oct 23, 2010 5:34 pm
Forum: General
Topic: Strange sorting order in Document Seletor
Replies: 20
Views: 6158

A fairly easy workaround is to tap F11 twice (which closes the Doc selector then reopens it). Must be a configuration difference here, because this does not work for me. On my setup, F11 only invokes the document selector or returns to the document, and does not open and close it. This is the ...
by Zhiroc
Mon Oct 18, 2010 11:45 am
Forum: General
Topic: Strange sorting order in Document Seletor
Replies: 20
Views: 6158

I see this exact same behavior with 5.3.1 on Win7/64.

After saving a new file (which is initially correctly sorted as "DocumentN"), the name is not resorted after it is renamed.

A fairly easy workaround is to tap F11 twice (which closes the Doc selector then reopens it).
by Zhiroc
Wed Mar 12, 2008 6:05 am
Forum: Enhancement Suggestions
Topic: Regular Expression syntax
Replies: 4
Views: 1324

Bumping this....

Please, please update to a modern PCRE-based engine!
by Zhiroc
Sun Aug 26, 2007 4:47 pm
Forum: Enhancement Suggestions
Topic: The option to peek into a file rather than load it
Replies: 5
Views: 661

If you have perl installed (and who doesn't? :) ), here's a cheap "head" function: perl -pe "exit if $. > 5" file.txt (This works in a Command Window, you might have to play with the quoting, etc. to make it a tool. The only problem is that textpad doesn't have a generic file selector dialog to feed ...
by Zhiroc
Sun Aug 26, 2007 3:41 pm
Forum: Enhancement Suggestions
Topic: Scripted Find-Replace (suggestion)
Replies: 2
Views: 364

I just had a thought: how about an imbedded Perl interpreter as a macro language? Seems like the perfect language for such a task.
by Zhiroc
Sun Aug 26, 2007 3:33 pm
Forum: Enhancement Suggestions
Topic: Regular Expression syntax
Replies: 4
Views: 1324

Let me also add a request to implement full Perl regular expression syntax as described here . It has become, it seems a defacto new standard for REs and is also (with some differences) the syntax supported in the Java Pattern class. Word boundary (\b), non-greedy (.*?), and lookahead/lookbehind ...
by Zhiroc
Sat Aug 11, 2007 6:08 pm
Forum: Enhancement Suggestions
Topic: Hanging Indent - Possible?
Replies: 2
Views: 306

Rather than start a new thread, might as well reuse this very old one. I too would love to see a hanging indent feature. Alternatively, or in addition, I'd love to see text double-spaced on a hard return. The reason is that without either, it's really hard to tell the difference between a line that ...