That is not the solution I was hoping for but it does work. You are correct that that is what tabs were meant for. I was hoping to be able to highlight a range, select a menu option pointing to a macro, and be prompted for a column number. Alas, that is not meant to be.
Thank you AK47 nevertheless.
Search found 6 matches
- Fri Oct 17, 2014 8:52 pm
- Forum: General
- Topic: Regex / macro to align columns
- Replies: 2
- Views: 1560
- Fri Oct 17, 2014 8:45 pm
- Forum: General
- Topic: Set folder location for ConfigState.xml and GUIState.xml
- Replies: 4
- Views: 677
- Thu Oct 16, 2014 10:37 pm
- Forum: General
- Topic: Regex / macro to align columns
- Replies: 2
- Views: 1560
Regex / macro to align columns
Given 3 columns of whitespaced delimited words with uneven spacing, I would like to align the columns:
I have:
xxxxxxxxx AS yyyyyyyyyyyyyyyy
x AS yyy
xxxx AS yy
I would like:
xxxxxxxxx AS yyyyyyyyyyyyyyyy
x AS yyy
xxxx AS yy
I would like to use search and replace with regular expressions. The ...
I have:
xxxxxxxxx AS yyyyyyyyyyyyyyyy
x AS yyy
xxxx AS yy
I would like:
xxxxxxxxx AS yyyyyyyyyyyyyyyy
x AS yyy
xxxx AS yy
I would like to use search and replace with regular expressions. The ...
- Thu Oct 16, 2014 10:07 pm
- Forum: General
- Topic: Set folder location for ConfigState.xml and GUIState.xml
- Replies: 4
- Views: 677
- Fri Sep 12, 2014 3:27 pm
- Forum: General
- Topic: Set folder location for ConfigState.xml and GUIState.xml
- Replies: 4
- Views: 677
Set folder location for ConfigState.xml and GUIState.xml
Is there a way to change the folder location for ConfigState.xml and GUIState.xml and TextPadKey.xml? I am using TextPad on a company machine and they restrict me to writing folders on the C drive.
There is post with the same subject under the "Enhancement Suggestions" subforum but that was years ...
There is post with the same subject under the "Enhancement Suggestions" subforum but that was years ...
- Thu May 01, 2008 5:16 pm
- Forum: General
- Topic: syntax file highlight a string
- Replies: 4
- Views: 837
I see there has been a similar response in topic 8598: http://forums.textpad.com/viewtopic.php?t=8598 . In my syntax file that views log files after compilation, I have SingleCommentColAlt set to "Warning." I then set comments to blue. This highlights all lines that begin with that word. I'd like to ...