文件名称:scintilla
- 所属分类:
- 编辑器/阅读器
- 资源属性:
- [MacOS] [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.89mb
- 下载次数:
- 0次
- 提 供 者:
- Rockm******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个国外的开源项目,支持语法高亮的编辑器,支持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.
-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
.........\bin
.........\...\empty.txt
.........\...\SciLexer.dll
.........\...\SciLexer.exp
.........\...\SciLexer.lib
.........\...\SciLexer.pdb
.........\delbin.bat
.........\delcvs.bat
.........\doc
.........\...\Design.html
.........\...\Icons.html
.........\...\index.html
.........\...\Lexer.txt
.........\...\SciCoding.html
.........\...\ScintillaDoc.html
.........\...\ScintillaDownload.html
.........\...\ScintillaHistory.html
.........\...\ScintillaRelated.html
.........\...\ScintillaToDo.html
.........\...\ScintillaUsage.html
.........\...\Steps.html
.........\gtk
.........\...\Converter.h
.........\...\deps.mak
.........\...\makefile
.........\...\PlatGTK.cxx
.........\...\scintilla-marshal.c
.........\...\scintilla-marshal.h
.........\...\scintilla-marshal.list
.........\...\scintilla.mak
.........\...\ScintillaGTK.cxx
.........\include
.........\.......\Accessor.h
.........\.......\Face.py
.........\.......\HFacer.py
.........\.......\KeyWords.h
.........\.......\Platform.h
.........\.......\PropSet.h
.........\.......\SciLexer.h
.........\.......\Scintilla.h
.........\.......\Scintilla.iface
.........\.......\ScintillaWidget.h
.........\.......\SString.h
.........\.......\WindowAccessor.h
.........\License.txt
.........\macosx
.........\......\deps.mak
.........\......\makefile
.........\......\PlatMacOSX.cxx
.........\......\PlatMacOSX.h
.........\......\QuartzTextLayout.h
.........\......\QuartzTextStyle.h
.........\......\QuartzTextStyleAttribute.h
.........\......\ScintillaCallTip.cxx
.........\......\ScintillaCallTip.h
.........\......\ScintillaListBox.cxx
.........\......\ScintillaListBox.h
.........\......\ScintillaMacOSX.cxx
.........\......\ScintillaMacOSX.h
.........\......\SciTest
.........\......\.......\English.lproj
.........\......\.......\.............\InfoPlist.strings
.........\......\.......\.............\main.nib
.........\......\.......\.............\........\classes.nib
.........\......\.......\.............\........\info.nib
.........\......\.......\.............\........\objects.xib
.........\......\.......\Info.plist
.........\......\.......\main.cpp
.........\......\.......\SciTest.xcode
.........\......\.......\.............\project.pbxproj
.........\......\.......\SciTest_Prefix.pch
.........\......\.......\version.plist
.........\......\TCarbonEvent.cxx
.........\......\TCarbonEvent.h
.........\......\TRect.h
.........\......\TView.cxx
.........\......\TView.h
.........\README
.........\src
.........\...\AutoComplete.cxx
.........\...\AutoComplete.h
.........\...\CallTip.cxx
.........\...\CallTip.h
.........\...\CellBuffer.cxx
.........\...\CellBuffer.h
.........\...\CharacterSet.h
.........\...\CharClassify.cxx
.........\...\CharClassify.h
.........\...\ContractionState.cxx
.........\...\ContractionState.h
.........\...\Decoration.cxx
.........\...\Decoration.h
.........\...\Document.cxx
.........\...\Document.h
.........\...\DocumentAccessor.cxx
.........\bin
.........\...\empty.txt
.........\...\SciLexer.dll
.........\...\SciLexer.exp
.........\...\SciLexer.lib
.........\...\SciLexer.pdb
.........\delbin.bat
.........\delcvs.bat
.........\doc
.........\...\Design.html
.........\...\Icons.html
.........\...\index.html
.........\...\Lexer.txt
.........\...\SciCoding.html
.........\...\ScintillaDoc.html
.........\...\ScintillaDownload.html
.........\...\ScintillaHistory.html
.........\...\ScintillaRelated.html
.........\...\ScintillaToDo.html
.........\...\ScintillaUsage.html
.........\...\Steps.html
.........\gtk
.........\...\Converter.h
.........\...\deps.mak
.........\...\makefile
.........\...\PlatGTK.cxx
.........\...\scintilla-marshal.c
.........\...\scintilla-marshal.h
.........\...\scintilla-marshal.list
.........\...\scintilla.mak
.........\...\ScintillaGTK.cxx
.........\include
.........\.......\Accessor.h
.........\.......\Face.py
.........\.......\HFacer.py
.........\.......\KeyWords.h
.........\.......\Platform.h
.........\.......\PropSet.h
.........\.......\SciLexer.h
.........\.......\Scintilla.h
.........\.......\Scintilla.iface
.........\.......\ScintillaWidget.h
.........\.......\SString.h
.........\.......\WindowAccessor.h
.........\License.txt
.........\macosx
.........\......\deps.mak
.........\......\makefile
.........\......\PlatMacOSX.cxx
.........\......\PlatMacOSX.h
.........\......\QuartzTextLayout.h
.........\......\QuartzTextStyle.h
.........\......\QuartzTextStyleAttribute.h
.........\......\ScintillaCallTip.cxx
.........\......\ScintillaCallTip.h
.........\......\ScintillaListBox.cxx
.........\......\ScintillaListBox.h
.........\......\ScintillaMacOSX.cxx
.........\......\ScintillaMacOSX.h
.........\......\SciTest
.........\......\.......\English.lproj
.........\......\.......\.............\InfoPlist.strings
.........\......\.......\.............\main.nib
.........\......\.......\.............\........\classes.nib
.........\......\.......\.............\........\info.nib
.........\......\.......\.............\........\objects.xib
.........\......\.......\Info.plist
.........\......\.......\main.cpp
.........\......\.......\SciTest.xcode
.........\......\.......\.............\project.pbxproj
.........\......\.......\SciTest_Prefix.pch
.........\......\.......\version.plist
.........\......\TCarbonEvent.cxx
.........\......\TCarbonEvent.h
.........\......\TRect.h
.........\......\TView.cxx
.........\......\TView.h
.........\README
.........\src
.........\...\AutoComplete.cxx
.........\...\AutoComplete.h
.........\...\CallTip.cxx
.........\...\CallTip.h
.........\...\CellBuffer.cxx
.........\...\CellBuffer.h
.........\...\CharacterSet.h
.........\...\CharClassify.cxx
.........\...\CharClassify.h
.........\...\ContractionState.cxx
.........\...\ContractionState.h
.........\...\Decoration.cxx
.........\...\Decoration.h
.........\...\Document.cxx
.........\...\Document.h
.........\...\DocumentAccessor.cxx