Re: [scite] me, Linux, and SciTE/Scintilla

2007-07-14 Thread steve donovan
Now this is _exactly_ why I wanted to do simple debugging when still inside SciTE! kdevelop,anjuta, etc are overengineered nightmares. You can't write a "hello,world!' program without choosing a licence and creating a makefile. So Mitchell's advice is pretty good. steve d. On 7/14/07, Neil Hodg

Re: [scite] Re: [scintilla] Moving some WordList and PropSet functionality from Scintilla to SciTE

2007-07-14 Thread Neil Hodgson
steve donovan: replace line 166 (which is just #define LUA_API extern) That looks like line 164 to me. Committed. Neil ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest

Re: [scite] Re: me, Linux, and SciTE/Scintilla

2007-07-14 Thread April White
mitchell wrote: I would recompile Scintilla and SciTE with the DEBUG=1 option, then run 'gdb SciTE', press 'r' and enter to run SciTE, and if it still segfaults, gdb will let you know and you can enter the 'back' command to show a backtrace of what happened. Thanks Mitchell. I did compile