浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

QScintilla: QScintilla - a Port to Qt v4 of Scintilla

QScintilla - a Port to Qt v4 of Scintilla

Introduction

QScintilla is a port to Qt of the Scintilla editing component.

As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code:

  • syntax styling with support for over 70 languages
  • error indicators
  • code completion
  • call tips
  • code folding
  • margins can contain markers like those used in debuggers to indicate breakpoints and the current line.
  • recordable macros
  • multiple views
  • printing.

QScintilla is a port or Scintilla to the Qt GUI toolkit from Nokia and runs on any operating system supported by Qt (eg. Windows, UNIX/Linux, MacOS/X). QScintilla works with both Qt v3 and v4.

This documentation describes QScintilla for Qt v4. The QScintilla APIs for Qt v3 and Qt v4 are almost identical. The main difference is that the QsciScintillaBase class is derived from a different Qt class.

QScintilla also includes language bindings for Python. These require that PyQt v3 or v4 is also installed.

This version of QScintilla is based on Scintilla v2.29.

Licensing

QScintilla is available under the GNU General Public License v2, GNU General Public License v3 and a commercial license.

The commercial license allows closed source applications using QScintilla to be developed and distributed. At the moment the commercial version of QScintilla is bundled with the commercial version of PyQt.

The Scintilla code within QScintilla is released under the following license:

 License for Scintilla and SciTE
posted on 2012-04-22 07:03  lexus  阅读(508)  评论(0编辑  收藏  举报