Search found 100 matches

by woho
Wed Sep 29, 2010 11:14 am
Forum: General
Topic: Regular expression for insert 'file name'
Replies: 1
Views: 276

Hi spaklinks Don't think that has something to do with Regular Expressions My idea is to record a macro - Macros/record - Search/find 'pad'; press 'search next' => 'pad' is selected - Edit/Insert/Filename - Macros/stop recording - save macro => should be available under the chosen name in macro menu...
by woho
Wed Sep 29, 2010 7:49 am
Forum: General
Topic: Missing help in non-English version switched to English
Replies: 0
Views: 118

Missing help in non-English version switched to English

Hi I'm using the German interface. (txpdeu531.exe for install) '.., with the English user interface, plus one other language,..' as http://www.textpad.com/download/index.html informs. From the german (and I guess from each non-English) version I cannot access any Textpad Online help after switching ...
by woho
Wed Sep 29, 2010 7:27 am
Forum: General
Topic: #INCLUDE vs #include
Replies: 2
Views: 205

Hi no idea why 'IgnoreCase = Yes' is ignored But for a quick solution I just would add the keywords a 2nd time in uppercase which is easy to accomplish thanks to TextPad's 'change case' command #COMMAND #DEFINE #ERROR #IFDEF #IFNDEF #INCLUDE #STDOUT #UNDEF ahh.. you are talking about syntax coloring...
by woho
Wed Sep 22, 2010 9:48 am
Forum: Enhancement Suggestions
Topic: Search Result Window: echo search options
Replies: 0
Views: 154

Search Result Window: echo search options

Hi all when using Find In Files the Search Result window echoes Searching for: MySearchString I miss echoing of the addditional options of the Find in Files dialog and maybe also date/time of searching like Searching for: MySearchString Cond=Text, Report=all, []word, [x]case, []RegExpr, [x] subfolde...
by woho
Wed Jul 21, 2010 11:17 am
Forum: General
Topic: keyword in syn file is not highlighting
Replies: 3
Views: 270

One explanation would have been that imagecreate and imagecreatefromstring are in different keywordgroups (i.e. one is a Keyword1, 2nd Keyword2) and Keyword2 has assigned the same color as standard text BUT in the php5.syn I found in http://www.textpad.com/add-ons/files/syntax/php5.zip both keywords...
by woho
Mon Jul 19, 2010 8:18 pm
Forum: General
Topic: Replace string with string-1
Replies: 1
Views: 267

As far as I know RegExpr are not capable of calculating.
Probably your 4 examples are not all the numbers you'd like to replace.
If there are not too many other numbers you could record a macro replacing each of the numbers starting with the lowest.
02 with 01 then
03 with 02 asf

Regards
Wolfgang
by woho
Tue Jul 13, 2010 12:03 pm
Forum: General
Topic: Is there a way to save marked lines to a new file
Replies: 3
Views: 246

you could record this in a macro which may be called with a keyboard short cut: 1) record the macro Start Macro Recorder - Edit | Copy Other | Bookmarked Lines - <Ctrl>-N (==File | new) - <Ctrl>-V (==Edit | paste) Stop Recorder Save Macro 2) Configuration/preferences/Keyboard: assign a key combinati...
by woho
Mon Jul 05, 2010 4:34 pm
Forum: General
Topic: Editing Workspace Files (*.tws) directly
Replies: 11
Views: 1373

@mike777 A) In it, are 30 files in a TextPad Workspace. I don't want to have to reopen each one manually .. a) drag & drop from explorer to textpad is fine for opening many files in the same directory b) Quick Open File (<Ctrl>+<Shift>+O, no menu entry for that !!) is very nice if the files are ...
by woho
Fri Jun 25, 2010 7:41 am
Forum: General
Topic: Multiple-instances setting not working in 5.3 ?
Replies: 16
Views: 2012

how is the file extension recognized ? did you A) you tell Explorer to open it with Textpad OR B) add it in TextPad/Configure/Preferences/Associated Files ? if you did A) I would try to break this again in Explorer and use B) instead before you could test: - create some textfile "MyTest.xyz&quo...
by woho
Mon Jun 21, 2010 9:06 am
Forum: General
Topic: Multiple-instances setting not working in 5.3 ?
Replies: 16
Views: 2012

No - didn't occur to me, same win version and even same notebook :-) Under which circumstances a 2nd instance of TP opens ? - Starting TP from Startmenu - starting from another icon (desktop, ..) - doubleclicking a file in a file manager,.. ? In my configuration I've unchecked [ ] multiple instances...
by woho
Tue May 18, 2010 3:57 pm
Forum: General
Topic: script/macro for adding multiple syn files as doc classes
Replies: 2
Views: 214

You could do it with a windows registry file (using WinXP - no idea if still the same in Vista or 7)

somewhere (haven't installed english version installed here) in the useful TextPad Online Help a howto can be found ('transfer settings to other PCs' or so)
by woho
Fri Apr 30, 2010 6:56 am
Forum: General
Topic: How to get the German language module?
Replies: 2
Views: 278

Use the German version, from http://www.textpad.com/download/index.html:
These self-extracting files contain TextPad, with the English user interface, plus one other language,..
you can switch by chosing the language in Preferences/language
after this you have to restart Textpad
by woho
Fri Feb 26, 2010 7:51 am
Forum: General
Topic: Clicking filenames in output window doesn't open file
Replies: 1
Views: 120

did you set the registers ?

1) Posix: in Preferences/Editor [X] Use Posix regular expression syntax ?? Otherwise your RegExpr should look like File "\(.+\)", line \(.+\) 2) I assume you did not forget to set the registers (drop down lists below RegExp Textfield) correctly => in your case File: 1 Line: 2 Column: <empty>
by woho
Mon Jan 25, 2010 8:03 am
Forum: General
Topic: Full path highlghted in document selector
Replies: 3
Views: 190

Yes there is
And it can easily be found be searching the excellent Online help of Textpad...
by woho
Wed Dec 02, 2009 2:38 pm
Forum: General
Topic: Macro containing Find in Files
Replies: 7
Views: 1010

Jump to subroutine directly: Try FindTag !

Hi please search also forum for FindTag (http://findtag.sourceforge.net/) written by Frank Fesevur ! FindTag has may be defined as External Tool with different parameters with FindTag you can: - 'ShowTags': pop up a dialog with a tree of all language elements (e.g. subroutines) of your file (or the ...