[scite] How to mark the line as breakpoint

2007-07-09 Thread Yan Feng
Hi all, I want to mark the line at the margin of the editor as breakpoint , the same as VS2003... What I want is to get the line number, file name and draw a RED-filled circle at the left margin, is there a way to do this by editting configuration files? Thanks, Rudolf ___

[scite] Re: implementing "indentifier search" into SciTE

2007-07-09 Thread Philippe Lhoste
On 07/07/2007 18:27, Jonathan Wilson wrote: I know C++ and don't mind getting my hands dirty with the SciTE codebase :) But if I can do what I need with the LUA interface, thats fine too. I did something similar for another language (AutoHotkey aka. AHK). The exact code parsing the script isn't

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

2007-07-09 Thread Neil Hodgson
Bug #1749659 bought up again some modularity problems with Scintilla/SciTE. The WordList and PropSet classes are defined in Scintilla and used both in Scintilla and SciTE. SciTE requirements have led to some complex methods (such as GetNearestWords) being added even though they are not used in S

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

2007-07-09 Thread Shane Caraveo
Would this change the functionality provided by setkeywords, and the set/get property methods? That is the basic level we use in Komodo. Shane Neil Hodgson wrote: Bug #1749659 bought up again some modularity problems with Scintilla/SciTE. The WordList and PropSet classes are defined in Scint

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

2007-07-09 Thread Neil Hodgson
Shane Caraveo: Would this change the functionality provided by setkeywords, and the set/get property methods? That is the basic level we use in Komodo. This does not change the main Scintilla SCI_* interface and will only be an issue for applications that link directly to Scintilla's PropSe