vote up 4 vote down star
5

I use Textpad as a text editor, so far I have found few of the features to be invaluable, please list features and keyboard shortcuts you find to be useful.

  1. CTRL + SHIFT + G : Selecting a file name and pressing this key combination will open this file in the editor.
  2. ALT + Mouse Left click + drag : This will let you select (to copy or cut) text vertically.
  3. CTRL + F5 : Find in files in subfolders.
  4. CTRL + M : To locate the matching end/begin braces.
  5. Regular expression support in find and replace.
  6. CTRL + F9 : Compare files
  7. Editable syntax hilighting
  8. Macros
  9. Abundance of free extensions

Hope there are people out there who use Textpad.

flag
This should be a community wiki question! – romaintaz Mar 3 at 8:52
There are free editors that have all of these features... FAR Manager is free/open source and (with the help of plugins) its text editor can do all those, except by-line compare. – CyberShadow Jun 9 at 14:18
FYI, ALT + Mouse Left click + drag is actually a lesser known Windows convention. Try it in MS Word or Visual Studio! – Bob Albright Sep 23 at 3:33

8 Answers

vote up 3 vote down
  • STRG + SHIFT + R/STRG + R = The easy way of recording and using macros.
  • STRG + F9 = File compare
  • F9 = Sophisticated sorting of lines.
  • Find and Replace in all open documents
  • STRG + Q,B = Block Selection Mode
link|flag
vote up 2 vote down
  • The Various Change case related
  • shortcuts Block Select Mode Join
  • Lines Manage Files functinality
  • (touch, rename, copy) Workspaces
  • functionality Boomarks functionality
link|flag
vote up 2 vote down

Favourite features...

  1. editable syntax hilighting - means I can use it as a code review tool without the overhead of an IDE.
  2. find in files
  3. macros, take all the sweat out of manipulating logs
  4. tolerance to file format. If in doubt, open it in TextPad and see what's inside.
  5. Abundance of free extensions

Love it, use it a lot. Even bought it!

link|flag
vote up 0 vote down

File renaming. More importantly, file renaming while keeping the file opened.

In most editors, if I want to rename a file that I have opened, I will have to close the file, rename in Explorer, then open the file again. But in Textpad, all I have to do is File -> Rename. And the file gets renamed, without me having to close it.

link|flag
vote up 0 vote down

The best feature is the Clip Library on the left hand side. Many editors support something like that, but TextPad is the only editor I've found that lets you have multiple Clip Books with no limit to how many entries, and lets you right click on the entry to edit it.

I use per language Clip Books to store all my boilerplate code.

You can also download user submitted Clip Books for most languages.

link|flag
vote up 0 vote down
  • "find in files". In the result page you can click on the found occurrences and TextPad will open the file, cursor at the respective line.
  • block editing
  • integrating external tools to work with the current file
link|flag
vote up 0 vote down

The latest TextPad (5.3) finally has incremental search.

link|flag
For some reason, I still prefer version 4.7.3! – Amro Nov 12 at 18:48
vote up 0 vote down

Right-click 'Open in Textpad' on any file.

(Except in Windows 7).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.