Search found 3 matches

by SamuelReynolds
Fri Oct 11, 2013 2:25 pm
Forum: General
Topic: block-comment macro broke in TP 7
Replies: 2
Views: 1195

Any response would be nice...

Is there any chance of this being fixed soon?

I've used TextPad as my programming editor for years, and block commenting has become automatic: select block, hit alt-\. Done.

Now, select block and alt-\ has become select block and alt-\-o-crap-rightarrow-rightarrow-delete, and it is driving me ...
by SamuelReynolds
Thu Sep 05, 2013 6:47 pm
Forum: General
Topic: block-comment macro broke in TP 7
Replies: 2
Views: 1195

block-comment macro broke in TP 7

I just upgraded from TP5 to TP7.0.9.

I have used the following regex substitution (stored as a macro) for years to comment out selected blocks of code:

find: ^
replace with: #


I just upgraded to TP 7.0.9, and this substitution broke: it now adds the # to the start of the following line ...
by SamuelReynolds
Tue Dec 28, 2004 11:02 pm
Forum: General
Topic: Find all occurences in this file.
Replies: 14
Views: 10601

Grep for Windows

Jens, I like your idea very much, can you please recommend where to find a grep for Windows?
GNU utilities for Win32, at http://unxutils.sourceforge.net/

HTH.


- SamR