CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - scintilla
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - scintilla - List
[
Other
]
npp.3.6.src
DL : 0
Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order to produce small but efficient code editor, the GPL in the development of free software using ad hoc win32 api and STL in C programming language for writing languages, and use the powerful editing module Scintilla. Thanks to its light weight and efficiency in the implementation, Notepad can be a perfect substitute for the Microsoft Windows Notepad.
Update
: 2008-10-13
Size
: 2.29mb
Publisher
:
李英俊
[
Editor
]
scintilla172
DL : 0
最强源代码编辑控件,我们能在普通的的文本编辑控件中能看到的功能,Scintilla都完全能够实现,而且,它还能够提供很多编辑和调试源代码时有用的特殊功能。包括语法高亮显示,错误指示,代码自动完成以及代码提示等。而且在左边的空白处(margin),可以显示调试代码中非常有用的显示断点以及显示当前运行行等功能。而且,自定义风格的功能比其他大部分编辑器控件都开放,它允许用户自定义不同类型下的字体,是否粗体,是否斜体,前景色和背景色,支持大量的字体。举个例子,在设置C/C++编辑模式后,你可以定义注释语句类型的颜色,字体,大小等等,同样,可以自定义关键字类型的颜色,字体,大小……诸如此类,这样给用户极大的配置的自由。
Update
: 2008-10-13
Size
: 731.35kb
Publisher
:
胡俊华
[
Editor
]
scintilla
DL : 0
一个国外的开源项目,支持语法高亮的编辑器,支持c,c++,java,html等各种语言,并且能够自定义关键字和lexer实现自定义的语法高亮。scintilla在实现上是一个标准的windows控件,不依赖于MFC,可以很方便地用在非MFC程序。
Update
: 2008-10-13
Size
: 1.39mb
Publisher
:
RockmanZero
[
GUI Develop
]
scintillamfc
DL : 2
基于scintilla的mfc编辑器,用mfc封装scintilla,并实现了一个程序员的代码编辑器,包括代码高亮显示,自动完成等功能
Update
: 2008-10-13
Size
: 720.04kb
Publisher
:
Jacky Yi
[
SourceCode
]
myEditor
DL : 0
scintilla控件,支持高亮,折叠,行号. skinmagic皮肤. MFC单文档.
Update
: 2011-01-02
Size
: 1.53mb
Publisher
:
rui_biao
[
Other
]
npp.3.6.src
DL : 0
Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order to produce small but efficient code editor, the GPL in the development of free software using ad hoc win32 api and STL in C programming language for writing languages, and use the powerful editing module Scintilla. Thanks to its light weight and efficiency in the implementation, Notepad can be a perfect substitute for the Microsoft Windows Notepad.
Update
: 2025-02-17
Size
: 2.29mb
Publisher
:
李英俊
[
Editor
]
scintilla172
DL : 0
最强源代码编辑控件,我们能在普通的的文本编辑控件中能看到的功能,Scintilla都完全能够实现,而且,它还能够提供很多编辑和调试源代码时有用的特殊功能。包括语法高亮显示,错误指示,代码自动完成以及代码提示等。而且在左边的空白处(margin),可以显示调试代码中非常有用的显示断点以及显示当前运行行等功能。而且,自定义风格的功能比其他大部分编辑器控件都开放,它允许用户自定义不同类型下的字体,是否粗体,是否斜体,前景色和背景色,支持大量的字体。举个例子,在设置C/C++编辑模式后,你可以定义注释语句类型的颜色,字体,大小等等,同样,可以自定义关键字类型的颜色,字体,大小……诸如此类,这样给用户极大的配置的自由。
Update
: 2025-02-17
Size
: 731kb
Publisher
:
胡俊华
[
Editor
]
scintilla
DL : 0
一个国外的开源项目,支持语法高亮的编辑器,支持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.
Update
: 2025-02-17
Size
: 1.89mb
Publisher
:
RockmanZero
[
GUI Develop
]
scintillamfc
DL : 0
基于scintilla的mfc编辑器,用mfc封装scintilla,并实现了一个程序员的代码编辑器,包括代码高亮显示,自动完成等功能-Scintilla of mfc-based editor, with mfc package scintilla, and to achieve a programmer s code editor, including the code highlighted, such as auto-complete function
Update
: 2025-02-17
Size
: 720kb
Publisher
:
Jacky Yi
[
Linux-Unix
]
my.tar
DL : 0
porting scintilla to qt
Update
: 2025-02-17
Size
: 14.21mb
Publisher
:
张文生
[
Windows Develop
]
Notepad.Plus.v4.4.Full.Source.ccrun.648223
DL : 0
Notepad++源代码 Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla。多亏它的轻巧与执行效率,Notepad++ 可完美地取代微软视窗的记事本。这个软体开发专案已臻於成熟阶段,然而目前只有一个人从事软体开发与维护的工作,瑕疵是无法避免的。如果你有任何关於 Notepad++ 的建议,欢迎来信与我联系,但我不保证你的提议一定会被采用。希望你使用 Notepad++ 就像我开发它一样充满乐趣。这个压缩里是源代码,不包括可执行文件。-err
Update
: 2025-02-17
Size
: 2.53mb
Publisher
:
廖东
[
Windows Develop
]
npp.5.0.3.src
DL : 0
Notepad++ 是在微软窗口环境之下的一个免费的代码编辑器。 为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软件开发项目采用 win32 api 和 STL 以 C++ 程序语言撰写成,并且选用功能强大的编辑模块 Scintilla。-Notepad++ is a generic source code editor [it tries to be anyway] and Notepad replacement written in c++ with win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.
Update
: 2025-02-17
Size
: 3.26mb
Publisher
:
xuyong
[
GDI-Bitmap
]
Notepad.Plus.v4.4
DL : 0
Notepad 是一款代码编辑器,采用 win32 api 和 STL 以 C++ 三者结合而成,并且选用功能强大的编辑模组 Scintilla;Notepad出色的功能可完美取代Windows系统的记事本程序。-Notepad is a code editor, using win32 api and STL in C++ III combination and selection of powerful editing module Scintilla Notepad outstanding feature of the perfect system to replace the Windows Notepad program.
Update
: 2025-02-17
Size
: 3.89mb
Publisher
:
Leviathan
[
Windows Develop
]
scintilla[1].dll
DL : 0
修复python2.6 pythonWin 死机问题-Python2.6 pythonWin the issue of restoration of Death
Update
: 2025-02-17
Size
: 75kb
Publisher
:
yimos
[
Windows Develop
]
scintilla
DL : 0
Fixbug of unresponsable of pythonWin -Fixbug of unresponsable of pythonWin
Update
: 2025-02-17
Size
: 66kb
Publisher
:
yimos
[
Windows Develop
]
CodeEditor
DL : 0
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
Update
: 2025-02-17
Size
: 4.33mb
Publisher
:
qqq
[
Windows Develop
]
scintilla201headers
DL : 0
Scintilla headers for EBASIC, very usefull and informative. For windows.-Scintilla headers for EBASIC, very usefull and informative. For windows.
Update
: 2025-02-17
Size
: 15kb
Publisher
:
hc
[
Windows Develop
]
Notepad2
DL : 0
Notepad2 is a light-weight, free and open source Notepad-like text editor with syntax highlighting for a few commonly used languages. It s based on the Scintilla source code editing component and works on NT-based versions of Windows.- Notepad2 is a light-weight, free and open source Notepad-like text editor with syntax highlighting for a few commonly used languages. It s based on the Scintilla source code editing component and works on NT-based versions of Windows.
Update
: 2025-02-17
Size
: 18.62mb
Publisher
:
gogu
[
GUI Develop
]
scintillawrappers
DL : 0
在MFC下用scintilla控件写的文本编辑器!-Under the MFC control with a scintilla text editor to write!
Update
: 2025-02-17
Size
: 86kb
Publisher
:
zhl
[
Other
]
DelphiSci-0.50-src_UPD1
DL : 0
XThe Delphi Scintilla Interface Components is a FREE collection of components that makes it easy to use the Scintilla source code editing control from within Delphi, C++ Builder and BDS (Win32 Mode).
Update
: 2025-02-17
Size
: 767kb
Publisher
:
artist
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.