]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_stc.h | |
3 | // Purpose: Scintilla Text Editor classes group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_class_stc Scintilla Text Editor | |
12 | @ingroup group_class | |
13 | ||
14 | wxWidgets also provides a wrapper around the Scintilla text editor control, | |
15 | which is a control for plain-text editing with support for highlighting, smart | |
16 | indentation, etc. | |
17 | ||
18 | */ | |
19 |