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 ...
Search found 9 matches
- Fri Oct 11, 2013 2:25 pm
- Forum: General
- Topic: block-comment macro broke in TP 7
- Replies: 2
- Views: 1104
- Thu Sep 05, 2013 6:47 pm
- Forum: General
- Topic: block-comment macro broke in TP 7
- Replies: 2
- Views: 1104
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 ...
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 ...
- Mon Mar 21, 2005 11:06 pm
- Forum: Enhancement Suggestions
- Topic: 'Comment out' Buttons
- Replies: 7
- Views: 2516
- Fri Jan 28, 2005 6:03 pm
- Forum: Enhancement Suggestions
- Topic: Initialize Find TextBox with word at cursor location
- Replies: 7
- Views: 2644
- Wed Dec 29, 2004 1:20 am
- Forum: Enhancement Suggestions
- Topic: Find and Replace - Grand Unification Theory
- Replies: 32
- Views: 18106
- Wed Dec 29, 2004 12:51 am
- Forum: Enhancement Suggestions
- Topic: Expand/Collapse blocks of text
- Replies: 63
- Views: 583480
- Wed Dec 29, 2004 12:08 am
- Forum: Enhancement Suggestions
- Topic: Enhanced Clip Library
- Replies: 6
- Views: 1965
- Tue Dec 28, 2004 11:54 pm
- Forum: Enhancement Suggestions
- Topic: Option to restrict macro to a single document type
- Replies: 1
- Views: 495
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 ...
Example: Comment/Uncomment
In a Python file, ctrl-\ would invoke the CommentPython macro to insert a ' # ' at the ...
- Tue Dec 28, 2004 11:02 pm
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 9341
Grep for Windows
GNU utilities for Win32, at http://unxutils.sourceforge.net/Jens, I like your idea very much, can you please recommend where to find a grep for Windows?
HTH.
- SamR