Search found 7 matches
- Sat Oct 23, 2010 5:34 pm
- Forum: General
- Topic: Strange sorting order in Document Seletor
- Replies: 20
- Views: 6966
- Mon Oct 18, 2010 11:45 am
- Forum: General
- Topic: Strange sorting order in Document Seletor
- Replies: 20
- Views: 6966
- Wed Mar 12, 2008 6:05 am
- Forum: Enhancement Suggestions
- Topic: Regular Expression syntax
- Replies: 4
- Views: 1642
- 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: 794
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 ...
- Sun Aug 26, 2007 3:41 pm
- Forum: Enhancement Suggestions
- Topic: Scripted Find-Replace (suggestion)
- Replies: 2
- Views: 435
- Sun Aug 26, 2007 3:33 pm
- Forum: Enhancement Suggestions
- Topic: Regular Expression syntax
- Replies: 4
- Views: 1642
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 ...
- Sat Aug 11, 2007 6:08 pm
- Forum: Enhancement Suggestions
- Topic: Hanging Indent - Possible?
- Replies: 2
- Views: 376
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 ...