From: John L. <jla...@gm...> - 2005-06-10 17:19:18
|
I've tried to add the component using this page twice, but I've gotten no response. http://wxcode.sourceforge.net/submit.php wxStEdit is a library and sample program for the wxWidgets's wxStyledTextCt= rl=20 wrapper around the Scintilla text editor widget. It provides a number of=20 convenience functions and added capabilities, including the necessary=20 prefs/styles/language management, menu creation and updating, a splitter,= =20 notebook, and frame component. Additionally it provides a find/replace,=20 editor settings, and property dialogs. It is designed to be easily integrat= ed=20 into a larger program and while it tries to manage as much as possible, it'= s=20 fairly extensible as well. Individual features and "helper" functionality c= an=20 be turned off or overridden if desired. My username at SF is jrl1, the component name should be "wxStEdit" and the unix name "wxstedit". It's for wxWidgets >=3D 2.6. For a more complete description you can see here. http://www.lehigh.edu/~jrl1/wxwidgets/wxStEdit/docs/README.txt You can download it here http://www.lehigh.edu/~jrl1/wxwidgets/download/ or see the sourcecode here http://www.lehigh.edu/~jrl1/wxwidgets/wxStEdit/ Regards, John Labenski |