Search found 13 matches

by robertcollier4
Sat Feb 09, 2013 3:17 pm
Forum: General
Topic: Cut/Copy - If no selection apply to current line
Replies: 5
Views: 1325

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 ...
by robertcollier4
Fri Feb 08, 2013 3:34 pm
Forum: General
Topic: Cut/Copy - If no selection apply to current line
Replies: 5
Views: 1325

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: 1325

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>" every time ...
by robertcollier4
Fri Jan 18, 2013 11:51 pm
Forum: General
Topic: Really annoying - right click to open in Textpad.
Replies: 12
Views: 5680

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 page "Command Line ...
by robertcollier4
Fri Jan 18, 2013 11:42 pm
Forum: General
Topic: Really annoying - right click to open in Textpad.
Replies: 12
Views: 5680

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 menu"

Windows ...
by robertcollier4
Fri Jan 18, 2013 11:24 pm
Forum: General
Topic: Help! Lost all settings
Replies: 2
Views: 865

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: 15800

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 ...
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: 13520

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 ...
by robertcollier4
Mon Jan 07, 2013 7:25 pm
Forum: General
Topic: Preferences->General: items grayed out/disabled
Replies: 2
Views: 1031

I have observed this happens when using it in Portable mode.
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: 919

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).
by robertcollier4
Tue Dec 25, 2012 6:54 pm
Forum: General
Topic: Textpad does not put Unicode BOM when selecting in Save As
Replies: 3
Views: 919

Textpad does not put Unicode BOM when selecting in Save As

I understand that Textpad does not have full Unicode support, that is fine.

But can I ask that Textpad atleast put the BOM (Byte Order Mark) when selecting Unicode in "Save As" -- so that if I create a text file with normal characters - and want to save it as type Unicode - that atleast it will not ...
by robertcollier4
Tue Nov 06, 2012 3:14 pm
Forum: General
Topic: Change background color of left bar where line numbers are
Replies: 3
Views: 948

Done, thanks!

Thank you so much MudGuard - that did it perfectly. For some reason I did not see that option before when looking in Colors. Much appreciated for bringing it to my attention.
by robertcollier4
Thu Nov 01, 2012 2:06 pm
Forum: General
Topic: Change background color of left bar where line numbers are
Replies: 3
Views: 948

Change background color of left bar where line numbers are

Hi - I like to operate with a White On Black color theme (easier on eyes and for working in night). I am able to change everything fine - EXCEPT the left bar as shown in the below image.

Can someone tell me how to also get this left bar to be white on black? Thanks.

http://i48.tinypic.com/35jwh8m ...