mitchell:
You might also want to take a look at something more powerful:http://caladbolg.net/scite_snippets.php This is probably overkill for simple abbrevs, but if you'll ever want something more feature-full, it doesn't get much better than snippets.
Its a bit complicated... I should probably include a couple of your extensions back in my SciTE. OnKey and UpdateStatusBar are sensible. GetClipboardContents would be OK if it worked on Windows although it doesn't deal with encoding issues. I'd probably provide BufferPath(int index) rather than GetBufferList() on the basis that its the simplest thing that enables the function. SwitchToBuffer(int index) is a little clearer than MenuCommand(1200 + index). Having OnStyle would lower the cost of creating a custom lexer although its only providing a low level interface and it is one event handler that needs multiple instances (for different languages) more than others. Still too scared to include inputdialog. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
