[I'm back early since the hiking was more difficult than expected so I returned from the half-way point]
mitchell:
Is there any way to call Editor::WndProc from a built-in Lexer?
This is unlikely to be a good idea since lexers operate on documents, not views. They are meant to perform a restricted job and are not a generic extension mechanism. If your code is an internal lexer then you can cast the Accessor& argument to a DocumentAccessor& and then call its GetWindow() method to get the window ID (see line 71 of ExternalLexer.cxx), then use Platform::SendScintilla. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
