We should push to have the source code released under the LGPL , and make TextPad an open-source program! If he isn't going to make the changes we are asking for/fix the bugs that need fixing, then maybe he should let us do it!
Just a thought.
Search found 4 matches
- Tue May 10, 2005 3:45 pm
- Forum: General
- Topic: Is TextPad going away?
- Replies: 24
- Views: 10318
- Wed Mar 23, 2005 7:56 pm
- Forum: General
- Topic: TextPad on a USB Flash Drive
- Replies: 1
- Views: 574
TextPad on a USB Flash Drive
:arrow: I use TextPad for just about everything ... and I recently acquired a 512 MB SanDisk Cruzer Micro USB flash drive. :arrow: I decided to put TextPad on it, and remove it from my desktop machine -- and it appears to work just fine. I have not tried it out however on a machine that TextPad had ...
- Tue May 11, 2004 9:31 pm
- Forum: General
- Topic: Can you convert tabs to spaces in selected text?
- Replies: 16
- Views: 1652
- Tue May 11, 2004 5:22 pm
- Forum: General
- Topic: Can you convert tabs to spaces in selected text?
- Replies: 16
- Views: 1652
Easy... if REAL regex were supported
I am pulling my hair out-- I wish Textpad had the same support for RegEx as Perl does. To solve your problems, if TextPad support REAL regex, you could do it with this single search and replace: Search: ^\s{1,4} Replace: \t That would search for a minimum of 1 space, up to 4 spaces, and replace them ...