I saw that post too, and couldn't make much sense of it either, but I don't think it quite addresses the same thing.
I've since found a sort of workaround using an external macro utility (Key Text) which lets you compile a macro as a series of keystrokes, e.g.: {Ctrl c}{F5}{Ctrl v}. But for some ...
Search found 7 matches
- Sun Apr 08, 2012 10:20 am
- Forum: General
- Topic: Macro: search for current content of pasteboard
- Replies: 2
- Views: 357
- Sat Apr 07, 2012 9:37 pm
- Forum: General
- Topic: Macro: search for current content of pasteboard
- Replies: 2
- Views: 357
Macro: search for current content of pasteboard
I want to record a macro to embed (thousands of) footnotes.
In the documents the the footnote number markers are at the correct locations in the text, and the correspondingly numbered text of the footnotes are at the end of the file.
So I want to record a macro that searches for a footnote marker ...
In the documents the the footnote number markers are at the correct locations in the text, and the correspondingly numbered text of the footnotes are at the end of the file.
So I want to record a macro that searches for a footnote marker ...
- Thu May 10, 2007 1:05 pm
- Forum: General
- Topic: Exclude string, not just chars, from search
- Replies: 10
- Views: 1325
- Thu May 10, 2007 12:47 pm
- Forum: General
- Topic: Exclude string, not just chars, from search
- Replies: 10
- Views: 1325
- Thu May 10, 2007 7:17 am
- Forum: General
- Topic: Exclude string, not just chars, from search
- Replies: 10
- Views: 1325
- Tue May 08, 2007 7:45 pm
- Forum: General
- Topic: Exclude string, not just chars, from search
- Replies: 10
- Views: 1325
- Tue May 08, 2007 4:36 pm
- Forum: General
- Topic: Exclude string, not just chars, from search
- Replies: 10
- Views: 1325
Exclude string, not just chars, from search
I want to find everything between a start and end code, e.g.:
<startcode> - whole lot of text including angle brackets etc - <endcode>
Of course if I search for: <startcode>[^<endcode>]*<endcode>
it's going to stop at any of the characters between [ and ]
How do I make it exclude only the entire ...
<startcode> - whole lot of text including angle brackets etc - <endcode>
Of course if I search for: <startcode>[^<endcode>]*<endcode>
it's going to stop at any of the characters between [ and ]
How do I make it exclude only the entire ...