Search found 100 matches

by woho
Fri Apr 15, 2005 3:39 pm
Forum: Tips
Topic: c function call hyper-links
Replies: 8
Views: 6213

to woho: how did you do this thing "<Alt><Left> takes me back where I came from"? useful to me as well... invoke findTag with parameter "-back" !! Create a TextPad tool: command:FindTag.exe parameter: -back assign <Alt><Left> as Keyboard Shortcut to the new Tool woho [/img]
by woho
Fri Apr 15, 2005 3:24 pm
Forum: Enhancement Suggestions
Topic: Quick Open File: auto-use selected text as filename
Replies: 1
Views: 163

Hi
an when there is no text selected, the QuickOpen Textbox should contain the path of the current file (that is also returned by $File in the tool macros)
example see
http://www.textpad.info/forum/viewtopic.php?t=6356
by woho
Fri Apr 15, 2005 3:04 pm
Forum: Enhancement Suggestions
Topic: Quick Open File: long paths are obscured, not visible
Replies: 1
Views: 150

additional suggestion for 'Quick Open' box

Hi I would also appreciate a lot if the Edit Field was not empty when opening it but CONTAINED THE CURRENT PATH So it would be very easy to open the same file on another path i.e. C:\MySource\Customer1\ProjectGUI\Version2\src\dialogxy4.c C:\MySource\Customer2\ProjectGUI\Version2\src\dialogxy4.c => j...
by woho
Fri Apr 15, 2005 2:54 pm
Forum: Enhancement Suggestions
Topic: Sort Feature: option for "delete duplicate lines"
Replies: 3
Views: 328

this would be great !!
by woho
Thu Oct 14, 2004 1:07 pm
Forum: Enhancement Suggestions
Topic: Open File with same name but little different path
Replies: 0
Views: 126

Open File with same name but little different path

Task: opening a file with the same name like the current open but little different path i.e.: Currently open file: \\OurServer\projects\MyProject2\Customer3\ECU2\v2100\src File to be opened \\OurServer\projects\MyProject5\Customer3\ECU2\v2100\src What I do now: - Context Menu/Properties => Filename ...
by woho
Thu Oct 14, 2004 12:08 pm
Forum: Enhancement Suggestions
Topic: Showing page numbers
Replies: 1
Views: 163

Hi Frank
Try following:
Select the lines you'd like to print
File menu/print
=> when I do this just the selection is printed !

Wolfgang
by woho
Tue Oct 28, 2003 4:14 pm
Forum: Tips
Topic: c function call hyper-links
Replies: 8
Views: 6213

!! This is a really great tool !! It integrates ctags.exe in TextPad very well. It is most useful for browsing through a huge C project which I didn't write myself. I have just to place the cursor over a "tag" (function, variable, structure member, typedef,...) and press <Alt><Right> (this...
by woho
Thu Oct 16, 2003 9:50 am
Forum: Enhancement Suggestions
Topic: Button(s) to Comment and Uncomment code block
Replies: 1
Views: 282

yes please !!

would be VERY useful !! it would be also nice that this button UNcomments the selected lines if there is already an single line comment tag (this could also be done with block selection, but only when the single comment tags are in the same column) it should be cleared how to handle "SingleComm...
by woho
Tue Sep 02, 2003 4:03 pm
Forum: General
Topic: Shortcut Key F2 (Search/next bookmark) doesn't work
Replies: 2
Views: 154

Shortcut Key F2

That's it
Until now I had thought key shortcuts apply only to the active window application (except windows shortcuts like i.e. <WindowsKey>+M for minimizing all windows in Win2k)
But I found that F2 doesn't work in TextPad (active window) as long as KeyNote runs (not active window)

Thanx
by woho
Tue Sep 02, 2003 9:25 am
Forum: General
Topic: Shortcut Key F2 (Search/next bookmark) doesn't work
Replies: 2
Views: 154

Shortcut Key F2 (Search/next bookmark) doesn't work

Hi everybody I've a problem with key shortcuts: <F2> does not work for jumping to NEXT bookmark <Shift>+<F2> works for jumping to the previous bookmark Using the menu instead of keybord shortcut works Viewing the list in Preferences/Keybord tells me ... BookmarkNext F2 BookmarkPrev Umschalt+F2 ... &...