Search found 5 matches

by Roger
Fri Mar 26, 2004 10:32 am
Forum: General
Topic: bookmarks
Replies: 13
Views: 1122

Thanks for that Mudguard, you can tell I'm new to regular expressions. Sorry about the typo, Ben, and thanks for the clarification.

Can anyone recommend a good tutorial on regular expressions? The Help File in TextPad is a bit steep for a newbie.

Thanks

Roger
by Roger
Thu Mar 25, 2004 11:57 pm
Forum: General
Topic: bookmarks
Replies: 13
Views: 1122

Ben Fantastic, Many Thanks My compiler treats rem, ' (single apostrophe), and ; (semicolon) as directives to ignore any statements following them. I can now write lines as follows ' code ; rem any other remarks (for lines not to be compiled) code ; rem any other remarks (for lines to be compiled) Op...
by Roger
Thu Mar 25, 2004 9:47 pm
Forum: General
Topic: bookmarks
Replies: 13
Views: 1122

I can use a regular expression to find a character along a line and place a bookmark on that line. I can also find a character along a line and replace it with a character or expression. However, is there any way to find an expression along a line, and then place a character at the beginning of a li...
by Roger
Thu Feb 19, 2004 10:49 am
Forum: General
Topic: Single key Comment/uncomment
Replies: 3
Views: 369

I will try your tools, many thanks.

The single keystroke comment/uncomment ( ' ) for bookmarked lines would be a boon for switching between realtime compiling and simulation (debugging) compiling. I hope you can update this tool at least in the near future.
by Roger
Wed Feb 18, 2004 9:46 pm
Forum: General
Topic: Single key Comment/uncomment
Replies: 3
Views: 369

Single key Comment/uncomment

Hi I am new to programming with textpad. Is it possible to set bookmarks at multiple single lines and using a single keystroke comment lines in with a single apostrophe ' at the beginning of each bookmarked line. Same again for uncommenting. Macros are no good as they have to be re-recorded if a boo...