Search found 9 matches

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

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: 988

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, which is not ...
by SamuelReynolds
Mon Mar 21, 2005 11:06 pm
Forum: Enhancement Suggestions
Topic: 'Comment out' Buttons
Replies: 7
Views: 2028

I use it for editing C++ and Python source files, Windows batch files, Unix shell scripts, HTML files, and plain old text files. It's also my default application for viewing/editing .txt files. I have defined macros (using regex substitution) for un/commenting Python and shell files (#) and C ...
by SamuelReynolds
Fri Jan 28, 2005 6:03 pm
Forum: Enhancement Suggestions
Topic: Initialize Find TextBox with word at cursor location
Replies: 7
Views: 2205

You forgot "would make me stop using TextPad"! The way it works now works very well for me. If I've selected a word, it becomes the search word, and I don't even have to do a Find--just Find Again. If I then make a nearby edit, I need only hit an arrow key (to make sure nothing is selected) and Find ...
by SamuelReynolds
Wed Dec 29, 2004 1:20 am
Forum: Enhancement Suggestions
Topic: Find and Replace - Grand Unification Theory
Replies: 32
Views: 16552

FWIW, I never use the Search->Find (F5) command or the Find dialog. The Find dialog is an annoying and unnecessary subset of the Replace dialog. This same conceptual split is one of the more annoying "features" of Microsoft Word. One of the first things I did when I installed TextPad was to change ...
by SamuelReynolds
Wed Dec 29, 2004 12:51 am
Forum: Enhancement Suggestions
Topic: Expand/Collapse blocks of text
Replies: 63
Views: 550401

I would love to have "code folding" (outlining) in TextPad. Among other things, it would be ideal for editing Python. That said... Required reading before adding "code folding" (outlining): http://www.atpm.com/10.02/atpo.shtml I'm in favor of adding "code folding"... IF : * ...it can be turned on or ...
by SamuelReynolds
Wed Dec 29, 2004 12:08 am
Forum: Enhancement Suggestions
Topic: Enhanced Clip Library
Replies: 6
Views: 1851

As far as "a control character" to specify the cursor point, that's what TextPad does already, and it's good enough. If you *really* want to provide complete functionality, though, you will not satisfy everyone unless you come up with a way to give 'fill in the blank' style clip entries that allow ...
by SamuelReynolds
Tue Dec 28, 2004 11:54 pm
Forum: Enhancement Suggestions
Topic: Option to restrict macro to a single document type
Replies: 1
Views: 448

Option to restrict macro to a single document type

I would love to be able to, for example, set up document-type-specific macros for "Comment" and "Uncomment", and use the same shortcut key combo for any (programming) document type. Example: Comment/Uncomment In a Python file, ctrl-\ would invoke the CommentPython macro to insert a ' # ' at the ...
by SamuelReynolds
Tue Dec 28, 2004 11:02 pm
Forum: General
Topic: Find all occurences in this file.
Replies: 14
Views: 7462

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