SciTE

所属分类:编辑框
开发工具:Visual C++
文件大小:1846KB
下载次数:68
上传日期:2005-08-05 13:29:14
上 传 者qrlvls
说明:  重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言
(heavy since CWnd the editor, similar support.NET code folding support code keywords highlighted, and by extension to prepare their support for a wide variety of language)

文件列表:
SciTE\scintilla\License.txt (887, 2003-01-03)
SciTE\scintilla\delbin.bat (157, 2002-07-20)
SciTE\scintilla\delcvs.bat (196, 2001-04-11)
SciTE\scintilla\tgzsrc (158, 2000-03-21)
SciTE\scintilla\version.txt (5, 2004-10-24)
SciTE\scintilla\zipsrc.bat (143, 2002-07-20)
SciTE\scintilla\doc\Design.html (11812, 2000-05-10)
SciTE\scintilla\doc\Lexer.txt (8998, 2001-04-16)
SciTE\scintilla\doc\SciBreak.jpg (14998, 2000-03-21)
SciTE\scintilla\doc\SciCoding.html (13524, 2001-04-16)
SciTE\scintilla\doc\SciRest.jpg (16680, 2000-03-08)
SciTE\scintilla\doc\SciTEIco.png (10359, 2000-03-08)
SciTE\scintilla\doc\SciWord.jpg (6164, 2000-03-08)
SciTE\scintilla\doc\ScintillaDoc.html (258765, 2004-10-05)
SciTE\scintilla\doc\ScintillaDownload.html (2700, 2004-10-31)
SciTE\scintilla\doc\ScintillaHistory.html (139881, 2004-10-31)
SciTE\scintilla\doc\ScintillaRelated.html (17558, 2004-08-08)
SciTE\scintilla\doc\ScintillaToDo.html (5907, 2004-05-29)
SciTE\scintilla\doc\ScintillaUsage.html (23787, 2000-03-08)
SciTE\scintilla\doc\Steps.html (4820, 2004-03-07)
SciTE\scintilla\doc\index.html (9064, 2004-10-31)
SciTE\scintilla\doc (0, 2005-03-05)
SciTE\scintilla\include\Accessor.h (2646, 2002-05-20)
SciTE\scintilla\include\Face.py (3360, 2002-04-19)
SciTE\scintilla\include\HFacer.py (2292, 2003-09-21)
SciTE\scintilla\include\KeyWords.h (2642, 2002-04-03)
SciTE\scintilla\include\Platform.h (14396, 2004-08-13)
SciTE\scintilla\include\PropSet.h (3101, 2004-09-19)
SciTE\scintilla\include\SString.h (8668, 2004-04-24)
SciTE\scintilla\include\Scintilla.h (22960, 2004-07-22)
SciTE\scintilla\include\Scintilla.iface (82990, 2004-10-16)
SciTE\scintilla\include\ScintillaWidget.h (1505, 2002-10-11)
SciTE\scintilla\include\WindowAccessor.h (1852, 2002-05-20)
SciTE\scintilla\include\SciLexer.h.bak (22500, 2004-10-16)
SciTE\scintilla\include\SciLexer.h (22500, 2005-03-15)
SciTE\scintilla\include (0, 2005-03-05)
SciTE\scintilla\src\AutoComplete.cxx (4141, 2003-01-10)
SciTE\scintilla\src\AutoComplete.h (1991, 2003-01-10)
SciTE\scintilla\src\CallTip.cxx (8837, 2004-08-08)
... ...

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.

近期下载者

相关文件


收藏者