Search found 11 matches
- Fri Apr 22, 2005 1:29 pm
- Forum: General
- Topic: Highlighting keywords with no trailing space
- Replies: 2
- Views: 347
- Thu Apr 21, 2005 2:16 pm
- Forum: General
- Topic: Workspaces and .tws files
- Replies: 5
- Views: 666
I am able to open multiple instances. But I want to have a shortcut to several .tws files on my taskbar so that when I click on different ones a NEW instance automatically opens with that workspace. If I click on multiple .tws files, they all load in the same instance. The way I have to do it now is ...
- Wed Mar 23, 2005 3:39 pm
- Forum: General
- Topic: Highlighting keywords with no trailing space
- Replies: 2
- Views: 347
- Thu Jan 27, 2005 5:54 pm
- Forum: General
- Topic: Replace with backspace
- Replies: 10
- Views: 964
- Thu Jan 27, 2005 4:15 pm
- Forum: General
- Topic: Replace with backspace
- Replies: 10
- Views: 964
- Thu Jan 27, 2005 4:03 pm
- Forum: General
- Topic: Replace with backspace
- Replies: 10
- Views: 964
I do have multiples as you suggested. It fails on those since the cursor position is already past the previous character. Therefore, after the second iteration of the replace on [Backspace][Backspace][Backspace] , it looks like this [Backspace since it selects [Backspace ][Backspace] . It somehow ...
- Thu Jan 27, 2005 3:27 pm
- Forum: General
- Topic: Replace with backspace
- Replies: 10
- Views: 964
Replace with backspace
How can I use regular expressions to replace the text [Backspace] with a real backspace? I can find it with \[Backspace\] and have tried to replace it with [\b] and \b with POSIX both on and off. Each time it simply replaces it literally with [\b] or \b.
- Wed Jan 26, 2005 1:35 pm
- Forum: General
- Topic: Workspaces and .tws files
- Replies: 5
- Views: 666
Workspaces and .tws files
I click on a .tws file to load a workspace. If I click on another one, it overlays the first instance with the new workspace. Therefore, I have to load Textpad, then load a new workspace from the File / Workspace menu. Is there a way to click on several .tws files and have them load in their own ...
- Wed Jan 26, 2005 1:32 pm
- Forum: General
- Topic: Different icon for each Textpad instance
- Replies: 1
- Views: 157
Different icon for each Textpad instance
I open multiple instances of TP using workspaces so that files related to different projects are grouped together. Is there a way to change the icon that displays for each instance that is displayed when using Alt-Tab to switch windows? I know the text displayed below it tells me which instance it ...
- Tue Jan 18, 2005 1:48 pm
- Forum: General
- Topic: Syntax Highlighting for Comments, in need of Help
- Replies: 9
- Views: 1254
I'm having the same problem with Keywords. If a Keyword is followed by any character other than a space it does not get color-coded. I mention this in my post at http://www.textpad.info/forum/viewtopic.php?t=6101 . I've looked everywhere but cannot find an answer. Since nobody has replied to my post ...
- Wed Jan 05, 2005 4:44 pm
- Forum: General
- Topic: Highlighting keywords with no trailing space
- Replies: 2
- Views: 347
Highlighting keywords with no trailing space
I've seen many posts about keywords but can't seem to find one dealing with keywords that don't have a trailing space. I'm setting up a syn file for RPG. Since the operand column is fixed at 5 columns, the parameter following it is bumped up against it. Therefore, the IFEQ, and OREQ commands work ...