Geoff Catlin:

   Sometimes the reason for lack of reply is just that no one has
anything much to say. In your case, I doubt anyone has implemented
anything similar.

> I suppose my real question is this:  is IDE-esque syntax checking, as
> described below, do-able in SciTE via Lua scripting? Or is that a bit
> outside its scope? (In which case I'll be relocating to the
> wxPython-users list.)

   There are no OnTimer or OnDwellStart events for Lua, so pause and
hover detection may be difficult. It may be possible to implement your
feature but I can't see a way to do this without modifying the C++
implementation to expose more events to Lua. Then you have to perform
the work to ensure you run your tool in a sensible way possibly
needing synchronisation to avoid multiple concurrent runs and then
parsing the output.

   Neil

_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to