Edit

所属分类:文件操作
开发工具:Visual C++
文件大小:7451KB
下载次数:12
上传日期:2010-05-11 17:20:49
上 传 者wangxiaodongwxd
说明:  no intro
(The program realization of the text editor for programmers development, which has the code code shrinkage, and common development language suffix name changes, and realize a lot of features)

文件列表:
Edit\文本编辑器\Buffer.h (5336, 2009-12-04)
Edit\文本编辑器\ChildFrm.cpp (2427, 2009-12-01)
Edit\文本编辑器\ChildFrm.h (1526, 2009-12-01)
Edit\文本编辑器\cl.ini (49, 2009-12-04)
Edit\文本编辑器\CntrItem.cpp (1079, 2009-11-30)
Edit\文本编辑器\CntrItem.h (1534, 2001-08-19)
Edit\文本编辑器\CodeDlg.cpp (3040, 2009-12-04)
Edit\文本编辑器\CodeDlg.h (1476, 2009-12-04)
Edit\文本编辑器\CodeView.cpp (2467, 2009-12-04)
Edit\文本编辑器\CodeView.h (1528, 2009-12-04)
Edit\文本编辑器\colors.h (2293, 2003-11-23)
Edit\文本编辑器\CoolMenu.cpp (32185, 2009-11-30)
Edit\文本编辑器\CoolMenu.h (3703, 2009-11-30)
Edit\文本编辑器\CountLinesDlg.cpp (10155, 2009-11-30)
Edit\文本编辑器\CountLinesDlg.h (2047, 2009-11-30)
Edit\文本编辑器\DateDialog.cpp (2236, 2001-10-05)
Edit\文本编辑器\DateDialog.h (1433, 2001-09-28)
Edit\文本编辑器\Edit.aps (56672, 2009-12-09)
Edit\文本编辑器\Edit.clw (12922, 2009-12-09)
Edit\文本编辑器\Edit.cpp (13054, 2009-12-04)
Edit\文本编辑器\Edit.dep (1939, 2001-08-27)
Edit\文本编辑器\Edit.dsp (7626, 2009-12-04)
Edit\文本编辑器\Edit.dsw (533, 2001-08-19)
Edit\文本编辑器\Edit.h (2693, 2009-12-01)
Edit\文本编辑器\Edit.ncb (508928, 2009-12-09)
Edit\文本编辑器\Edit.opt (52736, 2009-12-09)
Edit\文本编辑器\Edit.plg (0, 2009-12-04)
Edit\文本编辑器\Edit.rc (33168, 2009-12-04)
Edit\文本编辑器\Edit.reg (664, 2001-08-19)
Edit\文本编辑器\EditDoc.cpp (2853, 2009-12-01)
Edit\文本编辑器\EditDoc.h (1591, 2001-08-26)
Edit\文本编辑器\EditView.cpp (12855, 2009-12-04)
Edit\文本编辑器\EditView.h (3231, 2009-12-04)
Edit\文本编辑器\FlatComboBox.cpp (4920, 2009-11-30)
Edit\文本编辑器\FlatComboBox.h (1973, 2009-11-30)
Edit\文本编辑器\FormatBar.cpp (6836, 2009-11-30)
Edit\文本编辑器\FormatBar.h (1970, 2001-10-25)
Edit\文本编辑器\HyprLink.h (485, 2002-01-21)
Edit\文本编辑器\KSFileDialog.cpp (7741, 2009-12-04)
Edit\文本编辑器\KSFileDialog.h (1657, 2009-11-30)
... ...

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.2x and GCC (2.8 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. If Gnome is installed then a .desktop file and icon are installed into the correct Gnome places so that SciTE will be in the Gnome Applications menu. To build Scintilla for GTK+ 2, define GTK2 on the make command line: make GTK2=1 SciTE does not support GTK+ 2. 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. Mingw32 GCC 2.95.3 is the compiler used for most development although Visual C++ 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: 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: 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.

近期下载者

相关文件


收藏者