搜索资源列表
scintilla
- 一个国外的开源项目,支持语法高亮的编辑器,支持c,c++,java,html等各种语言,并且能够自定义关键字和lexer实现自定义的语法高亮。scintilla在实现上是一个标准的windows控件,不依赖于MFC,可以很方便地用在非MFC程序。 -An open-source projects abroad in support of syntax highlighting editor, support for c, c++,
npp.5.3.1.src
- Notepad++程序编辑器的源码。使用 VC++ 7 或是 MinGW 3.0 / 2.X (與提供的 makefile 配合使用)來編譯 Notepad++。 用MinGW 3.0 / 2.X 或 VC++ 6 來編譯 dll 檔案(SciLexer.dll)-Notepad++ program source code editor. The use of VC++ 7 or MinGW 3.0/2.X (and provide
bardemo
- 经典树形控件的应用非常好的软件,谁用谁知道的。-BarDemo is completely good for developers
Notepad2-4.1.24src
- Notepad2 4.1.24 源码,修改为VS2005工程,已经加入scintilla,重新编译即可-Notepad2 4.1.24 source code, modified for the VS2005 project, has joined the scintilla, recompilation
QuickSharp-SDK-2.0.0.12565
- QuickSharp是一个很小型的 C# 集成开发环境,提供了一个代码编辑器,主要功能有代码自动完成、语法着色、内置编译和执行、支持 ASP.NET 和 SQL Server 、MySQL 和 SQLite 数据库。-QuickSharp is a very small C# integrated development environment, provides a code editor, the main function cod
FreeImage3141
- Notepad++ Unicode release binary (notepad++.exe) and Scintilla release binary (SciLexer.dll) will be built in the directories "notepad++\trunk\PowerEditor\bin" and "notepad++\trunk\scintilla\bin" respectively. You have
myEditor
- 使用scitilla控件(sciLexer.dll)的vc对话框程序源码-Use scitilla control (sciLexer.dll) of the dialog program source code (vc)
VB_Scintilla_Demo
- VB上使用SciLexer.dll语法高亮编辑的三种方法: 控件、类和窗台代码-3 way to using SciLexer.dll program highlight editor in VB: control, class and code in form