Search found 7 matches
- Tue Mar 01, 2005 11:16 am
- Forum: Enhancement Suggestions
- Topic: Code Formatting - Fonts as well as Colour
- Replies: 1
- Views: 355
Code Formatting - Fonts as well as Colour
I'd really like code formatting to include fonts as well as colour (like Scintilla/SciTE) - being able to use bold and italics makes keywords and comments stand out far more.
- Tue Mar 01, 2005 11:14 am
- Forum: Enhancement Suggestions
- Topic: Folding
- Replies: 1
- Views: 368
Folding
It would be very nice to be able to collapse and expand blocks of code, especially if settings were remembered.
- Tue Mar 01, 2005 11:12 am
- Forum: Enhancement Suggestions
- Topic: Position Caret on Focus
- Replies: 1
- Views: 184
Position Caret on Focus
If you are working on several documents (e.g. cutting and pasting between them) the you have to click on a window to give it focus before you can move the caret - so that's two clicks every time. It would be much nice, and more consistent with other Windows applications, if the caret was positioned ...
- Thu Jan 27, 2005 9:10 am
- Forum: Enhancement Suggestions
- Topic: Trim Trailing Whitespace
- Replies: 3
- Views: 454
Trim Trailing Whitespace
This is a function that could probably be done with a macro, but it would be a lot more efficient to do it with code - stripping whitespace off of the end of lines in a block. It would even be useful if it could be configured to happen automatically (a-lá VB).
- Tue Jan 25, 2005 4:13 pm
- Forum: Enhancement Suggestions
- Topic: One instance, multiple windows.
- Replies: 0
- Views: 193
One instance, multiple windows.
I like to work with only one instance of textpad open, but I have two monitors. If I am working with two related documents I would often like to have both visible on the screens at the same time (one in each screen). The only way I can maximise everything successfully is to open two instances of TP ...
- Tue Jan 25, 2005 4:05 pm
- Forum: Enhancement Suggestions
- Topic: Direct tool output directly to insertion point
- Replies: 1
- Views: 255
Direct tool output directly to insertion point
I have found a couple of situations where I run a tool that outputs text direct to stdout that I would really like inserted at the current insertion point rather than in a new document. Possibly using a regular expression to strip away unwant bits.
- Tue Jan 25, 2005 4:02 pm
- Forum: Enhancement Suggestions
- Topic: Column Marker
- Replies: 0
- Views: 173
Column Marker
In VS 2005 (and via a registry hack in earlier version) it is possible to set up column markers - a simple line running down the document to show you where certain columns (e.g. 80 chars) are. Obviously only possible when using fixed width fonts. I find them useful.