The easiest would be to write a script hat does it.
It would be easier to do it in TextPad, but the behavior seems random.
Divide the text in substrings, and find the closest backwards match whitespace (unless you're ok with words cut in the middle)
Search found 20 matches
- Mon Dec 27, 2004 6:02 pm
- Forum: General
- Topic: Line breaks not working for Doc class
- Replies: 3
- Views: 791
- Mon Dec 27, 2004 5:59 pm
- Forum: General
- Topic: Find in Files across multiple root directories
- Replies: 7
- Views: 1577
File List
Very helpful, I didn't know TP could do that ...
- Mon Dec 27, 2004 5:57 pm
- Forum: General
- Topic: New features
- Replies: 1
- Views: 455
TextPad 5
When I asked the same (when), I was told that Helios was working on TexPad 5 - but no ETA
- Mon Dec 27, 2004 5:56 pm
- Forum: General
- Topic: New version of TextPad
- Replies: 6
- Views: 1755
TextPad programming editor
Same here.
Zridling, do you have a URL for the new programming editor ?
Helios says working on TextPad 5, but no ETA
Zridling, do you have a URL for the new programming editor ?
Helios says working on TextPad 5, but no ETA
- Mon Dec 27, 2004 5:52 pm
- Forum: General
- Topic: Help: Explorer lockup after editting .bat file
- Replies: 5
- Views: 652
Batch File Locks
Could be SP2 - are batch files associated with any program (they shouldn't)
- Mon Dec 27, 2004 5:50 pm
- Forum: General
- Topic: Copy loses focus
- Replies: 2
- Views: 486
Loses focus
Same for me. Gone since transparent windows was unchecked
- Mon Dec 27, 2004 5:49 pm
- Forum: General
- Topic: Searching for text of a specific length
- Replies: 3
- Views: 505
Length match
By the way, "<a>.{X,Y}</a>" where X and Y respectively represent minimal and maximal string length ...
- Mon Dec 27, 2004 5:47 pm
- Forum: General
- Topic: TextPad 4.7.3 problem with enabling syntax highlighting
- Replies: 2
- Views: 600
Java Highlighting
Is the file extension concerned registered under multiple (or any) "Document Classes" (TextPad's Preferences dialog) ?
- Mon Dec 27, 2004 5:41 pm
- Forum: General
- Topic: Slightly OT:Monospaced Fonts
- Replies: 22
- Views: 2783
Monospaced font
Have you ever tried Raize ?
It's free. The only problem is that it (unlike Courier New, but like Courier) cannot be anti-aliased regardless of (Win) OS settings ...
http://www.raize.com/DevTools/Tools/RzFont.asp
It's free. The only problem is that it (unlike Courier New, but like Courier) cannot be anti-aliased regardless of (Win) OS settings ...
http://www.raize.com/DevTools/Tools/RzFont.asp
- Mon Dec 27, 2004 5:37 pm
- Forum: General
- Topic: Tool/Macro problem
- Replies: 4
- Views: 799
Macro Scheduler
Thanks for the link Bob - Macro Scheduler is priceless
I had never heard of it before ...
I had never heard of it before ...
- Mon Dec 27, 2004 5:34 pm
- Forum: General
- Topic: Replace Blank
- Replies: 10
- Views: 1441
Tabs
Aren't tabs more reference to fixed column rather than "amount of whitespace" ?
As far as tab handling in editing/RegExp, they're treated as a single char ...
As far as tab handling in editing/RegExp, they're treated as a single char ...
- Mon Dec 27, 2004 5:31 pm
- Forum: General
- Topic: numeric character reference being replaced by character.
- Replies: 4
- Views: 610
Named Entities
Have you tried using named entities instead of Hex values ?
Unless you have to use XHTML/XML, it should not be converted.
Even if you have to use XHTML/XML, you can escape the ampersand and use named entities
Unless you have to use XHTML/XML, it should not be converted.
Even if you have to use XHTML/XML, you can escape the ampersand and use named entities
- Mon Dec 27, 2004 5:30 pm
- Forum: General
- Topic: How to display text also in hex.
- Replies: 4
- Views: 1796
Hex view of text
If you save/rename the file with a binary extension (".exe" e.g.), close it and reopen it with TextPad, it will show it in binary format
- Mon Dec 27, 2004 5:28 pm
- Forum: General
- Topic: How do I make TP go back to working doc after using tool
- Replies: 3
- Views: 437
Batch File Comments
"REM" should be marking comments
"@" indicates special commands, such as "@ echo off\nCLS"
"@" indicates special commands, such as "@ echo off\nCLS"
- Mon Dec 27, 2004 5:26 pm
- Forum: General
- Topic: TextPad regexp only allows nine back references
- Replies: 6
- Views: 747
Regexp
More expressions to match than nine in one run I presume.
For comma/tab delimited files, I found the same problem, i.e. nine matches being insufficient ...
For comma/tab delimited files, I found the same problem, i.e. nine matches being insufficient ...