Search found 11 matches
- Mon Dec 20, 2004 10:24 am
- Forum: General
- Topic: Project management
- Replies: 3
- Views: 519
- Mon Dec 20, 2004 9:26 am
- Forum: General
- Topic: C++ compiler
- Replies: 3
- Views: 821
- 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
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
- 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 ...
Thanks, turns out that $Clip does the job nicely.
I can strongly recommend that uou use Macro Scheduler for that and ...
- 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 ...
- 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 ...
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 ...
- Wed Nov 17, 2004 3:33 pm
- Forum: General
- Topic: Can I parse files from command line using Textpad?
- Replies: 11
- Views: 2643
- 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 ...
As a rule of thumb 99% of "bugs" are bugs in the user's understanding of the ...
- Thu Jun 24, 2004 10:40 am
- Forum: General
- Topic: FORUM PROGRAM glitch
- Replies: 4
- Views: 495
- 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 ...
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 ...
- 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 ...
However, I seem to be unable to record such a macro, since the ...