|
From: ///o-o\\\\\\ <ja...@ja...> - 2001-07-13 14:38:26
|
kewl, thanx.... ________________________ ///o-o\\\ Jamie LaScolea ----- Original Message ----- From: "John Gellene" <jge...@ny...> To: <jed...@li...> Sent: Wednesday, July 11, 2001 1:04 PM Subject: RE: [ jEdit-users ] Abbreviations | This is a little buggy, you can't quote '$', but here's a workaround: | | split the abbreviation into before caret/after caret like so: | | before: | macro( $ | ^Insert space here; without it, the vertical bar marking the caret | position gets quoted! | | after: | $1 ) | | When you type | | #macro#var# | | and push the space bar, you will get | | #macro( $ var ) | ^ caret will be here | | press backspace to close up the variable name, and you're done. | | John | | > howdy, | > i am trying to do an abbreviation like so: | > #macro( $$1 ) | > | > expanding macro#var# looks like: | > #macro( $$1 ) instead of #macro( $var ) | > | > is this possible? | > | > thanx. | > ________________________ | > ///o-o\\\ | > Jamie LaScolea | > | | | -- | ----------------------------------------------- | jEdit Users' List | jEd...@li... | http://lists.sourceforge.net/lists/listinfo/jedit-users | |