I want to use Scintilla to implement an "in built" editor component of
another application but I need a lot of the functionality that seems to
be only in the SciTE editor source code. The functionality I am
referring to are things like:
 - brace matching,
 - auto indentation
 - reading a property file to set up appearance of editor under
different lexers (eg., C++ or Java)

Most of the code that enables these extra features seems to be in the
SciTE application source, not the Scintilla source but SciTE is a whole
application and I don't want to bring the entire SciTE source into my
app. Is there an easy way to bring in functionality that I need to my
app and only include the Scintilla DLL as is?

Chris

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to