Search found 22 matches

by robertcollier4
Sat Jun 11, 2016 12:23 am
Forum: Enhancement Suggestions
Topic: Portable Text Pad
Replies: 4
Views: 3462

How to run Textpad in portable mode

Copy the contents of
%ALLUSERSPROFILE%\Application Data\Helios\TextPad
to new folder:
TextPad\license

Copy the contents of
%USERPROFILE%\Application Data\Helios\TextPad\7
to new folder:
TextPad\config

Now can run portable with the following LNK shortcut file:
TextPad.exe -f config -k license
by robertcollier4
Sat Jun 11, 2016 12:05 am
Forum: Enhancement Suggestions
Topic: Hide Horizontal scroll bar when Word wrap active
Replies: 0
Views: 2436

Hide Horizontal scroll bar when Word wrap active

Recommendation for new checkbox in Preferences > View [X] Hide Horizontal scroll bar when Word wrap active The horizontal scroll bar is not needed when word wrap is active. Sometimes you want to turn word wrap on and off in the middle of working on a document without also having to turn the horizont...
by robertcollier4
Sat Feb 09, 2013 3:17 pm
Forum: General
Topic: Cut/Copy - If no selection apply to current line
Replies: 5
Views: 520

OK, thanks. It seems to me that it might be possible for me to create this via a Add-in Macro. Where is the Macro API? I cannot find any documentation. How were the following add-ins created? What is the process for creating and compiling a .TPM file? http://www.textpad.com/add-ons/macros.html Shoul...
by robertcollier4
Fri Feb 08, 2013 3:34 pm
Forum: General
Topic: Cut/Copy - If no selection apply to current line
Replies: 5
Views: 520

Thanks, but I was hoping to be able to assign Ctrl+X to both EditCut and EditCutLine. And Ctrl+C to both EditCopy and EditCopyLine.

Can these two be assigned to the same hotkey at the same time?
by robertcollier4
Sun Feb 03, 2013 8:12 pm
Forum: General
Topic: Cut/Copy - If no selection apply to current line
Replies: 5
Views: 520

Cut/Copy - If no selection apply to current line

Is there any way to make that, if nothing is selected and Cut or Copy is done, then Textpad will apply Cut/Copy to the current line? This is such a common programmer workflow to move lines around. It really wastes my keystrokes to always have to have to hit "<Home> <Shift+Down><Ctrl+X>" ev...
by robertcollier4
Fri Jan 18, 2013 11:51 pm
Forum: General
Topic: Really annoying - right click to open in Textpad.
Replies: 12
Views: 3450

Another reason for this happening can be for when notepad is being called with file names with spaces in it and you have Textpad set to "Replace Notepad". To fix: Search registry for all instances of following text: notepad.exe %1 replace with: notepad.exe "%1" From Textpad help ...
by robertcollier4
Fri Jan 18, 2013 11:42 pm
Forum: General
Topic: Really annoying - right click to open in Textpad.
Replies: 12
Views: 3450

Try the following Registry script, should fix it. To use, paste the following into a blank text file and save the file with a .REG extension. Then right click on the .REG file and go to "Merge". You should also uncheck "Preferences > General > Put shortcuts to Textpad on > Context men...
by robertcollier4
Fri Jan 18, 2013 11:24 pm
Forum: General
Topic: Help! Lost all settings
Replies: 2
Views: 482

Not sure for your older version, Textpad 4, but this is where you might find them:
C:\Documents and Settings\<Username>\Application Data\Helios\

Also search hard drive for files:
ConfigState.xml
GUIState.xml
custom.bnd

You can also try searching your hard drive for "Helios".
by robertcollier4
Tue Jan 08, 2013 9:08 pm
Forum: Tips
Topic: Add "Open with TextPad" to context menu in Windows
Replies: 1
Views: 5123

You can do it a better way by passing the filename with DDE so that Textpad will not launch a new instance but rather open the file in the current window. Save the following as a .REG file and Right Click on the .REG file and choose Merge. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\sh...
by robertcollier4
Mon Jan 07, 2013 7:31 pm
Forum: Tips
Topic: Setting the Default Unknown Action to Textpad in Windows 7
Replies: 1
Views: 3210

This will do it properly with passing the filename through dde - so that Textpad will open the file in the existing window instead of launching a new instance. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Unknown\shell] @="Textpad" [HKEY_CLASSES_ROOT\Unknown\shell\Textpad] @=&qu...
by robertcollier4
Mon Jan 07, 2013 7:25 pm
Forum: General
Topic: Preferences->General: items grayed out/disabled
Replies: 2
Views: 521

I have observed this happens when using it in Portable mode.
by robertcollier4
Mon Jan 07, 2013 6:58 pm
Forum: Enhancement Suggestions
Topic: Allow toolbars to be docked on same row as menu bar
Replies: 0
Views: 633

Allow toolbars to be docked on same row as menu bar

It would be nice if the toolbars could be dragged to the right of the toolbar - so that people with widescreens could have their menu bar and toolbar all on one line.
by robertcollier4
Mon Jan 07, 2013 2:18 pm
Forum: Enhancement Suggestions
Topic: Please have Ctrl+Tab go through the tabs in order shown
Replies: 2
Views: 1066

Please have Ctrl+Tab go through the tabs in order shown

Please have Ctrl+Tab go through the tabs in order that they are shown. (Not by most recent).

Please also have the documents on the Document Selector shown in same order as shown in the tabs.

Thank you for a great product.
by robertcollier4
Mon Jan 07, 2013 2:13 pm
Forum: Enhancement Suggestions
Topic: Ctrl+C - Copy Entire Line If Nothing Selected
Replies: 0
Views: 650

Ctrl+C - Copy Entire Line If Nothing Selected

It would be nice to have a keyboard configurable shortcut for the behavior common in programming IDEs, that is: Ctrl+C when nothing selected - will copy the current line. Ctrl+V -- will paste that line with original indentation (from beginning of line, not from current keyboard caret indentation). T...
by robertcollier4
Wed Dec 26, 2012 5:54 am
Forum: General
Topic: Textpad does not put Unicode BOM when selecting in Save As
Replies: 3
Views: 446

That checkbox solves what I needed and my files are being correctly detected and read by other programs now. Thanks.
(I would recommend this option should be checked by default).