Frank Wunderlich:
i've seen, that scite can show debug-infos when calling lua-functions and on error i can doubleclick on line which shows the error and scite goto this file/line. Can i use this with an external compiler?
Only if it produces messages in the same format as Lua. The code that Scintilla uses to discover error messages is in RecogniseErrorListLine in scintilla/src/LexOthers.cxx and the decoder is in DecodeMessage in scite/src/SciTEBuffers.cxx. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
