BCGPEdit (BCGSoft Professional Editor)
Advanced edit control with syntax highlighting, color blocks, IntelliSense, markers, symbol support, drag/drop support, undo/redo support and more.
BCGSoft사에서 공개
2004년 부터 ComponentSource에서 판매중
BCGPEdit supports two levels of highly customizable syntax highlighting. First of all, you can create a syntax file (in XML format) to support any programming language. Secondly, we offer a set of virtual functions. You can override these functions and incorporate into edit control any logic you want. In our examples we demonstrate how to implement C++, ASP and custom schemes. The Editor is suitable for large number of applications - from simple chat clients to complicated development tools.
The editor allows to define any required programming language using our powerful and flexible XML scheme definition mechanism. The XML data can be either loaded from internal application resources, external file or from the Internet.
The out of the box outline parser recognizes C++ files and can be customized either programmatically or using an external XML file.
BCGSoft provide advanced support for IntelliSense. Using this support you can create editors similar to that supplied with Microsoft Visual Studio.
There is a built-in support for bookmarks and breakpoints. In addition, you can create various types of custom markers. There is an ability to create single line and multi-line static and dynamic color blocks.
You can easily export the editor content to HTML or RTF formats, simply copy editor selection to clipboard and paste it.