Search found 11 matches

by lionelb
Mon Dec 20, 2004 10:24 am
Forum: General
Topic: Project management
Replies: 3
Views: 519

This is a long-standing enhancement request - vote on it here: http://www.textpad.com/forum/viewtopic.php?t=4216
by lionelb
Mon Dec 20, 2004 9:26 am
Forum: General
Topic: C++ compiler
Replies: 3
Views: 821

Another possible source would be to install cygwin and it's toolset, the gcc and so on, then there are all sorts of windows based versions of the *nix tools on sourceforge, not sure about the compilers though.
If you don't want/need the full Cygwin fucntionality, a good option is MinGW, which ...
by lionelb
Thu Dec 16, 2004 2:43 pm
Forum: General
Topic: New macro icons?
Replies: 3
Views: 727

This has been a long-standing enhancement request. There's a poll:

http://www.textpad.com/forum/viewtopic. ... lbar+icons

and its no. 37 on the enhancements list at last count, so don't hold your breath...

http://www.textpad.com/forum/viewtopic. ... 1&start=75
by lionelb
Thu Dec 02, 2004 10:06 am
Forum: General
Topic: Tool/Macro problem
Replies: 4
Views: 1103

Maybe you can change your program so that it sends a Ctrl+C keystroke to the active window first? Or have it accept a command line parameter, and add $sel to your tool definition.
Thanks, turns out that $Clip does the job nicely.

I can strongly recommend that uou use Macro Scheduler for that and ...
by lionelb
Tue Nov 30, 2004 5:00 pm
Forum: General
Topic: Tool/Macro problem
Replies: 4
Views: 1103

Tool/Macro problem

I have written a small Windows program called SendCB which simply sends the contents of the clipboard as a sequence of keystrokes to a specified application window. I would like to be able to use it from TextPad to send the current selection to the specified window. To this end, I add SendCB as a ...
by lionelb
Thu Nov 25, 2004 4:28 pm
Forum: General
Topic: File/Open/View
Replies: 3
Views: 515

I think this question has been comprehensively answered in response to your previous (almost identical) query: http://www.textpad.com/forum/viewtopic.php?t=5990

In summary:

1) Basically, as long as Helios implement the Open File(s) dialog as a standard Windows Open File(s) dialog, there will be no ...
by lionelb
Wed Nov 17, 2004 3:33 pm
Forum: General
Topic: Can I parse files from command line using Textpad?
Replies: 11
Views: 2643

Well I would want to do pretty advanced formatting in text files which demands regexp & macros.

Sounds like you want a scripting tool rather than a text editor (which just happens to have some scripting capabilities).

If you were on a Unix system you'd probably use sed or awk for this. There are ...
by lionelb
Tue Nov 09, 2004 11:25 am
Forum: General
Topic: Problem with Replace
Replies: 4
Views: 1318

It is an oft-cited rule on software-related forums (and Usenet in particular) never to use the word "bug" unless you are really sure that that the problem in question is a bug - or you are the maintainer of the software.

As a rule of thumb 99% of "bugs" are bugs in the user's understanding of the ...
by lionelb
Thu Jun 24, 2004 10:40 am
Forum: General
Topic: FORUM PROGRAM glitch
Replies: 4
Views: 495

I have this problem intermittently using Mozilla 1.6 ... not today though, for some reason.
by lionelb
Thu Jun 17, 2004 4:16 pm
Forum: General
Topic: making new document open with html syntax as default.
Replies: 5
Views: 592

Re: Macro to change syntax highlighting

I would also like to write a macro to apply a particular syntax highlighting style to the current file.

Just for the record, the Document Properties dialog box cannot be used when recording a macro.

Hmm... so is this just not possible? Can't think of a workaround, bar waiting for proper ...
by lionelb
Thu Jun 17, 2004 9:13 am
Forum: General
Topic: making new document open with html syntax as default.
Replies: 5
Views: 592

Macro to change syntax highlighting

I would also like to write a macro to apply a particular syntax highlighting style to the current file (in my case to apply Unix shell script highlighting, as Unix shell scripts tend to be hard to identify automatically by wildcarding).

However, I seem to be unable to record such a macro, since the ...