scintilla

所属分类:编辑器/阅读器
开发工具:Visual C++
文件大小:1939KB
下载次数:134
上传日期:2008-03-13 11:34:56
上 传 者RockmanZero
说明:  一个国外的开源项目,支持语法高亮的编辑器,支持c,c++,java,html等各种语言,并且能够自定义关键字和lexer实现自定义的语法高亮。scintilla在实现上是一个标准的windows控件,不依赖于MFC,可以很方便地用在非MFC程序。
(An open-source projects abroad in support of syntax highlighting editor, support for c, c++, Java, html and other languages, and can custom lexer keywords and realize custom syntax highlighting. scintilla realize it is in a standard windows controls, not dependent on MFC, can be easily used in non-MFC procedures.)

文件列表:
scintilla\delbin.bat (157, 2002-07-20)
scintilla\delcvs.bat (22, 2007-03-27)
scintilla\License.txt (887, 2003-01-03)
scintilla\tgzsrc (160, 2005-08-02)
scintilla\version.txt (5, 2007-11-13)
scintilla\zipsrc.bat (203, 2007-06-12)
scintilla\win32\deps.mak (17939, 2007-04-05)
scintilla\win32\makefile (4712, 2007-11-04)
scintilla\win32\Margin.cur (326, 2000-03-08)
scintilla\win32\PlatformRes.h (339, 2001-02-24)
scintilla\win32\PlatWin.cxx (63554, 2007-07-07)
scintilla\win32\Scintilla.def (34, 2002-07-20)
scintilla\win32\scintilla.mak (18502, 2007-11-04)
scintilla\win32\ScintillaWin.cxx (71178, 2007-09-24)
scintilla\win32\scintilla_vc6.mak (18087, 2007-11-04)
scintilla\win32\ScintRes.rc (1079, 2007-11-13)
scintilla\win32\SciTE.properties (918, 2004-04-28)
scintilla\win32 (0, 2008-03-10)
scintilla\vcbuild\SciLexer.dsp (11075, 2007-11-04)
scintilla\vcbuild\start.bat (297, 2008-02-28)
scintilla\vcbuild\window.dsw (537, 2008-03-10)
scintilla\vcbuild\SciLexer.plg (8996, 2008-03-10)
scintilla\vcbuild\Release (0, 2008-03-10)
scintilla\vcbuild\window.opt (49664, 2008-03-10)
scintilla\vcbuild (0, 2008-03-10)
scintilla\src\AutoComplete.cxx (3999, 2007-06-01)
scintilla\src\AutoComplete.h (2106, 2007-06-01)
scintilla\src\CallTip.cxx (11090, 2007-06-01)
scintilla\src\CallTip.h (2637, 2007-06-01)
scintilla\src\CellBuffer.cxx (24229, 2007-07-30)
scintilla\src\CellBuffer.h (6470, 2007-07-27)
scintilla\src\CharacterSet.h (1527, 2007-06-02)
scintilla\src\CharClassify.cxx (1206, 2006-02-25)
scintilla\src\CharClassify.h (853, 2006-02-25)
scintilla\src\ContractionState.cxx (6111, 2007-07-26)
scintilla\src\ContractionState.h (1558, 2007-07-25)
scintilla\src\Decoration.cxx (4372, 2007-06-01)
scintilla\src\Decoration.h (1463, 2007-06-01)
scintilla\src\Document.cxx (44631, 2007-10-10)
... ...

README for building of Scintilla and SciTE Scintilla can be built by itself. To build SciTE, Scintilla must first be built. *** GTK+/Linux version *** You must first have GTK+ 1.2 or later and GCC (3.1 or better) installed. GTK+ 1.0x will not work and when it did it was very slow. Other C++ compilers may work but may require tweaking the make file. To build Scintilla, use the makefile located in the scintilla/gtk directory cd scintilla/gtk make cd ../.. To build and install SciTE, use the makefile located in the scite/gtk directory cd scite/gtk make make install This installs SciTE into $prefix/bin. The value of $prefix is determined from the location of Gnome if it is installed. This is usually /usr if installed with Linux or /usr/local if built from source. If Gnome is not installed /usr/bin is used as the prefix. The prefix can be overridden on the command line like "make prefix=/opt" but the same value should be used for both make and make install as this location is compiled into the executable. The global properties file is installed at $prefix/share/scite/SciTEGlobal.properties. The language specific properties files are also installed into this directory. To build Scintilla for GTK+ 1 rather than the default GTK+ 2, define GTK1 on the make command line: make GTK1=1 To remove SciTE make uninstall To clean the object files which may be needed to change $prefix make clean The current make file only supports static linking between SciTE and Scintilla. *** Windows version *** A C++ compiler is required. Visual Studio .NET 2003 is the development system used for most development although Mingw32 3.1 and Borland C++ are also supported. For older versions of Borland make such as version 5.02, add the -l option. To build Scintilla, make in the scintilla/win32 directory cd scintilla\win32 GCC: mingw32-make VS .NET: nmake -f scintilla.mak VC++ 6: nmake -f scintilla_vc6.mak Borland: make -fscintilla.mak cd ..\.. To build SciTE, use the makefiles located in the scite/win32 directory cd scite\win32 GCC: mingw32-make VS .NET: nmake -f scite.mak Borland: make -fscite.mak An executable SciTE will now be in scite\bin. The Visual C++ 6.0 project (.dsp) files are no longer supported but are left in the download for people that are prepared to update them.

近期下载者

相关文件


收藏者