Search found 100 matches

by woho
Thu Aug 25, 2011 8:37 pm
Forum: General
Topic: Right click for a zip file is not working in Textpad
Replies: 13
Views: 1695

I just tried myself Textpad/File/Open.. => Windows dialog appears Here I get a context menu with right click on files of different extensions When I right click on a *.zip file I do not get a context menu at all - strange Found a workaround for use in TP: Textpad/View/Explorer: here also *.zip files...
by woho
Thu Aug 25, 2011 8:22 pm
Forum: General
Topic: *.bat files stop working when I install textpad on Windows 7
Replies: 1
Views: 173

Textpad/Preferences/Associated Files
does it include .bat ?

If yes then delete it

regards
woho
by woho
Tue Aug 09, 2011 3:38 pm
Forum: General
Topic: Ctags and Search Results window move in Textpad
Replies: 12
Views: 1062

1) I had written => the directory determines the 'root' for ctags; in my case I start 2 levels above my file before 2) You do not have to use $FileDir you can input a fixed string like C:\MyProjs\No7 3) $FileDir et alii are TextPad Macros for Tools => search the TextPad Help for $File 4) My Settings...
by woho
Tue Aug 09, 2011 8:41 am
Forum: General
Topic: Ctags and Search Results window move in Textpad
Replies: 12
Views: 1062

Find Tags: -tag $AppWnd $File $Line $SelWord Tag " not found! - a) you did not write what you wrote in the 'Initial folder' field (eventually I switched my TextPad language - I had written 'directory' instead before) => that must also be set !! - b) apparently you did not select any language e...
by woho
Mon Aug 08, 2011 2:57 pm
Forum: General
Topic: Ctags and Search Results window move in Textpad
Replies: 12
Views: 1062

a) I'm using german version so maybe the fields are named a little different: My TextPad Tool: command: D:\Programm\FindTag\FindTag.exe parameter: -tag $AppWnd $File $Line $SelWord directory: $FileDir\..\.. => the directory determines the 'root' for ctags; in my case I start 2 levels above my file b...
by woho
Mon Aug 01, 2011 10:37 am
Forum: General
Topic: Ctags and Search Results window move in Textpad
Replies: 12
Views: 1062

FindTag is an excellent TextPad - cTags interface written by Frank Fesevur. - a) position cursor in name of item to search (variable, function, macro,...) => jump to definition of item - b) provides GUI for browsing definitions graphically => Search FindTag in the forum => http://findtag.sourceforge...
by woho
Fri May 20, 2011 2:34 pm
Forum: General
Topic: VHDL File Beautification
Replies: 5
Views: 309

1) there is a 'between' too many in line 4 of my post above
2) are you aware of Preferences/Editor: [ ] constrain cursor to text
- helps a lot in avoiding the blank key when unchecked
- does not work with word wrap == ON
- not sure what is the default
by woho
Fri May 20, 2011 2:24 pm
Forum: General
Topic: VHDL File Beautification
Replies: 5
Views: 309

I hardly dare to suggest a RegExp Search/Replace after ben_josephs - Rex of RegExp - has answered with a script solution but anyway: 1) tiny extra condition: the ':' must be far enough right in all your lines so that you can select a column with banks in all the rows left of ':' between big help for...
by woho
Sat Apr 16, 2011 5:44 pm
Forum: General
Topic: [Bug] Wordwrap Strings and Wordwrap Home Key
Replies: 13
Views: 2170

no but the string thing (no word wrap after ')is reproduced here as well with
WinXP SP3
http://www.textpad.com/add-ons/files/sy ... _r12.1.zip

woho
by woho
Thu Apr 07, 2011 11:35 am
Forum: General
Topic: Open a file selection in same window
Replies: 1
Views: 244

Hi Aneesh. Not 100% sure if I understand you correctly, but some suggestions. 1) You can use file:/D:/MyOtherPath/MyFile.txt (if there are blanks in the path replace them with %20) => then you find a new option in the context menu (right click) to open that - also works for directories and other fil...
by woho
Thu Jan 13, 2011 10:33 am
Forum: General
Topic: Strange Tab Character in "Find what" field
Replies: 3
Views: 197

talking about the find dialog ?
\t represents a tab character
[X] Regular Expression must be checked

what do you mean with 'tab character' ?
if you hit the tab key the find what textfield is left
by woho
Thu Jan 13, 2011 10:27 am
Forum: General
Topic: TextPad Icon in Windows 7 Explorer
Replies: 1
Views: 270

I find it more useful to define extensions with which TP is associated directly IN TP (menu configure/preferences/associated files)
as I remember this also changes the icon in windows explorer
by woho
Thu Dec 16, 2010 12:35 pm
Forum: General
Topic: unable to replace
Replies: 4
Views: 305

The issue is that I need to delete the second amount in the secuence of four and not to modify the place of the other numbers. When I write (PCOMPG [0-9]) [^ ]+ it doesn´t work. if you mean that you would like to replace e.g -45.77 (6 characters) with blanks you can use replace (PCOMPG [0-9]) [^ ]...
by woho
Tue Oct 26, 2010 1:59 pm
Forum: General
Topic: Internal project Navigation
Replies: 1
Views: 160

FindTag written by Frank Fesevur does what you are looking for.
I've been using it for years. Currently with TP 5.3.1

You can jump directly to definitions of functions, variables, macros etc.

=> Search FindTag in the forum
=> http://findtag.sourceforge.net/
by woho
Tue Oct 12, 2010 6:14 am
Forum: General
Topic: Open Files Not Displaying all "Files of Type"
Replies: 3
Views: 170

As I understand the entry you are choosing out of the drop down list includes not only *.bat files but other extensions too. Configure menu/Preferences/File Name Filters is where your drop down list is defined. You should check the 'Wild cards' text field in this dialog The correct syntax for more t...