Search found 100 matches

by woho
Mon Sep 17, 2018 9:48 am
Forum: General
Topic: Regular Expression \u Bug??
Replies: 3
Views: 1573

thanks to ben_josephs !
searched the help and found the answer to my question:
why does \U not work in my Textpad 7.6.4
by woho
Wed Nov 15, 2017 6:15 pm
Forum: General
Topic: Help convert single column address list into | pipe delimite
Replies: 3
Views: 2869

:D
by woho
Thu Oct 05, 2017 6:23 pm
Forum: General
Topic: Truncated lines
Replies: 1
Views: 1609

relly hard to understand what you mean
'capture': Is the error report it a textfile you try to open ?
'is truncated' : the textfile ends at byte nr 120 in textpad ?
any error messages or is the file loaded but too short ?
woho
by woho
Wed Aug 31, 2016 8:32 am
Forum: General
Topic: Preferences/Associated Files not moved to new PC (7.6.2)
Replies: 0
Views: 2569

Preferences/Associated Files not moved to new PC (7.6.2)

I never managed to move
Configuration/Preferences/Associated Files
from 1 PC to the next


cannot find the associations in %APPDATA%\Helios\TextPad\7
ConfigState.xml
GUIState-0700.xml

additionally only know custom.bnd for transferring settings

for Textpad versions < 6 the associations had been in ...
by woho
Fri Aug 12, 2016 12:54 pm
Forum: General
Topic: Windows .reg file modification problems
Replies: 7
Views: 2425

I used to save my *.reg files as 'DOS' and it worked
by woho
Sat Feb 13, 2016 8:05 pm
Forum: General
Topic: document class import or export
Replies: 1
Views: 1100

See the Textpad online help. The settings are in xml files that can easily be copied. No textpad on my tablet, but searching for 'xml' or 'settings' should bring you to the how to in the online help
by woho
Thu Nov 05, 2015 8:36 pm
Forum: General
Topic: TextPad 5
Replies: 1
Views: 996

I had used it for 2 years without problems. Recently I finally switched to TP 7.51 64bit and I like it even better.
by woho
Tue Oct 13, 2015 9:24 am
Forum: General
Topic: help button vanished from dialogs find (in files), replace
Replies: 2
Views: 1272

Much obliged
After 15 years with help button I really did not see that :roll:
by woho
Tue Oct 06, 2015 7:21 am
Forum: General
Topic: help button vanished from dialogs find (in files), replace
Replies: 2
Views: 1272

help button vanished from dialogs find (in files), replace

at least until Textpad 5.4.1 there was a 'help' button in following dialogs
- find (F5)
- find in files (<Ctrl>+F5)
- replace (F8)
which was really convenient to directly access search/replace expressions

this button has vanished in Textpad 7.5.1 (maybe before)

please reintroduce that !
by woho
Mon Oct 05, 2015 7:03 pm
Forum: General
Topic: TPV7.5.1 Nonsense Open with...
Replies: 1
Views: 1158

i do not think these context menu entries are bound to special filetypes - it's just offered for any file you are clicking on in windows

Textpad preferences lets you choose with checkboxes whether these entries in the contextmenu (or in 'send to' etc.) shall be shown

the PC I'm writing from has ...
by woho
Mon Oct 05, 2015 6:53 pm
Forum: General
Topic: TP7.5.1 Where to place additional .SYN files?
Replies: 4
Views: 1477

in preferences/ folder (linux PC here without TP) you can define folders for different files textpad uses - like e.g. *.syn files
so it is a good idea not to use a folder in a \Program FIles subdirectory like you did in 6.5 (and I guess it was the default at least in win XP) which might lost at a ...
by woho
Mon Oct 05, 2015 5:35 pm
Forum: General
Topic: Multiple Instances
Replies: 2
Views: 1155

1) open from shortcut
if you open textpad from the windows startmenu or a desktop shortcut (and not by doubleclicking a file in explorer) following workaround could help:
textpad offers command line options => see online help
-m stands for multiple
so textpad.exe -m will open a new instance ...
by woho
Wed May 20, 2015 8:08 am
Forum: General
Topic: Link to web page or files possible?
Replies: 4
Views: 1701

really by accident I just found an old note of mine which I did not remember any more: you can open any file in TP with TP:

place cursor in path (absolute or relative !; slash or backslash as separator)
<Ctrl>-<Shift>-G - 'FileGoTo'
=> file is opened in textpad
by woho
Tue May 19, 2015 6:05 pm
Forum: General
Topic: Link to web page or files possible?
Replies: 4
Views: 1701

yes it is possible
http://, file://, mailto: works
if the cursor is in a link and you rightcklick you can go to the link
blanks need to be filled with %20

I recorded a macro that replaces
'\' with '/'
' ' (blank) with '%20'
and puts a 'file://' in front so I can copy directly an win explorer ...
by woho
Tue Apr 21, 2015 8:25 am
Forum: Tips
Topic: goto dialog remembers last line where cursor was in
Replies: 0
Views: 73719

goto dialog remembers last line where cursor was in

<Ctrl>+G (menu 'search/Go To...' ) launches the GoTo dialog

I just found out (and could not find documented in online help) that subsequently launching the dialog toggles between the 2 last lines visited (== the cursor was in)

e.g. I'm in line 321 and want to go to line 4

- <Ctrl>+G,
- enter '4 ...