Search found 3 matches
- Fri Apr 11, 2008 4:39 pm
- Forum: General
- Topic: Can't get tagged expressions to work
- Replies: 2
- Views: 330
That's it!
Actually, I was just trying to join two lines, by deleting the second newline (which picks up a third line, conjoining it to the second line). Your successful code appears to suggest that \n cannot appear within a tagged expression? Anyway, it works wonderfully. I used this for a search: (member ...
- Fri Apr 11, 2008 2:44 pm
- Forum: General
- Topic: Can't get tagged expressions to work
- Replies: 2
- Views: 330
Can't get tagged expressions to work
I successfully use this code to find what I want: member: \n[[:print:]]*\n Because I want to delete the trailing newline, I would like to replace with most of that (using Posix): (member: \n[[:print:]]*)\n This always generates an "Unmatched '(" error. I appreciate anyone pointing out what I'm doing ...
- Fri Sep 19, 2003 7:54 pm
- Forum: General
- Topic: Dashed Lines at Cursor
- Replies: 3
- Views: 677
Removing the dashes in current line
Highlighting the current line is a marvelous new feature, but, yes, most of us don't like the dashed lines at the top and bottom <i>when we configure our own colors</i>. You notice that the one Helios has done doesn't have the dashes. The answer is simple enough, and is given in the Help: "If you ...