⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 porting scintilla to qt
💻
字号:
README for building of Scintilla and SciTEScintilla 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 installThis installs SciTE into $prefix/bin. The value of $prefix is determined fromthe location of Gnome if it is installed. This is usually /usr if installedwith 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 commandline like "make prefix=/opt" but the same value should be used for both makeand make install as this location is compiled into the executable. The globalproperties 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 onthe make command line:	make GTK1=1To remove SciTE	make uninstallTo clean the object files which may be needed to change $prefix	make cleanThe 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 systemused for most development although Mingw32 3.1 and Borland C++ are alsosupported.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\win32GCC:		mingw32-makeVS .NET:	nmake -f scintilla.makVC++ 6:	nmake -f scintilla_vc6.makBorland: 	make -fscintilla.mak		cd ..\..To build SciTE, use the makefiles located in the scite/win32 directory		cd scite\win32GCC:		mingw32-makeVS .NET: 	nmake -f scite.makBorland:	make -fscite.makAn executable SciTE will now be in scite\bin.The Visual C++ 6.0 project (.dsp) files are no longer supported but are leftin the download for people that are prepared to update them.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -