]>
Commit | Line | Data |
---|---|---|
c368d904 RD |
1 | <HTML> |
2 | <HEAD> | |
3 | <TITLE>stc.h.html</TITLE> | |
4 | </HEAD> | |
5 | <BODY BGCOLOR=#FFFFFF TEXT=#000000> | |
6 | <PRE> | |
7 | <FONT COLOR=#0000ff>////////////////////////////////////////////////////////////////////////////</FONT> | |
8 | <FONT COLOR=#0000ff>// Name: stc.h</FONT> | |
9 | <FONT COLOR=#0000ff>// Purpose: A wxWindows implementation of Scintilla. This class is the</FONT> | |
10 | <FONT COLOR=#0000ff>// one meant to be used directly by wx applications. It does not</FONT> | |
11 | <FONT COLOR=#0000ff>// derive directly from the Scintilla classes, and in fact there</FONT> | |
12 | <FONT COLOR=#0000ff>// is no mention of Scintilla classes at all in this header.</FONT> | |
13 | <FONT COLOR=#0000ff>// This class delegates all method calls and events to the</FONT> | |
14 | <FONT COLOR=#0000ff>// Scintilla objects and so forth. This allows the use of</FONT> | |
15 | <FONT COLOR=#0000ff>// Scintilla without polluting the namespace with all the</FONT> | |
16 | <FONT COLOR=#0000ff>// classes and itentifiers from Scintilla.</FONT> | |
17 | <FONT COLOR=#0000ff>//</FONT> | |
18 | <FONT COLOR=#0000ff>// Author: Robin Dunn</FONT> | |
19 | <FONT COLOR=#0000ff>//</FONT> | |
20 | <FONT COLOR=#0000ff>// Created: 13-Jan-2000</FONT> | |
21 | <FONT COLOR=#0000ff>// RCS-ID: $Id$</FONT> | |
22 | <FONT COLOR=#0000ff>// Copyright: (c) 2000 by Total Control Software</FONT> | |
23 | <FONT COLOR=#0000ff>// Licence: wxWindows license</FONT> | |
24 | <FONT COLOR=#0000ff>/////////////////////////////////////////////////////////////////////////////</FONT> | |
25 | ||
26 | <FONT COLOR=#a020f0>#ifndef __stc_h__</FONT> | |
27 | <FONT COLOR=#a020f0>#define __stc_h__</FONT> | |
28 | ||
29 | ||
30 | <FONT COLOR=#a020f0>#include </FONT><FONT COLOR=#ff00ff><wx/wx.h></FONT> | |
31 | ||
32 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
33 | <FONT COLOR=#0000ff>// BEGIN generated section. The following code is automatically generated</FONT> | |
34 | <FONT COLOR=#0000ff>// by gen_iface.py. Do not edit this file. Edit stc.h.in instead</FONT> | |
35 | <FONT COLOR=#0000ff>// and regenerate</FONT> | |
36 | ||
37 | <FONT COLOR=#a020f0>#define wxSTC_INVALID_POSITION -</FONT><FONT COLOR=#ff00ff>1</FONT> | |
38 | <FONT COLOR=#a020f0>#define wxSTC_START </FONT><FONT COLOR=#ff00ff>2000</FONT> | |
39 | <FONT COLOR=#a020f0>#define wxSTC_OPTIONAL_START </FONT><FONT COLOR=#ff00ff>3000</FONT> | |
40 | <FONT COLOR=#a020f0>#define wxSTC_LEXER_START </FONT><FONT COLOR=#ff00ff>4000</FONT> | |
41 | <FONT COLOR=#a020f0>#define wxSTC_CMD_REDO </FONT><FONT COLOR=#ff00ff>2011</FONT> | |
42 | <FONT COLOR=#a020f0>#define wxSTC_CMD_SELECTALL </FONT><FONT COLOR=#ff00ff>2013</FONT> | |
43 | <FONT COLOR=#a020f0>#define wxSTC_WS_INVISIBLE </FONT><FONT COLOR=#ff00ff>0</FONT> | |
44 | <FONT COLOR=#a020f0>#define wxSTC_WS_VISIBLEALWAYS </FONT><FONT COLOR=#ff00ff>1</FONT> | |
45 | <FONT COLOR=#a020f0>#define wxSTC_WS_VISIBLEAFTERINDENT </FONT><FONT COLOR=#ff00ff>2</FONT> | |
46 | <FONT COLOR=#a020f0>#define wxSTC_EOL_CRLF </FONT><FONT COLOR=#ff00ff>0</FONT> | |
47 | <FONT COLOR=#a020f0>#define wxSTC_EOL_CR </FONT><FONT COLOR=#ff00ff>1</FONT> | |
48 | <FONT COLOR=#a020f0>#define wxSTC_EOL_LF </FONT><FONT COLOR=#ff00ff>2</FONT> | |
49 | ||
50 | <FONT COLOR=#0000ff>// The SC_CP_UTF8 value can be used to enter Unicode mode.</FONT> | |
51 | <FONT COLOR=#0000ff>// This is the same value as CP_UTF8 in Windows</FONT> | |
52 | <FONT COLOR=#a020f0>#define wxSTC_CP_UTF8 </FONT><FONT COLOR=#ff00ff>65001</FONT> | |
53 | <FONT COLOR=#a020f0>#define wxSTC_MARKER_MAX </FONT><FONT COLOR=#ff00ff>31</FONT> | |
54 | <FONT COLOR=#a020f0>#define wxSTC_MARK_CIRCLE </FONT><FONT COLOR=#ff00ff>0</FONT> | |
55 | <FONT COLOR=#a020f0>#define wxSTC_MARK_ROUNDRECT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
56 | <FONT COLOR=#a020f0>#define wxSTC_MARK_ARROW </FONT><FONT COLOR=#ff00ff>2</FONT> | |
57 | <FONT COLOR=#a020f0>#define wxSTC_MARK_SMALLRECT </FONT><FONT COLOR=#ff00ff>3</FONT> | |
58 | <FONT COLOR=#a020f0>#define wxSTC_MARK_SHORTARROW </FONT><FONT COLOR=#ff00ff>4</FONT> | |
59 | <FONT COLOR=#a020f0>#define wxSTC_MARK_EMPTY </FONT><FONT COLOR=#ff00ff>5</FONT> | |
60 | <FONT COLOR=#a020f0>#define wxSTC_MARK_ARROWDOWN </FONT><FONT COLOR=#ff00ff>6</FONT> | |
61 | <FONT COLOR=#a020f0>#define wxSTC_MARK_MINUS </FONT><FONT COLOR=#ff00ff>7</FONT> | |
62 | <FONT COLOR=#a020f0>#define wxSTC_MARK_PLUS </FONT><FONT COLOR=#ff00ff>8</FONT> | |
63 | <FONT COLOR=#a020f0>#define wxSTC_MARKNUM_FOLDER </FONT><FONT COLOR=#ff00ff>30</FONT> | |
64 | <FONT COLOR=#a020f0>#define wxSTC_MARKNUM_FOLDEROPEN </FONT><FONT COLOR=#ff00ff>31</FONT> | |
65 | <FONT COLOR=#a020f0>#define wxSTC_MARGIN_SYMBOL </FONT><FONT COLOR=#ff00ff>0</FONT> | |
66 | <FONT COLOR=#a020f0>#define wxSTC_MARGIN_NUMBER </FONT><FONT COLOR=#ff00ff>1</FONT> | |
67 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_DEFAULT </FONT><FONT COLOR=#ff00ff>32</FONT> | |
68 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_LINENUMBER </FONT><FONT COLOR=#ff00ff>33</FONT> | |
69 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_BRACELIGHT </FONT><FONT COLOR=#ff00ff>34</FONT> | |
70 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_BRACEBAD </FONT><FONT COLOR=#ff00ff>35</FONT> | |
71 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_CONTROLCHAR </FONT><FONT COLOR=#ff00ff>36</FONT> | |
72 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_INDENTGUIDE </FONT><FONT COLOR=#ff00ff>37</FONT> | |
73 | <FONT COLOR=#a020f0>#define wxSTC_STYLE_MAX </FONT><FONT COLOR=#ff00ff>127</FONT> | |
74 | ||
75 | <FONT COLOR=#0000ff>// Character set identifiers are used in StyleSetCharacterSet.</FONT> | |
76 | <FONT COLOR=#0000ff>// The values are the same as the Windows *_CHARSET values.</FONT> | |
77 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_ANSI </FONT><FONT COLOR=#ff00ff>0</FONT> | |
78 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_DEFAULT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
79 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_BALTIC </FONT><FONT COLOR=#ff00ff>186</FONT> | |
80 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_CHINESEBIG5 </FONT><FONT COLOR=#ff00ff>136</FONT> | |
81 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_EASTEUROPE </FONT><FONT COLOR=#ff00ff>238</FONT> | |
82 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_GB2312 </FONT><FONT COLOR=#ff00ff>134</FONT> | |
83 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_GREEK </FONT><FONT COLOR=#ff00ff>161</FONT> | |
84 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_HANGUL </FONT><FONT COLOR=#ff00ff>129</FONT> | |
85 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_MAC </FONT><FONT COLOR=#ff00ff>77</FONT> | |
86 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_OEM </FONT><FONT COLOR=#ff00ff>255</FONT> | |
87 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_RUSSIAN </FONT><FONT COLOR=#ff00ff>204</FONT> | |
88 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_SHIFTJIS </FONT><FONT COLOR=#ff00ff>128</FONT> | |
89 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_SYMBOL </FONT><FONT COLOR=#ff00ff>2</FONT> | |
90 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_TURKISH </FONT><FONT COLOR=#ff00ff>162</FONT> | |
91 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_JOHAB </FONT><FONT COLOR=#ff00ff>130</FONT> | |
92 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_HEBREW </FONT><FONT COLOR=#ff00ff>177</FONT> | |
93 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_ARABIC </FONT><FONT COLOR=#ff00ff>178</FONT> | |
94 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_VIETNAMESE </FONT><FONT COLOR=#ff00ff>163</FONT> | |
95 | <FONT COLOR=#a020f0>#define wxSTC_CHARSET_THAI </FONT><FONT COLOR=#ff00ff>222</FONT> | |
96 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_MAX </FONT><FONT COLOR=#ff00ff>7</FONT> | |
97 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_PLAIN </FONT><FONT COLOR=#ff00ff>0</FONT> | |
98 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_SQUIGGLE </FONT><FONT COLOR=#ff00ff>1</FONT> | |
99 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_TT </FONT><FONT COLOR=#ff00ff>2</FONT> | |
100 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_DIAGONAL </FONT><FONT COLOR=#ff00ff>3</FONT> | |
101 | <FONT COLOR=#a020f0>#define wxSTC_INDIC_STRIKE </FONT><FONT COLOR=#ff00ff>4</FONT> | |
102 | <FONT COLOR=#a020f0>#define wxSTC_INDIC0_MASK </FONT><FONT COLOR=#ff00ff>32</FONT> | |
103 | <FONT COLOR=#a020f0>#define wxSTC_INDIC1_MASK </FONT><FONT COLOR=#ff00ff>64</FONT> | |
104 | <FONT COLOR=#a020f0>#define wxSTC_INDIC2_MASK </FONT><FONT COLOR=#ff00ff>128</FONT> | |
105 | <FONT COLOR=#a020f0>#define wxSTC_INDICS_MASK </FONT><FONT COLOR=#ff00ff>32</FONT><FONT COLOR=#a020f0> | </FONT><FONT COLOR=#ff00ff>64</FONT><FONT COLOR=#a020f0> | </FONT><FONT COLOR=#ff00ff>128</FONT> | |
106 | ||
107 | <FONT COLOR=#0000ff>// PrintColourMode - use same colours as screen.</FONT> | |
108 | <FONT COLOR=#a020f0>#define wxSTC_PRINT_NORMAL </FONT><FONT COLOR=#ff00ff>0</FONT> | |
109 | ||
110 | <FONT COLOR=#0000ff>// PrintColourMode - invert the light value of each style for printing.</FONT> | |
111 | <FONT COLOR=#a020f0>#define wxSTC_PRINT_INVERTLIGHT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
112 | ||
113 | <FONT COLOR=#0000ff>// PrintColourMode - force black text on white background for printing.</FONT> | |
114 | <FONT COLOR=#a020f0>#define wxSTC_PRINT_BLACKONWHITE </FONT><FONT COLOR=#ff00ff>2</FONT> | |
115 | <FONT COLOR=#a020f0>#define wxSTC_FIND_DOWN </FONT><FONT COLOR=#ff00ff>1</FONT> | |
116 | <FONT COLOR=#a020f0>#define wxSTC_FIND_WHOLEWORD </FONT><FONT COLOR=#ff00ff>2</FONT> | |
117 | <FONT COLOR=#a020f0>#define wxSTC_FIND_MATCHCASE </FONT><FONT COLOR=#ff00ff>4</FONT> | |
118 | <FONT COLOR=#a020f0>#define wxSTC_FIND_WORDSTART </FONT><FONT COLOR=#ff00ff>0x00100000</FONT> | |
119 | ||
120 | <FONT COLOR=#0000ff>// SCFIND_REGEXP is not yet implemented.</FONT> | |
121 | <FONT COLOR=#a020f0>#define wxSTC_FIND_REGEXP </FONT><FONT COLOR=#ff00ff>0x00200000</FONT> | |
122 | <FONT COLOR=#a020f0>#define wxSTC_CMD_UNDO </FONT><FONT COLOR=#ff00ff>2176</FONT> | |
123 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CUT </FONT><FONT COLOR=#ff00ff>2177</FONT> | |
124 | <FONT COLOR=#a020f0>#define wxSTC_CMD_COPY </FONT><FONT COLOR=#ff00ff>2178</FONT> | |
125 | <FONT COLOR=#a020f0>#define wxSTC_CMD_PASTE </FONT><FONT COLOR=#ff00ff>2179</FONT> | |
126 | <FONT COLOR=#a020f0>#define wxSTC_FOLDLEVELBASE </FONT><FONT COLOR=#ff00ff>0x400</FONT> | |
127 | <FONT COLOR=#a020f0>#define wxSTC_FOLDLEVELWHITEFLAG </FONT><FONT COLOR=#ff00ff>0x1000</FONT> | |
128 | <FONT COLOR=#a020f0>#define wxSTC_FOLDLEVELHEADERFLAG </FONT><FONT COLOR=#ff00ff>0x2000</FONT> | |
129 | <FONT COLOR=#a020f0>#define wxSTC_FOLDLEVELNUMBERMASK </FONT><FONT COLOR=#ff00ff>0x0FFF</FONT> | |
130 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEDOWN </FONT><FONT COLOR=#ff00ff>2300</FONT> | |
131 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEDOWNEXTEND </FONT><FONT COLOR=#ff00ff>2301</FONT> | |
132 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEUP </FONT><FONT COLOR=#ff00ff>2302</FONT> | |
133 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEUPEXTEND </FONT><FONT COLOR=#ff00ff>2303</FONT> | |
134 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CHARLEFT </FONT><FONT COLOR=#ff00ff>2304</FONT> | |
135 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CHARLEFTEXTEND </FONT><FONT COLOR=#ff00ff>2305</FONT> | |
136 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CHARRIGHT </FONT><FONT COLOR=#ff00ff>2306</FONT> | |
137 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CHARRIGHTEXTEND </FONT><FONT COLOR=#ff00ff>2307</FONT> | |
138 | <FONT COLOR=#a020f0>#define wxSTC_CMD_WORDLEFT </FONT><FONT COLOR=#ff00ff>2308</FONT> | |
139 | <FONT COLOR=#a020f0>#define wxSTC_CMD_WORDLEFTEXTEND </FONT><FONT COLOR=#ff00ff>2309</FONT> | |
140 | <FONT COLOR=#a020f0>#define wxSTC_CMD_WORDRIGHT </FONT><FONT COLOR=#ff00ff>2310</FONT> | |
141 | <FONT COLOR=#a020f0>#define wxSTC_CMD_WORDRIGHTEXTEND </FONT><FONT COLOR=#ff00ff>2311</FONT> | |
142 | <FONT COLOR=#a020f0>#define wxSTC_CMD_HOME </FONT><FONT COLOR=#ff00ff>2312</FONT> | |
143 | <FONT COLOR=#a020f0>#define wxSTC_CMD_HOMEEXTEND </FONT><FONT COLOR=#ff00ff>2313</FONT> | |
144 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEEND </FONT><FONT COLOR=#ff00ff>2314</FONT> | |
145 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEENDEXTEND </FONT><FONT COLOR=#ff00ff>2315</FONT> | |
146 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DOCUMENTSTART </FONT><FONT COLOR=#ff00ff>2316</FONT> | |
147 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DOCUMENTSTARTEXTEND </FONT><FONT COLOR=#ff00ff>2317</FONT> | |
148 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DOCUMENTEND </FONT><FONT COLOR=#ff00ff>2318</FONT> | |
149 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DOCUMENTENDEXTEND </FONT><FONT COLOR=#ff00ff>2319</FONT> | |
150 | <FONT COLOR=#a020f0>#define wxSTC_CMD_PAGEUP </FONT><FONT COLOR=#ff00ff>2320</FONT> | |
151 | <FONT COLOR=#a020f0>#define wxSTC_CMD_PAGEUPEXTEND </FONT><FONT COLOR=#ff00ff>2321</FONT> | |
152 | <FONT COLOR=#a020f0>#define wxSTC_CMD_PAGEDOWN </FONT><FONT COLOR=#ff00ff>2322</FONT> | |
153 | <FONT COLOR=#a020f0>#define wxSTC_CMD_PAGEDOWNEXTEND </FONT><FONT COLOR=#ff00ff>2323</FONT> | |
154 | <FONT COLOR=#a020f0>#define wxSTC_CMD_EDITTOGGLEOVERTYPE </FONT><FONT COLOR=#ff00ff>2324</FONT> | |
155 | <FONT COLOR=#a020f0>#define wxSTC_CMD_CANCEL </FONT><FONT COLOR=#ff00ff>2325</FONT> | |
156 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DELETEBACK </FONT><FONT COLOR=#ff00ff>2326</FONT> | |
157 | <FONT COLOR=#a020f0>#define wxSTC_CMD_TAB </FONT><FONT COLOR=#ff00ff>2327</FONT> | |
158 | <FONT COLOR=#a020f0>#define wxSTC_CMD_BACKTAB </FONT><FONT COLOR=#ff00ff>2328</FONT> | |
159 | <FONT COLOR=#a020f0>#define wxSTC_CMD_NEWLINE </FONT><FONT COLOR=#ff00ff>2329</FONT> | |
160 | <FONT COLOR=#a020f0>#define wxSTC_CMD_FORMFEED </FONT><FONT COLOR=#ff00ff>2330</FONT> | |
161 | <FONT COLOR=#a020f0>#define wxSTC_CMD_VCHOME </FONT><FONT COLOR=#ff00ff>2331</FONT> | |
162 | <FONT COLOR=#a020f0>#define wxSTC_CMD_VCHOMEEXTEND </FONT><FONT COLOR=#ff00ff>2332</FONT> | |
163 | <FONT COLOR=#a020f0>#define wxSTC_CMD_ZOOMIN </FONT><FONT COLOR=#ff00ff>2333</FONT> | |
164 | <FONT COLOR=#a020f0>#define wxSTC_CMD_ZOOMOUT </FONT><FONT COLOR=#ff00ff>2334</FONT> | |
165 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DELWORDLEFT </FONT><FONT COLOR=#ff00ff>2335</FONT> | |
166 | <FONT COLOR=#a020f0>#define wxSTC_CMD_DELWORDRIGHT </FONT><FONT COLOR=#ff00ff>2336</FONT> | |
167 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINECUT </FONT><FONT COLOR=#ff00ff>2337</FONT> | |
168 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINEDELETE </FONT><FONT COLOR=#ff00ff>2338</FONT> | |
169 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINETRANSPOSE </FONT><FONT COLOR=#ff00ff>2339</FONT> | |
170 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LOWERCASE </FONT><FONT COLOR=#ff00ff>2340</FONT> | |
171 | <FONT COLOR=#a020f0>#define wxSTC_CMD_UPPERCASE </FONT><FONT COLOR=#ff00ff>2341</FONT> | |
172 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINESCROLLDOWN </FONT><FONT COLOR=#ff00ff>2342</FONT> | |
173 | <FONT COLOR=#a020f0>#define wxSTC_CMD_LINESCROLLUP </FONT><FONT COLOR=#ff00ff>2343</FONT> | |
174 | <FONT COLOR=#a020f0>#define wxSTC_EDGE_NONE </FONT><FONT COLOR=#ff00ff>0</FONT> | |
175 | <FONT COLOR=#a020f0>#define wxSTC_EDGE_LINE </FONT><FONT COLOR=#ff00ff>1</FONT> | |
176 | <FONT COLOR=#a020f0>#define wxSTC_EDGE_BACKGROUND </FONT><FONT COLOR=#ff00ff>2</FONT> | |
177 | ||
178 | <FONT COLOR=#0000ff>// Show caret within N lines of edge when it's scrolled to view</FONT> | |
179 | <FONT COLOR=#a020f0>#define wxSTC_CARET_SLOP </FONT><FONT COLOR=#ff00ff>0x01</FONT> | |
180 | ||
181 | <FONT COLOR=#0000ff>// Center caret on screen when it's scrolled to view</FONT> | |
182 | <FONT COLOR=#a020f0>#define wxSTC_CARET_CENTER </FONT><FONT COLOR=#ff00ff>0x02</FONT> | |
183 | ||
184 | <FONT COLOR=#0000ff>// OR this with CARET_CENTER to reposition even when visible, or</FONT> | |
185 | <FONT COLOR=#0000ff>// OR this with CARET_SLOP to reposition whenever outside slop border</FONT> | |
186 | <FONT COLOR=#a020f0>#define wxSTC_CARET_STRICT </FONT><FONT COLOR=#ff00ff>0x04</FONT> | |
187 | ||
188 | <FONT COLOR=#0000ff>// Notifications</FONT> | |
189 | <FONT COLOR=#0000ff>// Type of modification and the action which caused the modification</FONT> | |
190 | <FONT COLOR=#0000ff>// These are defined as a bit mask to make it easy to specify which notifications are wanted.</FONT> | |
191 | <FONT COLOR=#0000ff>// One bit is set from each of SC_MOD_* and SC_PERFORMED_*.</FONT> | |
192 | <FONT COLOR=#a020f0>#define wxSTC_MOD_INSERTTEXT </FONT><FONT COLOR=#ff00ff>0x1</FONT> | |
193 | <FONT COLOR=#a020f0>#define wxSTC_MOD_DELETETEXT </FONT><FONT COLOR=#ff00ff>0x2</FONT> | |
194 | <FONT COLOR=#a020f0>#define wxSTC_MOD_CHANGESTYLE </FONT><FONT COLOR=#ff00ff>0x4</FONT> | |
195 | <FONT COLOR=#a020f0>#define wxSTC_MOD_CHANGEFOLD </FONT><FONT COLOR=#ff00ff>0x8</FONT> | |
196 | <FONT COLOR=#a020f0>#define wxSTC_PERFORMED_USER </FONT><FONT COLOR=#ff00ff>0x10</FONT> | |
197 | <FONT COLOR=#a020f0>#define wxSTC_PERFORMED_UNDO </FONT><FONT COLOR=#ff00ff>0x20</FONT> | |
198 | <FONT COLOR=#a020f0>#define wxSTC_PERFORMED_REDO </FONT><FONT COLOR=#ff00ff>0x40</FONT> | |
199 | <FONT COLOR=#a020f0>#define wxSTC_LASTSTEPINUNDOREDO </FONT><FONT COLOR=#ff00ff>0x100</FONT> | |
200 | <FONT COLOR=#a020f0>#define wxSTC_MOD_CHANGEMARKER </FONT><FONT COLOR=#ff00ff>0x200</FONT> | |
201 | <FONT COLOR=#a020f0>#define wxSTC_MOD_BEFOREINSERT </FONT><FONT COLOR=#ff00ff>0x400</FONT> | |
202 | <FONT COLOR=#a020f0>#define wxSTC_MOD_BEFOREDELETE </FONT><FONT COLOR=#ff00ff>0x800</FONT> | |
203 | <FONT COLOR=#a020f0>#define wxSTC_MODEVENTMASKALL </FONT><FONT COLOR=#ff00ff>0xF77</FONT> | |
204 | ||
205 | <FONT COLOR=#0000ff>// Symbolic key codes and modifier flags</FONT> | |
206 | <FONT COLOR=#0000ff>// ASCII and other printable characters below 256</FONT> | |
207 | <FONT COLOR=#0000ff>// Extended keys above 300</FONT> | |
208 | <FONT COLOR=#a020f0>#define wxSTC_KEY_DOWN </FONT><FONT COLOR=#ff00ff>300</FONT> | |
209 | <FONT COLOR=#a020f0>#define wxSTC_KEY_UP </FONT><FONT COLOR=#ff00ff>301</FONT> | |
210 | <FONT COLOR=#a020f0>#define wxSTC_KEY_LEFT </FONT><FONT COLOR=#ff00ff>302</FONT> | |
211 | <FONT COLOR=#a020f0>#define wxSTC_KEY_RIGHT </FONT><FONT COLOR=#ff00ff>303</FONT> | |
212 | <FONT COLOR=#a020f0>#define wxSTC_KEY_HOME </FONT><FONT COLOR=#ff00ff>304</FONT> | |
213 | <FONT COLOR=#a020f0>#define wxSTC_KEY_END </FONT><FONT COLOR=#ff00ff>305</FONT> | |
214 | <FONT COLOR=#a020f0>#define wxSTC_KEY_PRIOR </FONT><FONT COLOR=#ff00ff>306</FONT> | |
215 | <FONT COLOR=#a020f0>#define wxSTC_KEY_NEXT </FONT><FONT COLOR=#ff00ff>307</FONT> | |
216 | <FONT COLOR=#a020f0>#define wxSTC_KEY_DELETE </FONT><FONT COLOR=#ff00ff>308</FONT> | |
217 | <FONT COLOR=#a020f0>#define wxSTC_KEY_INSERT </FONT><FONT COLOR=#ff00ff>309</FONT> | |
218 | <FONT COLOR=#a020f0>#define wxSTC_KEY_ESCAPE </FONT><FONT COLOR=#ff00ff>7</FONT> | |
219 | <FONT COLOR=#a020f0>#define wxSTC_KEY_BACK </FONT><FONT COLOR=#ff00ff>8</FONT> | |
220 | <FONT COLOR=#a020f0>#define wxSTC_KEY_TAB </FONT><FONT COLOR=#ff00ff>9</FONT> | |
221 | <FONT COLOR=#a020f0>#define wxSTC_KEY_RETURN </FONT><FONT COLOR=#ff00ff>13</FONT> | |
222 | <FONT COLOR=#a020f0>#define wxSTC_KEY_ADD </FONT><FONT COLOR=#ff00ff>310</FONT> | |
223 | <FONT COLOR=#a020f0>#define wxSTC_KEY_SUBTRACT </FONT><FONT COLOR=#ff00ff>311</FONT> | |
224 | <FONT COLOR=#a020f0>#define wxSTC_KEY_DIVIDE </FONT><FONT COLOR=#ff00ff>312</FONT> | |
225 | <FONT COLOR=#a020f0>#define wxSTC_SCMOD_SHIFT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
226 | <FONT COLOR=#a020f0>#define wxSTC_SCMOD_CTRL </FONT><FONT COLOR=#ff00ff>2</FONT> | |
227 | <FONT COLOR=#a020f0>#define wxSTC_SCMOD_ALT </FONT><FONT COLOR=#ff00ff>4</FONT> | |
228 | ||
229 | <FONT COLOR=#0000ff>// For SciLexer.h</FONT> | |
230 | <FONT COLOR=#a020f0>#define wxSTC_LEX_CONTAINER </FONT><FONT COLOR=#ff00ff>0</FONT> | |
231 | <FONT COLOR=#a020f0>#define wxSTC_LEX_NULL </FONT><FONT COLOR=#ff00ff>1</FONT> | |
232 | <FONT COLOR=#a020f0>#define wxSTC_LEX_PYTHON </FONT><FONT COLOR=#ff00ff>2</FONT> | |
233 | <FONT COLOR=#a020f0>#define wxSTC_LEX_CPP </FONT><FONT COLOR=#ff00ff>3</FONT> | |
234 | <FONT COLOR=#a020f0>#define wxSTC_LEX_HTML </FONT><FONT COLOR=#ff00ff>4</FONT> | |
235 | <FONT COLOR=#a020f0>#define wxSTC_LEX_XML </FONT><FONT COLOR=#ff00ff>5</FONT> | |
236 | <FONT COLOR=#a020f0>#define wxSTC_LEX_PERL </FONT><FONT COLOR=#ff00ff>6</FONT> | |
237 | <FONT COLOR=#a020f0>#define wxSTC_LEX_SQL </FONT><FONT COLOR=#ff00ff>7</FONT> | |
238 | <FONT COLOR=#a020f0>#define wxSTC_LEX_VB </FONT><FONT COLOR=#ff00ff>8</FONT> | |
239 | <FONT COLOR=#a020f0>#define wxSTC_LEX_PROPERTIES </FONT><FONT COLOR=#ff00ff>9</FONT> | |
240 | <FONT COLOR=#a020f0>#define wxSTC_LEX_ERRORLIST </FONT><FONT COLOR=#ff00ff>10</FONT> | |
241 | <FONT COLOR=#a020f0>#define wxSTC_LEX_MAKEFILE </FONT><FONT COLOR=#ff00ff>11</FONT> | |
242 | <FONT COLOR=#a020f0>#define wxSTC_LEX_BATCH </FONT><FONT COLOR=#ff00ff>12</FONT> | |
243 | <FONT COLOR=#a020f0>#define wxSTC_LEX_XCODE </FONT><FONT COLOR=#ff00ff>13</FONT> | |
244 | <FONT COLOR=#a020f0>#define wxSTC_LEX_LATEX </FONT><FONT COLOR=#ff00ff>14</FONT> | |
245 | <FONT COLOR=#a020f0>#define wxSTC_LEX_LUA </FONT><FONT COLOR=#ff00ff>15</FONT> | |
246 | <FONT COLOR=#a020f0>#define wxSTC_LEX_DIFF </FONT><FONT COLOR=#ff00ff>16</FONT> | |
247 | ||
248 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_PYTHON</FONT> | |
249 | <FONT COLOR=#a020f0>#define wxSTC_P_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
250 | <FONT COLOR=#a020f0>#define wxSTC_P_COMMENTLINE </FONT><FONT COLOR=#ff00ff>1</FONT> | |
251 | <FONT COLOR=#a020f0>#define wxSTC_P_NUMBER </FONT><FONT COLOR=#ff00ff>2</FONT> | |
252 | <FONT COLOR=#a020f0>#define wxSTC_P_STRING </FONT><FONT COLOR=#ff00ff>3</FONT> | |
253 | <FONT COLOR=#a020f0>#define wxSTC_P_CHARACTER </FONT><FONT COLOR=#ff00ff>4</FONT> | |
254 | <FONT COLOR=#a020f0>#define wxSTC_P_WORD </FONT><FONT COLOR=#ff00ff>5</FONT> | |
255 | <FONT COLOR=#a020f0>#define wxSTC_P_TRIPLE </FONT><FONT COLOR=#ff00ff>6</FONT> | |
256 | <FONT COLOR=#a020f0>#define wxSTC_P_TRIPLEDOUBLE </FONT><FONT COLOR=#ff00ff>7</FONT> | |
257 | <FONT COLOR=#a020f0>#define wxSTC_P_CLASSNAME </FONT><FONT COLOR=#ff00ff>8</FONT> | |
258 | <FONT COLOR=#a020f0>#define wxSTC_P_DEFNAME </FONT><FONT COLOR=#ff00ff>9</FONT> | |
259 | <FONT COLOR=#a020f0>#define wxSTC_P_OPERATOR </FONT><FONT COLOR=#ff00ff>10</FONT> | |
260 | <FONT COLOR=#a020f0>#define wxSTC_P_IDENTIFIER </FONT><FONT COLOR=#ff00ff>11</FONT> | |
261 | <FONT COLOR=#a020f0>#define wxSTC_P_COMMENTBLOCK </FONT><FONT COLOR=#ff00ff>12</FONT> | |
262 | <FONT COLOR=#a020f0>#define wxSTC_P_STRINGEOL </FONT><FONT COLOR=#ff00ff>13</FONT> | |
263 | ||
264 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_CPP, SCLEX_VB</FONT> | |
265 | <FONT COLOR=#a020f0>#define wxSTC_C_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
266 | <FONT COLOR=#a020f0>#define wxSTC_C_COMMENT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
267 | <FONT COLOR=#a020f0>#define wxSTC_C_COMMENTLINE </FONT><FONT COLOR=#ff00ff>2</FONT> | |
268 | <FONT COLOR=#a020f0>#define wxSTC_C_COMMENTDOC </FONT><FONT COLOR=#ff00ff>3</FONT> | |
269 | <FONT COLOR=#a020f0>#define wxSTC_C_NUMBER </FONT><FONT COLOR=#ff00ff>4</FONT> | |
270 | <FONT COLOR=#a020f0>#define wxSTC_C_WORD </FONT><FONT COLOR=#ff00ff>5</FONT> | |
271 | <FONT COLOR=#a020f0>#define wxSTC_C_STRING </FONT><FONT COLOR=#ff00ff>6</FONT> | |
272 | <FONT COLOR=#a020f0>#define wxSTC_C_CHARACTER </FONT><FONT COLOR=#ff00ff>7</FONT> | |
273 | <FONT COLOR=#a020f0>#define wxSTC_C_UUID </FONT><FONT COLOR=#ff00ff>8</FONT> | |
274 | <FONT COLOR=#a020f0>#define wxSTC_C_PREPROCESSOR </FONT><FONT COLOR=#ff00ff>9</FONT> | |
275 | <FONT COLOR=#a020f0>#define wxSTC_C_OPERATOR </FONT><FONT COLOR=#ff00ff>10</FONT> | |
276 | <FONT COLOR=#a020f0>#define wxSTC_C_IDENTIFIER </FONT><FONT COLOR=#ff00ff>11</FONT> | |
277 | <FONT COLOR=#a020f0>#define wxSTC_C_STRINGEOL </FONT><FONT COLOR=#ff00ff>12</FONT> | |
278 | <FONT COLOR=#a020f0>#define wxSTC_C_VERBATIM </FONT><FONT COLOR=#ff00ff>13</FONT> | |
279 | ||
280 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_HTML, SCLEX_XML</FONT> | |
281 | <FONT COLOR=#a020f0>#define wxSTC_H_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
282 | <FONT COLOR=#a020f0>#define wxSTC_H_TAG </FONT><FONT COLOR=#ff00ff>1</FONT> | |
283 | <FONT COLOR=#a020f0>#define wxSTC_H_TAGUNKNOWN </FONT><FONT COLOR=#ff00ff>2</FONT> | |
284 | <FONT COLOR=#a020f0>#define wxSTC_H_ATTRIBUTE </FONT><FONT COLOR=#ff00ff>3</FONT> | |
285 | <FONT COLOR=#a020f0>#define wxSTC_H_ATTRIBUTEUNKNOWN </FONT><FONT COLOR=#ff00ff>4</FONT> | |
286 | <FONT COLOR=#a020f0>#define wxSTC_H_NUMBER </FONT><FONT COLOR=#ff00ff>5</FONT> | |
287 | <FONT COLOR=#a020f0>#define wxSTC_H_DOUBLESTRING </FONT><FONT COLOR=#ff00ff>6</FONT> | |
288 | <FONT COLOR=#a020f0>#define wxSTC_H_SINGLESTRING </FONT><FONT COLOR=#ff00ff>7</FONT> | |
289 | <FONT COLOR=#a020f0>#define wxSTC_H_OTHER </FONT><FONT COLOR=#ff00ff>8</FONT> | |
290 | <FONT COLOR=#a020f0>#define wxSTC_H_COMMENT </FONT><FONT COLOR=#ff00ff>9</FONT> | |
291 | <FONT COLOR=#a020f0>#define wxSTC_H_ENTITY </FONT><FONT COLOR=#ff00ff>10</FONT> | |
292 | ||
293 | <FONT COLOR=#0000ff>// XML and ASP</FONT> | |
294 | <FONT COLOR=#a020f0>#define wxSTC_H_TAGEND </FONT><FONT COLOR=#ff00ff>11</FONT> | |
295 | <FONT COLOR=#a020f0>#define wxSTC_H_XMLSTART </FONT><FONT COLOR=#ff00ff>12</FONT> | |
296 | <FONT COLOR=#a020f0>#define wxSTC_H_XMLEND </FONT><FONT COLOR=#ff00ff>13</FONT> | |
297 | <FONT COLOR=#a020f0>#define wxSTC_H_SCRIPT </FONT><FONT COLOR=#ff00ff>14</FONT> | |
298 | <FONT COLOR=#a020f0>#define wxSTC_H_ASP </FONT><FONT COLOR=#ff00ff>15</FONT> | |
299 | <FONT COLOR=#a020f0>#define wxSTC_H_ASPAT </FONT><FONT COLOR=#ff00ff>16</FONT> | |
300 | <FONT COLOR=#a020f0>#define wxSTC_H_CDATA </FONT><FONT COLOR=#ff00ff>17</FONT> | |
301 | <FONT COLOR=#a020f0>#define wxSTC_H_QUESTION </FONT><FONT COLOR=#ff00ff>18</FONT> | |
302 | ||
303 | <FONT COLOR=#0000ff>// More HTML</FONT> | |
304 | <FONT COLOR=#a020f0>#define wxSTC_H_VALUE </FONT><FONT COLOR=#ff00ff>19</FONT> | |
305 | ||
306 | <FONT COLOR=#0000ff>// Embedded Javascript</FONT> | |
307 | <FONT COLOR=#a020f0>#define wxSTC_HJ_START </FONT><FONT COLOR=#ff00ff>40</FONT> | |
308 | <FONT COLOR=#a020f0>#define wxSTC_HJ_DEFAULT </FONT><FONT COLOR=#ff00ff>41</FONT> | |
309 | <FONT COLOR=#a020f0>#define wxSTC_HJ_COMMENT </FONT><FONT COLOR=#ff00ff>42</FONT> | |
310 | <FONT COLOR=#a020f0>#define wxSTC_HJ_COMMENTLINE </FONT><FONT COLOR=#ff00ff>43</FONT> | |
311 | <FONT COLOR=#a020f0>#define wxSTC_HJ_COMMENTDOC </FONT><FONT COLOR=#ff00ff>44</FONT> | |
312 | <FONT COLOR=#a020f0>#define wxSTC_HJ_NUMBER </FONT><FONT COLOR=#ff00ff>45</FONT> | |
313 | <FONT COLOR=#a020f0>#define wxSTC_HJ_WORD </FONT><FONT COLOR=#ff00ff>46</FONT> | |
314 | <FONT COLOR=#a020f0>#define wxSTC_HJ_KEYWORD </FONT><FONT COLOR=#ff00ff>47</FONT> | |
315 | <FONT COLOR=#a020f0>#define wxSTC_HJ_DOUBLESTRING </FONT><FONT COLOR=#ff00ff>48</FONT> | |
316 | <FONT COLOR=#a020f0>#define wxSTC_HJ_SINGLESTRING </FONT><FONT COLOR=#ff00ff>49</FONT> | |
317 | <FONT COLOR=#a020f0>#define wxSTC_HJ_SYMBOLS </FONT><FONT COLOR=#ff00ff>50</FONT> | |
318 | <FONT COLOR=#a020f0>#define wxSTC_HJ_STRINGEOL </FONT><FONT COLOR=#ff00ff>51</FONT> | |
319 | ||
320 | <FONT COLOR=#0000ff>// ASP Javascript</FONT> | |
321 | <FONT COLOR=#a020f0>#define wxSTC_HJA_START </FONT><FONT COLOR=#ff00ff>55</FONT> | |
322 | <FONT COLOR=#a020f0>#define wxSTC_HJA_DEFAULT </FONT><FONT COLOR=#ff00ff>56</FONT> | |
323 | <FONT COLOR=#a020f0>#define wxSTC_HJA_COMMENT </FONT><FONT COLOR=#ff00ff>57</FONT> | |
324 | <FONT COLOR=#a020f0>#define wxSTC_HJA_COMMENTLINE </FONT><FONT COLOR=#ff00ff>58</FONT> | |
325 | <FONT COLOR=#a020f0>#define wxSTC_HJA_COMMENTDOC </FONT><FONT COLOR=#ff00ff>59</FONT> | |
326 | <FONT COLOR=#a020f0>#define wxSTC_HJA_NUMBER </FONT><FONT COLOR=#ff00ff>60</FONT> | |
327 | <FONT COLOR=#a020f0>#define wxSTC_HJA_WORD </FONT><FONT COLOR=#ff00ff>61</FONT> | |
328 | <FONT COLOR=#a020f0>#define wxSTC_HJA_KEYWORD </FONT><FONT COLOR=#ff00ff>62</FONT> | |
329 | <FONT COLOR=#a020f0>#define wxSTC_HJA_DOUBLESTRING </FONT><FONT COLOR=#ff00ff>63</FONT> | |
330 | <FONT COLOR=#a020f0>#define wxSTC_HJA_SINGLESTRING </FONT><FONT COLOR=#ff00ff>64</FONT> | |
331 | <FONT COLOR=#a020f0>#define wxSTC_HJA_SYMBOLS </FONT><FONT COLOR=#ff00ff>65</FONT> | |
332 | <FONT COLOR=#a020f0>#define wxSTC_HJA_STRINGEOL </FONT><FONT COLOR=#ff00ff>66</FONT> | |
333 | ||
334 | <FONT COLOR=#0000ff>// Embedded VBScript</FONT> | |
335 | <FONT COLOR=#a020f0>#define wxSTC_HB_START </FONT><FONT COLOR=#ff00ff>70</FONT> | |
336 | <FONT COLOR=#a020f0>#define wxSTC_HB_DEFAULT </FONT><FONT COLOR=#ff00ff>71</FONT> | |
337 | <FONT COLOR=#a020f0>#define wxSTC_HB_COMMENTLINE </FONT><FONT COLOR=#ff00ff>72</FONT> | |
338 | <FONT COLOR=#a020f0>#define wxSTC_HB_NUMBER </FONT><FONT COLOR=#ff00ff>73</FONT> | |
339 | <FONT COLOR=#a020f0>#define wxSTC_HB_WORD </FONT><FONT COLOR=#ff00ff>74</FONT> | |
340 | <FONT COLOR=#a020f0>#define wxSTC_HB_STRING </FONT><FONT COLOR=#ff00ff>75</FONT> | |
341 | <FONT COLOR=#a020f0>#define wxSTC_HB_IDENTIFIER </FONT><FONT COLOR=#ff00ff>76</FONT> | |
342 | <FONT COLOR=#a020f0>#define wxSTC_HB_STRINGEOL </FONT><FONT COLOR=#ff00ff>77</FONT> | |
343 | ||
344 | <FONT COLOR=#0000ff>// ASP VBScript</FONT> | |
345 | <FONT COLOR=#a020f0>#define wxSTC_HBA_START </FONT><FONT COLOR=#ff00ff>80</FONT> | |
346 | <FONT COLOR=#a020f0>#define wxSTC_HBA_DEFAULT </FONT><FONT COLOR=#ff00ff>81</FONT> | |
347 | <FONT COLOR=#a020f0>#define wxSTC_HBA_COMMENTLINE </FONT><FONT COLOR=#ff00ff>82</FONT> | |
348 | <FONT COLOR=#a020f0>#define wxSTC_HBA_NUMBER </FONT><FONT COLOR=#ff00ff>83</FONT> | |
349 | <FONT COLOR=#a020f0>#define wxSTC_HBA_WORD </FONT><FONT COLOR=#ff00ff>84</FONT> | |
350 | <FONT COLOR=#a020f0>#define wxSTC_HBA_STRING </FONT><FONT COLOR=#ff00ff>85</FONT> | |
351 | <FONT COLOR=#a020f0>#define wxSTC_HBA_IDENTIFIER </FONT><FONT COLOR=#ff00ff>86</FONT> | |
352 | <FONT COLOR=#a020f0>#define wxSTC_HBA_STRINGEOL </FONT><FONT COLOR=#ff00ff>87</FONT> | |
353 | ||
354 | <FONT COLOR=#0000ff>// Embedded Python</FONT> | |
355 | <FONT COLOR=#a020f0>#define wxSTC_HP_START </FONT><FONT COLOR=#ff00ff>90</FONT> | |
356 | <FONT COLOR=#a020f0>#define wxSTC_HP_DEFAULT </FONT><FONT COLOR=#ff00ff>91</FONT> | |
357 | <FONT COLOR=#a020f0>#define wxSTC_HP_COMMENTLINE </FONT><FONT COLOR=#ff00ff>92</FONT> | |
358 | <FONT COLOR=#a020f0>#define wxSTC_HP_NUMBER </FONT><FONT COLOR=#ff00ff>93</FONT> | |
359 | <FONT COLOR=#a020f0>#define wxSTC_HP_STRING </FONT><FONT COLOR=#ff00ff>94</FONT> | |
360 | <FONT COLOR=#a020f0>#define wxSTC_HP_CHARACTER </FONT><FONT COLOR=#ff00ff>95</FONT> | |
361 | <FONT COLOR=#a020f0>#define wxSTC_HP_WORD </FONT><FONT COLOR=#ff00ff>96</FONT> | |
362 | <FONT COLOR=#a020f0>#define wxSTC_HP_TRIPLE </FONT><FONT COLOR=#ff00ff>97</FONT> | |
363 | <FONT COLOR=#a020f0>#define wxSTC_HP_TRIPLEDOUBLE </FONT><FONT COLOR=#ff00ff>98</FONT> | |
364 | <FONT COLOR=#a020f0>#define wxSTC_HP_CLASSNAME </FONT><FONT COLOR=#ff00ff>99</FONT> | |
365 | <FONT COLOR=#a020f0>#define wxSTC_HP_DEFNAME </FONT><FONT COLOR=#ff00ff>100</FONT> | |
366 | <FONT COLOR=#a020f0>#define wxSTC_HP_OPERATOR </FONT><FONT COLOR=#ff00ff>101</FONT> | |
367 | <FONT COLOR=#a020f0>#define wxSTC_HP_IDENTIFIER </FONT><FONT COLOR=#ff00ff>102</FONT> | |
368 | ||
369 | <FONT COLOR=#0000ff>// ASP Python</FONT> | |
370 | <FONT COLOR=#a020f0>#define wxSTC_HPA_START </FONT><FONT COLOR=#ff00ff>105</FONT> | |
371 | <FONT COLOR=#a020f0>#define wxSTC_HPA_DEFAULT </FONT><FONT COLOR=#ff00ff>106</FONT> | |
372 | <FONT COLOR=#a020f0>#define wxSTC_HPA_COMMENTLINE </FONT><FONT COLOR=#ff00ff>107</FONT> | |
373 | <FONT COLOR=#a020f0>#define wxSTC_HPA_NUMBER </FONT><FONT COLOR=#ff00ff>108</FONT> | |
374 | <FONT COLOR=#a020f0>#define wxSTC_HPA_STRING </FONT><FONT COLOR=#ff00ff>109</FONT> | |
375 | <FONT COLOR=#a020f0>#define wxSTC_HPA_CHARACTER </FONT><FONT COLOR=#ff00ff>110</FONT> | |
376 | <FONT COLOR=#a020f0>#define wxSTC_HPA_WORD </FONT><FONT COLOR=#ff00ff>111</FONT> | |
377 | <FONT COLOR=#a020f0>#define wxSTC_HPA_TRIPLE </FONT><FONT COLOR=#ff00ff>112</FONT> | |
378 | <FONT COLOR=#a020f0>#define wxSTC_HPA_TRIPLEDOUBLE </FONT><FONT COLOR=#ff00ff>113</FONT> | |
379 | <FONT COLOR=#a020f0>#define wxSTC_HPA_CLASSNAME </FONT><FONT COLOR=#ff00ff>114</FONT> | |
380 | <FONT COLOR=#a020f0>#define wxSTC_HPA_DEFNAME </FONT><FONT COLOR=#ff00ff>115</FONT> | |
381 | <FONT COLOR=#a020f0>#define wxSTC_HPA_OPERATOR </FONT><FONT COLOR=#ff00ff>116</FONT> | |
382 | <FONT COLOR=#a020f0>#define wxSTC_HPA_IDENTIFIER </FONT><FONT COLOR=#ff00ff>117</FONT> | |
383 | ||
384 | <FONT COLOR=#0000ff>// PHP</FONT> | |
385 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_DEFAULT </FONT><FONT COLOR=#ff00ff>118</FONT> | |
386 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_HSTRING </FONT><FONT COLOR=#ff00ff>119</FONT> | |
387 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_SIMPLESTRING </FONT><FONT COLOR=#ff00ff>120</FONT> | |
388 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_WORD </FONT><FONT COLOR=#ff00ff>121</FONT> | |
389 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_NUMBER </FONT><FONT COLOR=#ff00ff>122</FONT> | |
390 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_VARIABLE </FONT><FONT COLOR=#ff00ff>123</FONT> | |
391 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_COMMENT </FONT><FONT COLOR=#ff00ff>124</FONT> | |
392 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_COMMENTLINE </FONT><FONT COLOR=#ff00ff>125</FONT> | |
393 | <FONT COLOR=#a020f0>#define wxSTC_HPHP_STRINGEOL </FONT><FONT COLOR=#ff00ff>126</FONT> | |
394 | ||
395 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_PERL</FONT> | |
396 | <FONT COLOR=#a020f0>#define wxSTC_PL_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
397 | <FONT COLOR=#a020f0>#define wxSTC_PL_HERE </FONT><FONT COLOR=#ff00ff>1</FONT> | |
398 | <FONT COLOR=#a020f0>#define wxSTC_PL_COMMENTLINE </FONT><FONT COLOR=#ff00ff>2</FONT> | |
399 | <FONT COLOR=#a020f0>#define wxSTC_PL_POD </FONT><FONT COLOR=#ff00ff>3</FONT> | |
400 | <FONT COLOR=#a020f0>#define wxSTC_PL_NUMBER </FONT><FONT COLOR=#ff00ff>4</FONT> | |
401 | <FONT COLOR=#a020f0>#define wxSTC_PL_WORD </FONT><FONT COLOR=#ff00ff>5</FONT> | |
402 | <FONT COLOR=#a020f0>#define wxSTC_PL_STRING </FONT><FONT COLOR=#ff00ff>6</FONT> | |
403 | <FONT COLOR=#a020f0>#define wxSTC_PL_CHARACTER </FONT><FONT COLOR=#ff00ff>7</FONT> | |
404 | <FONT COLOR=#a020f0>#define wxSTC_PL_PUNCTUATION </FONT><FONT COLOR=#ff00ff>8</FONT> | |
405 | <FONT COLOR=#a020f0>#define wxSTC_PL_PREPROCESSOR </FONT><FONT COLOR=#ff00ff>9</FONT> | |
406 | <FONT COLOR=#a020f0>#define wxSTC_PL_OPERATOR </FONT><FONT COLOR=#ff00ff>10</FONT> | |
407 | <FONT COLOR=#a020f0>#define wxSTC_PL_IDENTIFIER </FONT><FONT COLOR=#ff00ff>11</FONT> | |
408 | <FONT COLOR=#a020f0>#define wxSTC_PL_SCALAR </FONT><FONT COLOR=#ff00ff>12</FONT> | |
409 | <FONT COLOR=#a020f0>#define wxSTC_PL_ARRAY </FONT><FONT COLOR=#ff00ff>13</FONT> | |
410 | <FONT COLOR=#a020f0>#define wxSTC_PL_HASH </FONT><FONT COLOR=#ff00ff>14</FONT> | |
411 | <FONT COLOR=#a020f0>#define wxSTC_PL_SYMBOLTABLE </FONT><FONT COLOR=#ff00ff>15</FONT> | |
412 | <FONT COLOR=#a020f0>#define wxSTC_PL_REF </FONT><FONT COLOR=#ff00ff>16</FONT> | |
413 | <FONT COLOR=#a020f0>#define wxSTC_PL_REGEX </FONT><FONT COLOR=#ff00ff>17</FONT> | |
414 | <FONT COLOR=#a020f0>#define wxSTC_PL_REGSUBST </FONT><FONT COLOR=#ff00ff>18</FONT> | |
415 | <FONT COLOR=#a020f0>#define wxSTC_PL_LONGQUOTE </FONT><FONT COLOR=#ff00ff>19</FONT> | |
416 | <FONT COLOR=#a020f0>#define wxSTC_PL_BACKTICKS </FONT><FONT COLOR=#ff00ff>20</FONT> | |
417 | <FONT COLOR=#a020f0>#define wxSTC_PL_DATASECTION </FONT><FONT COLOR=#ff00ff>21</FONT> | |
418 | ||
419 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_LATEX</FONT> | |
420 | <FONT COLOR=#a020f0>#define wxSTC_L_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
421 | <FONT COLOR=#a020f0>#define wxSTC_L_COMMAND </FONT><FONT COLOR=#ff00ff>1</FONT> | |
422 | <FONT COLOR=#a020f0>#define wxSTC_L_TAG </FONT><FONT COLOR=#ff00ff>2</FONT> | |
423 | <FONT COLOR=#a020f0>#define wxSTC_L_MATH </FONT><FONT COLOR=#ff00ff>3</FONT> | |
424 | <FONT COLOR=#a020f0>#define wxSTC_L_COMMENT </FONT><FONT COLOR=#ff00ff>4</FONT> | |
425 | ||
426 | <FONT COLOR=#0000ff>// Lexical states for SCLEX_LUA</FONT> | |
427 | <FONT COLOR=#a020f0>#define wxSTC_LUA_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
428 | <FONT COLOR=#a020f0>#define wxSTC_LUA_COMMENT </FONT><FONT COLOR=#ff00ff>1</FONT> | |
429 | <FONT COLOR=#a020f0>#define wxSTC_LUA_COMMENTLINE </FONT><FONT COLOR=#ff00ff>2</FONT> | |
430 | <FONT COLOR=#a020f0>#define wxSTC_LUA_COMMENTDOC </FONT><FONT COLOR=#ff00ff>3</FONT> | |
431 | <FONT COLOR=#a020f0>#define wxSTC_LUA_NUMBER </FONT><FONT COLOR=#ff00ff>4</FONT> | |
432 | <FONT COLOR=#a020f0>#define wxSTC_LUA_WORD </FONT><FONT COLOR=#ff00ff>5</FONT> | |
433 | <FONT COLOR=#a020f0>#define wxSTC_LUA_STRING </FONT><FONT COLOR=#ff00ff>6</FONT> | |
434 | <FONT COLOR=#a020f0>#define wxSTC_LUA_CHARACTER </FONT><FONT COLOR=#ff00ff>7</FONT> | |
435 | <FONT COLOR=#a020f0>#define wxSTC_LUA_LITERALSTRING </FONT><FONT COLOR=#ff00ff>8</FONT> | |
436 | <FONT COLOR=#a020f0>#define wxSTC_LUA_PREPROCESSOR </FONT><FONT COLOR=#ff00ff>9</FONT> | |
437 | <FONT COLOR=#a020f0>#define wxSTC_LUA_OPERATOR </FONT><FONT COLOR=#ff00ff>10</FONT> | |
438 | <FONT COLOR=#a020f0>#define wxSTC_LUA_IDENTIFIER </FONT><FONT COLOR=#ff00ff>11</FONT> | |
439 | <FONT COLOR=#a020f0>#define wxSTC_LUA_STRINGEOL </FONT><FONT COLOR=#ff00ff>12</FONT> | |
440 | <FONT COLOR=#a020f0>#define wxSTC_ERR_DEFAULT </FONT><FONT COLOR=#ff00ff>0</FONT> | |
441 | <FONT COLOR=#a020f0>#define wxSTC_ERR_PYTHON </FONT><FONT COLOR=#ff00ff>1</FONT> | |
442 | <FONT COLOR=#a020f0>#define wxSTC_ERR_GCC </FONT><FONT COLOR=#ff00ff>2</FONT> | |
443 | <FONT COLOR=#a020f0>#define wxSTC_ERR_MS </FONT><FONT COLOR=#ff00ff>3</FONT> | |
444 | <FONT COLOR=#a020f0>#define wxSTC_ERR_CMD </FONT><FONT COLOR=#ff00ff>4</FONT> | |
445 | <FONT COLOR=#a020f0>#define wxSTC_ERR_BORLAND </FONT><FONT COLOR=#ff00ff>5</FONT> | |
446 | <FONT COLOR=#a020f0>#define wxSTC_ERR_PERL </FONT><FONT COLOR=#ff00ff>6</FONT> | |
447 | ||
448 | <FONT COLOR=#0000ff>// END of generated section</FONT> | |
449 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
450 | <FONT COLOR=#0000ff>// Others</FONT> | |
451 | ||
452 | <FONT COLOR=#a020f0>#define wxSTC_MASK_FOLDERS ((</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0> << wxSTC_MARKNUM_FOLDER) | (</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0> << wxSTC_MARKNUM_FOLDEROPEN))</FONT> | |
453 | ||
454 | ||
455 | ||
456 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
457 | ||
458 | <B><FONT COLOR=#2e8b57>class ScintillaWX</FONT></B>; <FONT COLOR=#0000ff>// forward declare</FONT> | |
459 | <B><FONT COLOR=#2e8b57>class WordList</FONT></B>; | |
460 | <B><FONT COLOR=#2e8b57>struct</FONT></B> SCNotification; | |
461 | ||
462 | ||
463 | <B><FONT COLOR=#2e8b57>extern</FONT></B> <B><FONT COLOR=#2e8b57>const</FONT></B> wxChar* wxSTCNameStr; | |
464 | ||
465 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
466 | ||
467 | <B><FONT COLOR=#2e8b57>class wxStyledTextCtrl</FONT></B> : <B><FONT COLOR=#804040>public</FONT></B> wxControl { | |
468 | <B><FONT COLOR=#804040>public</FONT></B>: | |
469 | ||
470 | <FONT COLOR=#a020f0>#ifdef SWIG</FONT> | |
471 | wxStyledTextCtrl(wxWindow *parent, wxWindowID id, | |
472 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxPoint& pos = wxDefaultPosition, | |
473 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxSize& size = wxDefaultSize, <B><FONT COLOR=#2e8b57>long</FONT></B> style = <FONT COLOR=#ff00ff>0</FONT>, | |
474 | <B><FONT COLOR=#2e8b57>const</FONT></B> <B><FONT COLOR=#2e8b57>char</FONT></B>* name = <FONT COLOR=#ff00ff>"styledtext"</FONT>); | |
475 | <FONT COLOR=#a020f0>#else</FONT> | |
476 | wxStyledTextCtrl(wxWindow *parent, wxWindowID id, | |
477 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxPoint& pos = wxDefaultPosition, | |
478 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxSize& size = wxDefaultSize, <B><FONT COLOR=#2e8b57>long</FONT></B> style = <FONT COLOR=#ff00ff>0</FONT>, | |
479 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& name = wxSTCNameStr); | |
480 | <FONT COLOR=#a020f0>#endif</FONT> | |
481 | ||
482 | ||
483 | <FONT COLOR=#a020f0>#ifndef SWIG</FONT> | |
484 | ~wxStyledTextCtrl(); | |
485 | <FONT COLOR=#a020f0>#endif</FONT> | |
486 | ||
487 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
488 | <FONT COLOR=#0000ff>// BEGIN generated section. The following code is automatically generated</FONT> | |
489 | <FONT COLOR=#0000ff>// by gen_iface.py. Do not edit this file. Edit stc.h.in instead</FONT> | |
490 | <FONT COLOR=#0000ff>// and regenerate</FONT> | |
491 | ||
492 | ||
493 | <FONT COLOR=#0000ff>// Add text to the document</FONT> | |
494 | <B><FONT COLOR=#2e8b57>void</FONT></B> AddText(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
495 | ||
496 | <FONT COLOR=#0000ff>// Add array of cells to document</FONT> | |
497 | <B><FONT COLOR=#2e8b57>void</FONT></B> AddStyledText(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
498 | ||
499 | <FONT COLOR=#0000ff>// Insert string at a position</FONT> | |
500 | <B><FONT COLOR=#2e8b57>void</FONT></B> InsertText(<B><FONT COLOR=#2e8b57>int</FONT></B> pos, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
501 | ||
502 | <FONT COLOR=#0000ff>// Delete all text in the document</FONT> | |
503 | <B><FONT COLOR=#2e8b57>void</FONT></B> ClearAll(); | |
504 | ||
505 | <FONT COLOR=#0000ff>// Set all style bytes to 0, remove all folding information</FONT> | |
506 | <B><FONT COLOR=#2e8b57>void</FONT></B> ClearDocumentStyle(); | |
507 | ||
508 | <FONT COLOR=#0000ff>// The number of characters in the document</FONT> | |
509 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLength(); | |
510 | ||
511 | <FONT COLOR=#0000ff>// Returns the character byte at the position</FONT> | |
512 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetCharAt(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
513 | ||
514 | <FONT COLOR=#0000ff>// Returns the position of the caret</FONT> | |
515 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetCurrentPos(); | |
516 | ||
517 | <FONT COLOR=#0000ff>// Returns the position of the opposite end of the selection to the caret</FONT> | |
518 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetAnchor(); | |
519 | ||
520 | <FONT COLOR=#0000ff>// Returns the style byte at the position</FONT> | |
521 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetStyleAt(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
522 | ||
523 | <FONT COLOR=#0000ff>// Redoes the next action on the undo history</FONT> | |
524 | <B><FONT COLOR=#2e8b57>void</FONT></B> Redo(); | |
525 | ||
526 | <FONT COLOR=#0000ff>// Choose between collecting actions into the undo</FONT> | |
527 | <FONT COLOR=#0000ff>// history and discarding them.</FONT> | |
528 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetUndoCollection(<B><FONT COLOR=#2e8b57>bool</FONT></B> collectUndo); | |
529 | ||
530 | <FONT COLOR=#0000ff>// Select all the text in the document.</FONT> | |
531 | <B><FONT COLOR=#2e8b57>void</FONT></B> SelectAll(); | |
532 | ||
533 | <FONT COLOR=#0000ff>// Remember the current position in the undo history as the position</FONT> | |
534 | <FONT COLOR=#0000ff>// at which the document was saved.</FONT> | |
535 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSavePoint(); | |
536 | ||
537 | <FONT COLOR=#0000ff>// Retrieve a buffer of cells.</FONT> | |
538 | wxString GetStyledText(<B><FONT COLOR=#2e8b57>int</FONT></B> startPos, <B><FONT COLOR=#2e8b57>int</FONT></B> endPos); | |
539 | ||
540 | <FONT COLOR=#0000ff>// Are there any redoable actions in the undo history.</FONT> | |
541 | <B><FONT COLOR=#2e8b57>bool</FONT></B> CanRedo(); | |
542 | ||
543 | <FONT COLOR=#0000ff>// Retrieve the line number at which a particular marker is located</FONT> | |
544 | <B><FONT COLOR=#2e8b57>int</FONT></B> MarkerLineFromHandle(<B><FONT COLOR=#2e8b57>int</FONT></B> handle); | |
545 | ||
546 | <FONT COLOR=#0000ff>// Delete a marker.</FONT> | |
547 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerDeleteHandle(<B><FONT COLOR=#2e8b57>int</FONT></B> handle); | |
548 | ||
549 | <FONT COLOR=#0000ff>// Is undo history being collected?</FONT> | |
550 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetUndoCollection(); | |
551 | ||
552 | <FONT COLOR=#0000ff>// Are white space characters currently visible?</FONT> | |
553 | <FONT COLOR=#0000ff>// Returns one of SCWS_* constants.</FONT> | |
554 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetViewWhiteSpace(); | |
555 | ||
556 | <FONT COLOR=#0000ff>// Make white space characters invisible, always visible or visible outside indentation.</FONT> | |
557 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetViewWhiteSpace(<B><FONT COLOR=#2e8b57>int</FONT></B> viewWS); | |
558 | ||
559 | <FONT COLOR=#0000ff>// Find the position from a point within the window.</FONT> | |
560 | <B><FONT COLOR=#2e8b57>int</FONT></B> PositionFromPoint(wxPoint pt); | |
561 | ||
562 | <FONT COLOR=#0000ff>// Set caret to start of a line and ensure it is visible.</FONT> | |
563 | <B><FONT COLOR=#2e8b57>void</FONT></B> GotoLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
564 | ||
565 | <FONT COLOR=#0000ff>// Set caret to a position and ensure it is visible.</FONT> | |
566 | <B><FONT COLOR=#2e8b57>void</FONT></B> GotoPos(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
567 | ||
568 | <FONT COLOR=#0000ff>// Set the selection anchor to a position. The anchor is the opposite</FONT> | |
569 | <FONT COLOR=#0000ff>// end of the selection from the caret.</FONT> | |
570 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetAnchor(<B><FONT COLOR=#2e8b57>int</FONT></B> posAnchor); | |
571 | ||
572 | <FONT COLOR=#0000ff>// Retrieve the text of the line containing the caret.</FONT> | |
573 | <FONT COLOR=#0000ff>// Returns the index of the caret on the line.</FONT> | |
574 | wxString GetCurLine(<B><FONT COLOR=#2e8b57>int</FONT></B>* OUTPUT=NULL); | |
575 | ||
576 | <FONT COLOR=#0000ff>// Retrieve the position of the last correctly styled character.</FONT> | |
577 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetEndStyled(); | |
578 | ||
579 | <FONT COLOR=#0000ff>// Convert all line endings in the document to use the current mode.</FONT> | |
580 | <B><FONT COLOR=#2e8b57>void</FONT></B> ConvertEOLs(); | |
581 | ||
582 | <FONT COLOR=#0000ff>// Retrieve the current end of line mode - one of CRLF, CR, or LF.</FONT> | |
583 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetEOLMode(); | |
584 | ||
585 | <FONT COLOR=#0000ff>// Set the current end of line mode.</FONT> | |
586 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetEOLMode(<B><FONT COLOR=#2e8b57>int</FONT></B> eolMode); | |
587 | ||
588 | <FONT COLOR=#0000ff>// Set the current styling position to pos and the styling mask to mask.</FONT> | |
589 | <FONT COLOR=#0000ff>// The styling mask can be used to protect some bits in each styling byte from</FONT> | |
590 | <FONT COLOR=#0000ff>// modification.</FONT> | |
591 | <B><FONT COLOR=#2e8b57>void</FONT></B> StartStyling(<B><FONT COLOR=#2e8b57>int</FONT></B> pos, <B><FONT COLOR=#2e8b57>int</FONT></B> mask); | |
592 | ||
593 | <FONT COLOR=#0000ff>// Change style from current styling position for length characters to a style</FONT> | |
594 | <FONT COLOR=#0000ff>// and move the current styling position to after this newly styled segment.</FONT> | |
595 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetStyling(<B><FONT COLOR=#2e8b57>int</FONT></B> length, <B><FONT COLOR=#2e8b57>int</FONT></B> style); | |
596 | ||
597 | <FONT COLOR=#0000ff>// Is drawing done first into a buffer or direct to the screen.</FONT> | |
598 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetBufferedDraw(); | |
599 | ||
600 | <FONT COLOR=#0000ff>// If drawing is buffered then each line of text is drawn into a bitmap buffer</FONT> | |
601 | <FONT COLOR=#0000ff>// before drawing it to the screen to avoid flicker.</FONT> | |
602 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetBufferedDraw(<B><FONT COLOR=#2e8b57>bool</FONT></B> buffered); | |
603 | ||
604 | <FONT COLOR=#0000ff>// Change the visible size of a tab to be a multiple of the width of a space</FONT> | |
605 | <FONT COLOR=#0000ff>// character.</FONT> | |
606 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetTabWidth(<B><FONT COLOR=#2e8b57>int</FONT></B> tabWidth); | |
607 | ||
608 | <FONT COLOR=#0000ff>// Retrieve the visible size of a tab.</FONT> | |
609 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetTabWidth(); | |
610 | ||
611 | <FONT COLOR=#0000ff>// Set the code page used to interpret the bytes of the document as characters.</FONT> | |
612 | <FONT COLOR=#0000ff>// The SC_CP_UTF8 value can be used to enter Unicode mode.</FONT> | |
613 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetCodePage(<B><FONT COLOR=#2e8b57>int</FONT></B> codePage); | |
614 | ||
615 | <FONT COLOR=#0000ff>// Set the symbol used for a particular marker number,</FONT> | |
616 | <FONT COLOR=#0000ff>// and optionally the for and background colours.</FONT> | |
617 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerDefine(<B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber, <B><FONT COLOR=#2e8b57>int</FONT></B> markerSymbol, | |
618 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& foreground = wxNullColour, | |
619 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& background = wxNullColour); | |
620 | ||
621 | <FONT COLOR=#0000ff>// Set the foreground colour used for a particular marker number.</FONT> | |
622 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerSetForeground(<B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& fore); | |
623 | ||
624 | <FONT COLOR=#0000ff>// Set the background colour used for a particular marker number.</FONT> | |
625 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerSetBackground(<B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& back); | |
626 | ||
627 | <FONT COLOR=#0000ff>// Add a marker to a line.</FONT> | |
628 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerAdd(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber); | |
629 | ||
630 | <FONT COLOR=#0000ff>// Delete a marker from a line</FONT> | |
631 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerDelete(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber); | |
632 | ||
633 | <FONT COLOR=#0000ff>// Delete all markers with a particular number from all lines</FONT> | |
634 | <B><FONT COLOR=#2e8b57>void</FONT></B> MarkerDeleteAll(<B><FONT COLOR=#2e8b57>int</FONT></B> markerNumber); | |
635 | ||
636 | <FONT COLOR=#0000ff>// Get a bit mask of all the markers set on a line.</FONT> | |
637 | <B><FONT COLOR=#2e8b57>int</FONT></B> MarkerGet(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
638 | ||
639 | <FONT COLOR=#0000ff>// Find the next line after lineStart that includes a marker in mask.</FONT> | |
640 | <B><FONT COLOR=#2e8b57>int</FONT></B> MarkerNext(<B><FONT COLOR=#2e8b57>int</FONT></B> lineStart, <B><FONT COLOR=#2e8b57>int</FONT></B> markerMask); | |
641 | ||
642 | <FONT COLOR=#0000ff>// Find the previous line before lineStart that includes a marker in mask.</FONT> | |
643 | <B><FONT COLOR=#2e8b57>int</FONT></B> MarkerPrevious(<B><FONT COLOR=#2e8b57>int</FONT></B> lineStart, <B><FONT COLOR=#2e8b57>int</FONT></B> markerMask); | |
644 | ||
645 | <FONT COLOR=#0000ff>// Set a margin to be either numeric or symbolic.</FONT> | |
646 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginType(<B><FONT COLOR=#2e8b57>int</FONT></B> margin, <B><FONT COLOR=#2e8b57>int</FONT></B> marginType); | |
647 | ||
648 | <FONT COLOR=#0000ff>// Retrieve the type of a margin.</FONT> | |
649 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMarginType(<B><FONT COLOR=#2e8b57>int</FONT></B> margin); | |
650 | ||
651 | <FONT COLOR=#0000ff>// Set the width of a margin to a width expressed in pixels.</FONT> | |
652 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginWidth(<B><FONT COLOR=#2e8b57>int</FONT></B> margin, <B><FONT COLOR=#2e8b57>int</FONT></B> pixelWidth); | |
653 | ||
654 | <FONT COLOR=#0000ff>// Retrieve the width of a margin in pixels.</FONT> | |
655 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMarginWidth(<B><FONT COLOR=#2e8b57>int</FONT></B> margin); | |
656 | ||
657 | <FONT COLOR=#0000ff>// Set a mask that determines which markers are displayed in a margin.</FONT> | |
658 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginMask(<B><FONT COLOR=#2e8b57>int</FONT></B> margin, <B><FONT COLOR=#2e8b57>int</FONT></B> mask); | |
659 | ||
660 | <FONT COLOR=#0000ff>// Retrieve the marker mask of a margin.</FONT> | |
661 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMarginMask(<B><FONT COLOR=#2e8b57>int</FONT></B> margin); | |
662 | ||
663 | <FONT COLOR=#0000ff>// Make a margin sensitive or insensitive to mouse clicks.</FONT> | |
664 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginSensitive(<B><FONT COLOR=#2e8b57>int</FONT></B> margin, <B><FONT COLOR=#2e8b57>bool</FONT></B> sensitive); | |
665 | ||
666 | <FONT COLOR=#0000ff>// Retrieve the mouse click sensitivity of a margin.</FONT> | |
667 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetMarginSensitive(<B><FONT COLOR=#2e8b57>int</FONT></B> margin); | |
668 | ||
669 | <FONT COLOR=#0000ff>// Clear all the styles and make equivalent to the global default style.</FONT> | |
670 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleClearAll(); | |
671 | ||
672 | <FONT COLOR=#0000ff>// Set the foreground colour of a style.</FONT> | |
673 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetForeground(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& fore); | |
674 | ||
675 | <FONT COLOR=#0000ff>// Set the background colour of a style.</FONT> | |
676 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetBackground(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& back); | |
677 | ||
678 | <FONT COLOR=#0000ff>// Set a style to be bold or not.</FONT> | |
679 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetBold(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>bool</FONT></B> bold); | |
680 | ||
681 | <FONT COLOR=#0000ff>// Set a style to be italic or not.</FONT> | |
682 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetItalic(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>bool</FONT></B> italic); | |
683 | ||
684 | <FONT COLOR=#0000ff>// Set the size of characters of a style.</FONT> | |
685 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetSize(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>int</FONT></B> sizePoints); | |
686 | ||
687 | <FONT COLOR=#0000ff>// Set the font of a style.</FONT> | |
688 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetFaceName(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& fontName); | |
689 | ||
690 | <FONT COLOR=#0000ff>// Set a style to have its end of line filled or not.</FONT> | |
691 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetEOLFilled(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>bool</FONT></B> filled); | |
692 | ||
693 | <FONT COLOR=#0000ff>// Reset the default style to its state at startup</FONT> | |
694 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleResetDefault(); | |
695 | ||
696 | <FONT COLOR=#0000ff>// Set a style to be underlined or not.</FONT> | |
697 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetUnderline(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>bool</FONT></B> underline); | |
698 | ||
699 | <FONT COLOR=#0000ff>// Set the foreground colour of the selection and whether to use this setting.</FONT> | |
700 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSelForeground(<B><FONT COLOR=#2e8b57>bool</FONT></B> useSetting, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& fore); | |
701 | ||
702 | <FONT COLOR=#0000ff>// Set the background colour of the selection and whether to use this setting.</FONT> | |
703 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSelBackground(<B><FONT COLOR=#2e8b57>bool</FONT></B> useSetting, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& back); | |
704 | ||
705 | <FONT COLOR=#0000ff>// Set the foreground colour of the caret.</FONT> | |
706 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetCaretForeground(<B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& fore); | |
707 | ||
708 | <FONT COLOR=#0000ff>// When key+modifier combination km is pressed perform msg.</FONT> | |
709 | <B><FONT COLOR=#2e8b57>void</FONT></B> CmdKeyAssign(<B><FONT COLOR=#2e8b57>int</FONT></B> key, <B><FONT COLOR=#2e8b57>int</FONT></B> modifiers, <B><FONT COLOR=#2e8b57>int</FONT></B> cmd); | |
710 | ||
711 | <FONT COLOR=#0000ff>// When key+modifier combination km do nothing.</FONT> | |
712 | <B><FONT COLOR=#2e8b57>void</FONT></B> CmdKeyClear(<B><FONT COLOR=#2e8b57>int</FONT></B> key, <B><FONT COLOR=#2e8b57>int</FONT></B> modifiers); | |
713 | ||
714 | <FONT COLOR=#0000ff>// Drop all key mappings.</FONT> | |
715 | <B><FONT COLOR=#2e8b57>void</FONT></B> CmdKeyClearAll(); | |
716 | ||
717 | <FONT COLOR=#0000ff>// Set the styles for a segment of the document.</FONT> | |
718 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetStyleBytes(<B><FONT COLOR=#2e8b57>int</FONT></B> length, <B><FONT COLOR=#2e8b57>char</FONT></B>* styleBytes); | |
719 | ||
720 | <FONT COLOR=#0000ff>// Set a style to be visible or not.</FONT> | |
721 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetVisible(<B><FONT COLOR=#2e8b57>int</FONT></B> style, <B><FONT COLOR=#2e8b57>bool</FONT></B> visible); | |
722 | ||
723 | <FONT COLOR=#0000ff>// Get the time in milliseconds that the caret is on and off.</FONT> | |
724 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetCaretPeriod(); | |
725 | ||
726 | <FONT COLOR=#0000ff>// Get the time in milliseconds that the caret is on and off. 0 = steady on.</FONT> | |
727 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetCaretPeriod(<B><FONT COLOR=#2e8b57>int</FONT></B> periodMilliseconds); | |
728 | ||
729 | <FONT COLOR=#0000ff>// Set the set of characters making up words for when moving or selecting</FONT> | |
730 | <FONT COLOR=#0000ff>// by word.</FONT> | |
731 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetWordChars(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& characters); | |
732 | ||
733 | <FONT COLOR=#0000ff>// Start a sequence of actions that is undone and redone as a unit.</FONT> | |
734 | <FONT COLOR=#0000ff>// May be nested.</FONT> | |
735 | <B><FONT COLOR=#2e8b57>void</FONT></B> BeginUndoAction(); | |
736 | ||
737 | <FONT COLOR=#0000ff>// End a sequence of actions that is undone and redone as a unit.</FONT> | |
738 | <B><FONT COLOR=#2e8b57>void</FONT></B> EndUndoAction(); | |
739 | ||
740 | <FONT COLOR=#0000ff>// Set an indicator to plain, squiggle or TT.</FONT> | |
741 | <B><FONT COLOR=#2e8b57>void</FONT></B> IndicatorSetStyle(<B><FONT COLOR=#2e8b57>int</FONT></B> indic, <B><FONT COLOR=#2e8b57>int</FONT></B> style); | |
742 | ||
743 | <FONT COLOR=#0000ff>// Retrieve the style of an indicator.</FONT> | |
744 | <B><FONT COLOR=#2e8b57>int</FONT></B> IndicatorGetStyle(<B><FONT COLOR=#2e8b57>int</FONT></B> indic); | |
745 | ||
746 | <FONT COLOR=#0000ff>// Set the foreground colour of an indicator.</FONT> | |
747 | <B><FONT COLOR=#2e8b57>void</FONT></B> IndicatorSetForeground(<B><FONT COLOR=#2e8b57>int</FONT></B> indic, <B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& fore); | |
748 | ||
749 | <FONT COLOR=#0000ff>// Retrieve the foreground colour of an indicator.</FONT> | |
750 | wxColour IndicatorGetForeground(<B><FONT COLOR=#2e8b57>int</FONT></B> indic); | |
751 | ||
752 | <FONT COLOR=#0000ff>// Divide each styling byte into lexical class bits (default:5) and indicator</FONT> | |
753 | <FONT COLOR=#0000ff>// bits (default:3). If a lexer requires more than 32 lexical states, then this</FONT> | |
754 | <FONT COLOR=#0000ff>// is used to expand the possible states.</FONT> | |
755 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetStyleBits(<B><FONT COLOR=#2e8b57>int</FONT></B> bits); | |
756 | ||
757 | <FONT COLOR=#0000ff>// Retrieve number of bits in style bytes used to hold the lexical state.</FONT> | |
758 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetStyleBits(); | |
759 | ||
760 | <FONT COLOR=#0000ff>// Used to hold extra styling information for each line.</FONT> | |
761 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLineState(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> state); | |
762 | ||
763 | <FONT COLOR=#0000ff>// Retrieve the extra styling information for a line.</FONT> | |
764 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLineState(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
765 | ||
766 | <FONT COLOR=#0000ff>// Retrieve the last line number that has line state.</FONT> | |
767 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMaxLineState(); | |
768 | ||
769 | <FONT COLOR=#0000ff>// Display a auto-completion list.</FONT> | |
770 | <FONT COLOR=#0000ff>// The lenEntered parameter indicates how many characters before</FONT> | |
771 | <FONT COLOR=#0000ff>// the caret should be used to provide context.</FONT> | |
772 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompShow(<B><FONT COLOR=#2e8b57>int</FONT></B> lenEntered, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& itemList); | |
773 | ||
774 | <FONT COLOR=#0000ff>// Remove the auto-completion list from the screen.</FONT> | |
775 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompCancel(); | |
776 | ||
777 | <FONT COLOR=#0000ff>// Is there an auto-completion list visible?</FONT> | |
778 | <B><FONT COLOR=#2e8b57>bool</FONT></B> AutoCompActive(); | |
779 | ||
780 | <FONT COLOR=#0000ff>// Retrieve the position of the caret when the auto-completion list was</FONT> | |
781 | <FONT COLOR=#0000ff>// displayed.</FONT> | |
782 | <B><FONT COLOR=#2e8b57>int</FONT></B> AutoCompPosStart(); | |
783 | ||
784 | <FONT COLOR=#0000ff>// User has selected an item so remove the list and insert the selection.</FONT> | |
785 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompComplete(); | |
786 | ||
787 | <FONT COLOR=#0000ff>// Define a set of character that when typed cancel the auto-completion list.</FONT> | |
788 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompStops(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& characterSet); | |
789 | ||
790 | <FONT COLOR=#0000ff>// Change the separator character in the string setting up an auto-completion</FONT> | |
791 | <FONT COLOR=#0000ff>// list. Default is space but can be changed if items contain space.</FONT> | |
792 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSetSeparator(<B><FONT COLOR=#2e8b57>int</FONT></B> separatorCharacter); | |
793 | ||
794 | <FONT COLOR=#0000ff>// Retrieve the auto-completion list separator character.</FONT> | |
795 | <B><FONT COLOR=#2e8b57>int</FONT></B> AutoCompGetSeparator(); | |
796 | ||
797 | <FONT COLOR=#0000ff>// Select the item in the auto-completion list that starts with a string.</FONT> | |
798 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSelect(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
799 | ||
800 | <FONT COLOR=#0000ff>// Should the auto-completion list be cancelled if the user backspaces to a</FONT> | |
801 | <FONT COLOR=#0000ff>// position before where the box was created.</FONT> | |
802 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSetCancelAtStart(<B><FONT COLOR=#2e8b57>bool</FONT></B> cancel); | |
803 | ||
804 | <FONT COLOR=#0000ff>// Retrieve whether auto-completion cancelled by backspacing before start.</FONT> | |
805 | <B><FONT COLOR=#2e8b57>bool</FONT></B> AutoCompGetCancelAtStart(); | |
806 | ||
807 | <FONT COLOR=#0000ff>// Define a set of character that when typed fills up the selected word.</FONT> | |
808 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSetFillUps(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& characterSet); | |
809 | ||
810 | <FONT COLOR=#0000ff>// Should a single item auto-completion list automatically choose the item.</FONT> | |
811 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSetChooseSingle(<B><FONT COLOR=#2e8b57>bool</FONT></B> chooseSingle); | |
812 | ||
813 | <FONT COLOR=#0000ff>// Retrieve whether a single item auto-completion list automatically choose the item.</FONT> | |
814 | <B><FONT COLOR=#2e8b57>bool</FONT></B> AutoCompGetChooseSingle(); | |
815 | ||
816 | <FONT COLOR=#0000ff>// Set whether case is significant when performing auto-completion searches.</FONT> | |
817 | <B><FONT COLOR=#2e8b57>void</FONT></B> AutoCompSetIgnoreCase(<B><FONT COLOR=#2e8b57>bool</FONT></B> ignoreCase); | |
818 | ||
819 | <FONT COLOR=#0000ff>// Retrieve state of ignore case flag.</FONT> | |
820 | <B><FONT COLOR=#2e8b57>bool</FONT></B> AutoCompGetIgnoreCase(); | |
821 | ||
822 | <FONT COLOR=#0000ff>// Set the number of spaces used for one level of indentation.</FONT> | |
823 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetIndent(<B><FONT COLOR=#2e8b57>int</FONT></B> indentSize); | |
824 | ||
825 | <FONT COLOR=#0000ff>// Retrieve indentation size.</FONT> | |
826 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetIndent(); | |
827 | ||
828 | <FONT COLOR=#0000ff>// Indentation will only use space characters if useTabs is false, otherwise</FONT> | |
829 | <FONT COLOR=#0000ff>// it will use a combination of tabs and spaces.</FONT> | |
830 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetUseTabs(<B><FONT COLOR=#2e8b57>bool</FONT></B> useTabs); | |
831 | ||
832 | <FONT COLOR=#0000ff>// Retrieve whether tabs will be used in indentation.</FONT> | |
833 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetUseTabs(); | |
834 | ||
835 | <FONT COLOR=#0000ff>// Change the indentation of a line to a number of columns.</FONT> | |
836 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLineIndentation(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> indentSize); | |
837 | ||
838 | <FONT COLOR=#0000ff>// Retrieve the number of columns that a line is indented.</FONT> | |
839 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLineIndentation(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
840 | ||
841 | <FONT COLOR=#0000ff>// Retrieve the position before the first non indentation character on a line.</FONT> | |
842 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLineIndentPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
843 | ||
844 | <FONT COLOR=#0000ff>// Retrieve the column number of a position, taking tab width into account.</FONT> | |
845 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetColumn(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
846 | ||
847 | <FONT COLOR=#0000ff>// Show or hide the horizontal scroll bar.</FONT> | |
848 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetUseHorizontalScrollBar(<B><FONT COLOR=#2e8b57>bool</FONT></B> show); | |
849 | ||
850 | <FONT COLOR=#0000ff>// Is the horizontal scroll bar visible?</FONT> | |
851 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetUseHorizontalScrollBar(); | |
852 | ||
853 | <FONT COLOR=#0000ff>// Show or hide indentation guides.</FONT> | |
854 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetIndentationGuides(<B><FONT COLOR=#2e8b57>bool</FONT></B> show); | |
855 | ||
856 | <FONT COLOR=#0000ff>// Are the indentation guides visible?</FONT> | |
857 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetIndentationGuides(); | |
858 | ||
859 | <FONT COLOR=#0000ff>// Set the highlighted indentation guide column.</FONT> | |
860 | <FONT COLOR=#0000ff>// 0 = no highlighted guide.</FONT> | |
861 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetHighlightGuide(<B><FONT COLOR=#2e8b57>int</FONT></B> column); | |
862 | ||
863 | <FONT COLOR=#0000ff>// Get the highlighted indentation guide column.</FONT> | |
864 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetHighlightGuide(); | |
865 | ||
866 | <FONT COLOR=#0000ff>// Get the position after the last visible characters on a line.</FONT> | |
867 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLineEndPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
868 | ||
869 | <FONT COLOR=#0000ff>// Get the code page used to interpret the bytes of the document as characters.</FONT> | |
870 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetCodePage(); | |
871 | ||
872 | <FONT COLOR=#0000ff>// Get the foreground colour of the caret.</FONT> | |
873 | wxColour GetCaretForeground(); | |
874 | ||
875 | <FONT COLOR=#0000ff>// In read-only mode?</FONT> | |
876 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetReadOnly(); | |
877 | ||
878 | <FONT COLOR=#0000ff>// Sets the position of the caret.</FONT> | |
879 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetCurrentPos(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
880 | ||
881 | <FONT COLOR=#0000ff>// Sets the position that starts the selection - this becomes the anchor.</FONT> | |
882 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSelectionStart(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
883 | ||
884 | <FONT COLOR=#0000ff>// Returns the position at the start of the selection.</FONT> | |
885 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetSelectionStart(); | |
886 | ||
887 | <FONT COLOR=#0000ff>// Sets the position that ends the selection - this becomes the currentPosition.</FONT> | |
888 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSelectionEnd(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
889 | ||
890 | <FONT COLOR=#0000ff>// Returns the position at the end of the selection.</FONT> | |
891 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetSelectionEnd(); | |
892 | ||
893 | <FONT COLOR=#0000ff>// Sets the print magnification added to the point size of each style for printing.</FONT> | |
894 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetPrintMagnification(<B><FONT COLOR=#2e8b57>int</FONT></B> magnification); | |
895 | ||
896 | <FONT COLOR=#0000ff>// Returns the print magnification.</FONT> | |
897 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetPrintMagnification(); | |
898 | ||
899 | <FONT COLOR=#0000ff>// Modify colours when printing for clearer printed text.</FONT> | |
900 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetPrintColourMode(<B><FONT COLOR=#2e8b57>int</FONT></B> mode); | |
901 | ||
902 | <FONT COLOR=#0000ff>// Returns the print colour mode.</FONT> | |
903 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetPrintColourMode(); | |
904 | ||
905 | <FONT COLOR=#0000ff>// Find some text in the document.</FONT> | |
906 | <B><FONT COLOR=#2e8b57>int</FONT></B> FindText(<B><FONT COLOR=#2e8b57>int</FONT></B> minPos, <B><FONT COLOR=#2e8b57>int</FONT></B> maxPos, | |
907 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text, | |
908 | <B><FONT COLOR=#2e8b57>bool</FONT></B> caseSensitive, <B><FONT COLOR=#2e8b57>bool</FONT></B> wholeWord); | |
909 | ||
910 | <FONT COLOR=#0000ff>// On Windows will draw the document into a display context such as a printer.</FONT> | |
911 | <B><FONT COLOR=#2e8b57>int</FONT></B> FormatRange(<B><FONT COLOR=#2e8b57>bool</FONT></B> doDraw, | |
912 | <B><FONT COLOR=#2e8b57>int</FONT></B> startPos, | |
913 | <B><FONT COLOR=#2e8b57>int</FONT></B> endPos, | |
914 | wxDC* draw, | |
915 | wxDC* target, <FONT COLOR=#0000ff>// Why does it use two? Can they be the same?</FONT> | |
916 | wxRect renderRect, | |
917 | wxRect pageRect); | |
918 | ||
919 | <FONT COLOR=#0000ff>// Retrieve the line at the top of the display.</FONT> | |
920 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetFirstVisibleLine(); | |
921 | ||
922 | <FONT COLOR=#0000ff>// Retrieve the contents of a line.</FONT> | |
923 | wxString GetLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
924 | ||
925 | <FONT COLOR=#0000ff>// Returns the number of lines in the document. There is always at least one.</FONT> | |
926 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLineCount(); | |
927 | ||
928 | <FONT COLOR=#0000ff>// Sets the size in pixels of the left margin.</FONT> | |
929 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginLeft(<B><FONT COLOR=#2e8b57>int</FONT></B> width); | |
930 | ||
931 | <FONT COLOR=#0000ff>// Returns the size in pixels of the left margin.</FONT> | |
932 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMarginLeft(); | |
933 | ||
934 | <FONT COLOR=#0000ff>// Sets the size in pixels of the right margin.</FONT> | |
935 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMarginRight(<B><FONT COLOR=#2e8b57>int</FONT></B> width); | |
936 | ||
937 | <FONT COLOR=#0000ff>// Returns the size in pixels of the right margin.</FONT> | |
938 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMarginRight(); | |
939 | ||
940 | <FONT COLOR=#0000ff>// Is the document different from when it was last saved?</FONT> | |
941 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetModify(); | |
942 | ||
943 | <FONT COLOR=#0000ff>// Select a range of text.</FONT> | |
944 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetSelection(<B><FONT COLOR=#2e8b57>int</FONT></B> start, <B><FONT COLOR=#2e8b57>int</FONT></B> end); | |
945 | ||
946 | <FONT COLOR=#0000ff>// Retrieve the selected text.</FONT> | |
947 | wxString GetSelectedText(); | |
948 | ||
949 | <FONT COLOR=#0000ff>// Retrieve a range of text.</FONT> | |
950 | wxString GetTextRange(<B><FONT COLOR=#2e8b57>int</FONT></B> startPos, <B><FONT COLOR=#2e8b57>int</FONT></B> endPos); | |
951 | ||
952 | <FONT COLOR=#0000ff>// Draw the selection in normal style or with selection highlighted.</FONT> | |
953 | <B><FONT COLOR=#2e8b57>void</FONT></B> HideSelection(<B><FONT COLOR=#2e8b57>bool</FONT></B> normal); | |
954 | ||
955 | <FONT COLOR=#0000ff>// Retrieve the line containing a position.</FONT> | |
956 | <B><FONT COLOR=#2e8b57>int</FONT></B> LineFromPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
957 | ||
958 | <FONT COLOR=#0000ff>// Retrieve the position at the start of a line.</FONT> | |
959 | <B><FONT COLOR=#2e8b57>int</FONT></B> PositionFromLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
960 | ||
961 | <FONT COLOR=#0000ff>// Scroll horizontally and vertically.</FONT> | |
962 | <B><FONT COLOR=#2e8b57>void</FONT></B> LineScroll(<B><FONT COLOR=#2e8b57>int</FONT></B> columns, <B><FONT COLOR=#2e8b57>int</FONT></B> lines); | |
963 | ||
964 | <FONT COLOR=#0000ff>// Ensure the caret is visible.</FONT> | |
965 | <B><FONT COLOR=#2e8b57>void</FONT></B> EnsureCaretVisible(); | |
966 | ||
967 | <FONT COLOR=#0000ff>// Replace the selected text with the argument text.</FONT> | |
968 | <B><FONT COLOR=#2e8b57>void</FONT></B> ReplaceSelection(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
969 | ||
970 | <FONT COLOR=#0000ff>// Set to read only or read write.</FONT> | |
971 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetReadOnly(<B><FONT COLOR=#2e8b57>bool</FONT></B> readOnly); | |
972 | ||
973 | <FONT COLOR=#0000ff>// Will a paste succeed?</FONT> | |
974 | <B><FONT COLOR=#2e8b57>bool</FONT></B> CanPaste(); | |
975 | ||
976 | <FONT COLOR=#0000ff>// Are there any undoable actions in the undo history.</FONT> | |
977 | <B><FONT COLOR=#2e8b57>bool</FONT></B> CanUndo(); | |
978 | ||
979 | <FONT COLOR=#0000ff>// Delete the undo history.</FONT> | |
980 | <B><FONT COLOR=#2e8b57>void</FONT></B> EmptyUndoBuffer(); | |
981 | ||
982 | <FONT COLOR=#0000ff>// Undo one action in the undo history.</FONT> | |
983 | <B><FONT COLOR=#2e8b57>void</FONT></B> Undo(); | |
984 | ||
985 | <FONT COLOR=#0000ff>// Cut the selection to the clipboard.</FONT> | |
986 | <B><FONT COLOR=#2e8b57>void</FONT></B> Cut(); | |
987 | ||
988 | <FONT COLOR=#0000ff>// Copy the selection to the clipboard.</FONT> | |
989 | <B><FONT COLOR=#2e8b57>void</FONT></B> Copy(); | |
990 | ||
991 | <FONT COLOR=#0000ff>// Paste the contents of the clipboard into the document replacing the selection.</FONT> | |
992 | <B><FONT COLOR=#2e8b57>void</FONT></B> Paste(); | |
993 | ||
994 | <FONT COLOR=#0000ff>// Clear the selection.</FONT> | |
995 | <B><FONT COLOR=#2e8b57>void</FONT></B> Clear(); | |
996 | ||
997 | <FONT COLOR=#0000ff>// Replace the contents of the document with the argument text.</FONT> | |
998 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetText(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
999 | ||
1000 | <FONT COLOR=#0000ff>// Retrieve all the text in the document.</FONT> | |
1001 | wxString GetText(); | |
1002 | ||
1003 | <FONT COLOR=#0000ff>// Retrieve the number of characters in the document.</FONT> | |
1004 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetTextLength(); | |
1005 | ||
1006 | <FONT COLOR=#0000ff>// Set to overtype (true) or insert mode</FONT> | |
1007 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetOvertype(<B><FONT COLOR=#2e8b57>bool</FONT></B> overtype); | |
1008 | ||
1009 | <FONT COLOR=#0000ff>// Returns true if overtype mode is active otherwise false is returned.</FONT> | |
1010 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetOvertype(); | |
1011 | ||
1012 | <FONT COLOR=#0000ff>// Show a call tip containing a definition near position pos.</FONT> | |
1013 | <B><FONT COLOR=#2e8b57>void</FONT></B> CallTipShow(<B><FONT COLOR=#2e8b57>int</FONT></B> pos, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& definition); | |
1014 | ||
1015 | <FONT COLOR=#0000ff>// Remove the call tip from the screen.</FONT> | |
1016 | <B><FONT COLOR=#2e8b57>void</FONT></B> CallTipCancel(); | |
1017 | ||
1018 | <FONT COLOR=#0000ff>// Is there an active call tip?</FONT> | |
1019 | <B><FONT COLOR=#2e8b57>bool</FONT></B> CallTipActive(); | |
1020 | ||
1021 | <FONT COLOR=#0000ff>// Retrieve the position where the caret was before displaying the call tip.</FONT> | |
1022 | <B><FONT COLOR=#2e8b57>int</FONT></B> CallTipPosAtStart(); | |
1023 | ||
1024 | <FONT COLOR=#0000ff>// Highlight a segment of the definition.</FONT> | |
1025 | <B><FONT COLOR=#2e8b57>void</FONT></B> CallTipSetHighlight(<B><FONT COLOR=#2e8b57>int</FONT></B> start, <B><FONT COLOR=#2e8b57>int</FONT></B> end); | |
1026 | ||
1027 | <FONT COLOR=#0000ff>// Set the background colour for the call tip.</FONT> | |
1028 | <B><FONT COLOR=#2e8b57>void</FONT></B> CallTipSetBackground(<B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& back); | |
1029 | ||
1030 | <FONT COLOR=#0000ff>// Find the display line of a document line taking hidden lines into account.</FONT> | |
1031 | <B><FONT COLOR=#2e8b57>int</FONT></B> VisibleFromDocLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1032 | ||
1033 | <FONT COLOR=#0000ff>// Find the document line of a display line taking hidden lines into account.</FONT> | |
1034 | <B><FONT COLOR=#2e8b57>int</FONT></B> DocLineFromVisible(<B><FONT COLOR=#2e8b57>int</FONT></B> lineDisplay); | |
1035 | ||
1036 | <FONT COLOR=#0000ff>// Set the fold level of a line.</FONT> | |
1037 | <FONT COLOR=#0000ff>// This encodes an integer level along with flags indicating whether the</FONT> | |
1038 | <FONT COLOR=#0000ff>// line is a header and whether it is effectively white space.</FONT> | |
1039 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetFoldLevel(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> level); | |
1040 | ||
1041 | <FONT COLOR=#0000ff>// Retrieve the fold level of a line.</FONT> | |
1042 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetFoldLevel(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1043 | ||
1044 | <FONT COLOR=#0000ff>// Find the last child line of a header line.</FONT> | |
1045 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLastChild(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>int</FONT></B> level); | |
1046 | ||
1047 | <FONT COLOR=#0000ff>// Find the parent line of a child line.</FONT> | |
1048 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetFoldParent(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1049 | ||
1050 | <FONT COLOR=#0000ff>// Make a range of lines visible.</FONT> | |
1051 | <B><FONT COLOR=#2e8b57>void</FONT></B> ShowLines(<B><FONT COLOR=#2e8b57>int</FONT></B> lineStart, <B><FONT COLOR=#2e8b57>int</FONT></B> lineEnd); | |
1052 | ||
1053 | <FONT COLOR=#0000ff>// Make a range of lines invisible.</FONT> | |
1054 | <B><FONT COLOR=#2e8b57>void</FONT></B> HideLines(<B><FONT COLOR=#2e8b57>int</FONT></B> lineStart, <B><FONT COLOR=#2e8b57>int</FONT></B> lineEnd); | |
1055 | ||
1056 | <FONT COLOR=#0000ff>// Is a line visible?</FONT> | |
1057 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetLineVisible(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1058 | ||
1059 | <FONT COLOR=#0000ff>// Show the children of a header line.</FONT> | |
1060 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetFoldExpanded(<B><FONT COLOR=#2e8b57>int</FONT></B> line, <B><FONT COLOR=#2e8b57>bool</FONT></B> expanded); | |
1061 | ||
1062 | <FONT COLOR=#0000ff>// Is a header line expanded?</FONT> | |
1063 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetFoldExpanded(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1064 | ||
1065 | <FONT COLOR=#0000ff>// Switch a header line between expanded and contracted.</FONT> | |
1066 | <B><FONT COLOR=#2e8b57>void</FONT></B> ToggleFold(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1067 | ||
1068 | <FONT COLOR=#0000ff>// Ensure a particular line is visible by expanding any header line hiding it.</FONT> | |
1069 | <B><FONT COLOR=#2e8b57>void</FONT></B> EnsureVisible(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1070 | ||
1071 | <FONT COLOR=#0000ff>// Set some debugging options for folding</FONT> | |
1072 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetFoldFlags(<B><FONT COLOR=#2e8b57>int</FONT></B> flags); | |
1073 | ||
1074 | <FONT COLOR=#0000ff>// How many characters are on a line, not including end of line characters.</FONT> | |
1075 | <B><FONT COLOR=#2e8b57>int</FONT></B> LineLength(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1076 | ||
1077 | <FONT COLOR=#0000ff>// Highlight the characters at two positions.</FONT> | |
1078 | <B><FONT COLOR=#2e8b57>void</FONT></B> BraceHighlight(<B><FONT COLOR=#2e8b57>int</FONT></B> pos1, <B><FONT COLOR=#2e8b57>int</FONT></B> pos2); | |
1079 | ||
1080 | <FONT COLOR=#0000ff>// Highlight the character at a position indicating there is no matching brace.</FONT> | |
1081 | <B><FONT COLOR=#2e8b57>void</FONT></B> BraceBadLight(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
1082 | ||
1083 | <FONT COLOR=#0000ff>// Find the position of a matching brace or INVALID_POSITION if no match.</FONT> | |
1084 | <B><FONT COLOR=#2e8b57>int</FONT></B> BraceMatch(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
1085 | ||
1086 | <FONT COLOR=#0000ff>// Are the end of line characters visible.</FONT> | |
1087 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetViewEOL(); | |
1088 | ||
1089 | <FONT COLOR=#0000ff>// Make the end of line characters visible or invisible</FONT> | |
1090 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetViewEOL(<B><FONT COLOR=#2e8b57>bool</FONT></B> visible); | |
1091 | ||
1092 | <FONT COLOR=#0000ff>// Retrieve a pointer to the document object.</FONT> | |
1093 | <B><FONT COLOR=#2e8b57>void</FONT></B>* GetDocPointer(); | |
1094 | ||
1095 | <FONT COLOR=#0000ff>// Change the document object used.</FONT> | |
1096 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetDocPointer(<B><FONT COLOR=#2e8b57>void</FONT></B>* docPointer); | |
1097 | ||
1098 | <FONT COLOR=#0000ff>// Set which document modification events are sent to the container.</FONT> | |
1099 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetModEventMask(<B><FONT COLOR=#2e8b57>int</FONT></B> mask); | |
1100 | ||
1101 | <FONT COLOR=#0000ff>// Retrieve the column number which text should be kept within.</FONT> | |
1102 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetEdgeColumn(); | |
1103 | ||
1104 | <FONT COLOR=#0000ff>// Set the column number of the edge.</FONT> | |
1105 | <FONT COLOR=#0000ff>// If text goes past the edge then it is highlighted.</FONT> | |
1106 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetEdgeColumn(<B><FONT COLOR=#2e8b57>int</FONT></B> column); | |
1107 | ||
1108 | <FONT COLOR=#0000ff>// Retrieve the edge highlight mode.</FONT> | |
1109 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetEdgeMode(); | |
1110 | ||
1111 | <FONT COLOR=#0000ff>// The edge may be displayed by a line (EDGE_LINE) or by highlighting text that</FONT> | |
1112 | <FONT COLOR=#0000ff>// goes beyond it (EDGE_BACKGROUND) or not displayed at all (EDGE_NONE).</FONT> | |
1113 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetEdgeMode(<B><FONT COLOR=#2e8b57>int</FONT></B> mode); | |
1114 | ||
1115 | <FONT COLOR=#0000ff>// Retrieve the colour used in edge indication.</FONT> | |
1116 | wxColour GetEdgeColour(); | |
1117 | ||
1118 | <FONT COLOR=#0000ff>// Change the colour used in edge indication.</FONT> | |
1119 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetEdgeColour(<B><FONT COLOR=#2e8b57>const</FONT></B> wxColour& edgeColour); | |
1120 | ||
1121 | <FONT COLOR=#0000ff>// Sets the current caret position to be the search anchor.</FONT> | |
1122 | <B><FONT COLOR=#2e8b57>void</FONT></B> SearchAnchor(); | |
1123 | ||
1124 | <FONT COLOR=#0000ff>// Find some text starting at the search anchor.</FONT> | |
1125 | <B><FONT COLOR=#2e8b57>int</FONT></B> SearchNext(<B><FONT COLOR=#2e8b57>int</FONT></B> flags, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
1126 | ||
1127 | <FONT COLOR=#0000ff>// Find some text starting at the search anchor and moving backwards.</FONT> | |
1128 | <B><FONT COLOR=#2e8b57>int</FONT></B> SearchPrev(<B><FONT COLOR=#2e8b57>int</FONT></B> flags, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& text); | |
1129 | ||
1130 | <FONT COLOR=#0000ff>// Set the way the line the caret is on is kept visible.</FONT> | |
1131 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetCaretPolicy(<B><FONT COLOR=#2e8b57>int</FONT></B> caretPolicy, <B><FONT COLOR=#2e8b57>int</FONT></B> caretSlop); | |
1132 | ||
1133 | <FONT COLOR=#0000ff>// Retrieves the number of lines completely visible.</FONT> | |
1134 | <B><FONT COLOR=#2e8b57>int</FONT></B> LinesOnScreen(); | |
1135 | ||
1136 | <FONT COLOR=#0000ff>// Set whether a pop up menu is displayed automatically when the user presses</FONT> | |
1137 | <FONT COLOR=#0000ff>// the wrong mouse button.</FONT> | |
1138 | <B><FONT COLOR=#2e8b57>void</FONT></B> UsePopUp(<B><FONT COLOR=#2e8b57>bool</FONT></B> allowPopUp); | |
1139 | ||
1140 | <FONT COLOR=#0000ff>// Is the selection a rectangular. The alternative is the more common stream selection.</FONT> | |
1141 | <B><FONT COLOR=#2e8b57>bool</FONT></B> SelectionIsRectangle(); | |
1142 | ||
1143 | <FONT COLOR=#0000ff>// Set the zoom level. This number of points is added to the size of all fonts.</FONT> | |
1144 | <FONT COLOR=#0000ff>// It may be positive to magnify or negative to reduce.</FONT> | |
1145 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetZoom(<B><FONT COLOR=#2e8b57>int</FONT></B> zoom); | |
1146 | ||
1147 | <FONT COLOR=#0000ff>// Retrieve the zoom level.</FONT> | |
1148 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetZoom(); | |
1149 | ||
1150 | <FONT COLOR=#0000ff>// Create a new document object.</FONT> | |
1151 | <FONT COLOR=#0000ff>// Starts with reference count of 1 and not selected into editor.</FONT> | |
1152 | <B><FONT COLOR=#2e8b57>void</FONT></B>* CreateDocument(); | |
1153 | ||
1154 | <FONT COLOR=#0000ff>// Extend life of document.</FONT> | |
1155 | <B><FONT COLOR=#2e8b57>void</FONT></B> AddRefDocument(<B><FONT COLOR=#2e8b57>void</FONT></B>* docPointer); | |
1156 | ||
1157 | <FONT COLOR=#0000ff>// Release a reference to the document, deleting document if it fades to black.</FONT> | |
1158 | <B><FONT COLOR=#2e8b57>void</FONT></B> ReleaseDocument(<B><FONT COLOR=#2e8b57>void</FONT></B>* docPointer); | |
1159 | ||
1160 | <FONT COLOR=#0000ff>// Get which document modification events are sent to the container.</FONT> | |
1161 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetModEventMask(); | |
1162 | ||
1163 | <FONT COLOR=#0000ff>// Start notifying the container of all key presses and commands.</FONT> | |
1164 | <B><FONT COLOR=#2e8b57>void</FONT></B> StartRecord(); | |
1165 | ||
1166 | <FONT COLOR=#0000ff>// Stop notifying the container of all key presses and commands.</FONT> | |
1167 | <B><FONT COLOR=#2e8b57>void</FONT></B> StopRecord(); | |
1168 | ||
1169 | <FONT COLOR=#0000ff>// Set the lexing language of the document.</FONT> | |
1170 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLexer(<B><FONT COLOR=#2e8b57>int</FONT></B> lexer); | |
1171 | ||
1172 | <FONT COLOR=#0000ff>// Retrieve the lexing language of the document.</FONT> | |
1173 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLexer(); | |
1174 | ||
1175 | <FONT COLOR=#0000ff>// Colourise a segment of the document using the current lexing language.</FONT> | |
1176 | <B><FONT COLOR=#2e8b57>void</FONT></B> Colourise(<B><FONT COLOR=#2e8b57>int</FONT></B> start, <B><FONT COLOR=#2e8b57>int</FONT></B> end); | |
1177 | ||
1178 | <FONT COLOR=#0000ff>// Set up a value that may be used by a lexer for some optional feature.</FONT> | |
1179 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetProperty(<B><FONT COLOR=#2e8b57>const</FONT></B> wxString& key, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& value); | |
1180 | ||
1181 | <FONT COLOR=#0000ff>// Set up the key words used by the lexer.</FONT> | |
1182 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetKeyWords(<B><FONT COLOR=#2e8b57>int</FONT></B> keywordSet, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& keyWords); | |
1183 | ||
1184 | <FONT COLOR=#0000ff>// END of generated section</FONT> | |
1185 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
1186 | <FONT COLOR=#0000ff>// Others...</FONT> | |
1187 | ||
1188 | ||
1189 | <FONT COLOR=#0000ff>// Returns the line number of the line with the caret.</FONT> | |
1190 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetCurrentLine(); | |
1191 | ||
1192 | <FONT COLOR=#0000ff>// Extract style settings from a spec-string which is composed of one or</FONT> | |
1193 | <FONT COLOR=#0000ff>// more of the following comma separated elements:</FONT> | |
1194 | <FONT COLOR=#0000ff>//</FONT> | |
1195 | <FONT COLOR=#0000ff>// bold turns on bold</FONT> | |
1196 | <FONT COLOR=#0000ff>// italic turns on italics</FONT> | |
1197 | <FONT COLOR=#0000ff>// fore:#RRGGBB sets the foreground colour</FONT> | |
1198 | <FONT COLOR=#0000ff>// back:#RRGGBB sets the background colour</FONT> | |
1199 | <FONT COLOR=#0000ff>// face:[facename] sets the font face name to use</FONT> | |
1200 | <FONT COLOR=#0000ff>// size:[num] sets the font size in points</FONT> | |
1201 | <FONT COLOR=#0000ff>// eol turns on eol filling</FONT> | |
1202 | <FONT COLOR=#0000ff>// underline turns on underlining</FONT> | |
1203 | <FONT COLOR=#0000ff>//</FONT> | |
1204 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetSpec(<B><FONT COLOR=#2e8b57>int</FONT></B> styleNum, <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& spec); | |
1205 | ||
1206 | ||
1207 | ||
1208 | <FONT COLOR=#0000ff>// Set style size, face, bold, italic, and underline attributes from</FONT> | |
1209 | <FONT COLOR=#0000ff>// a wxFont's attributes.</FONT> | |
1210 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetFont(<B><FONT COLOR=#2e8b57>int</FONT></B> styleNum, wxFont& font); | |
1211 | ||
1212 | ||
1213 | ||
1214 | <FONT COLOR=#0000ff>// Set all font style attributes at once.</FONT> | |
1215 | <B><FONT COLOR=#2e8b57>void</FONT></B> StyleSetFontAttr(<B><FONT COLOR=#2e8b57>int</FONT></B> styleNum, <B><FONT COLOR=#2e8b57>int</FONT></B> size, | |
1216 | <B><FONT COLOR=#2e8b57>const</FONT></B> wxString& faceName, | |
1217 | <B><FONT COLOR=#2e8b57>bool</FONT></B> bold, <B><FONT COLOR=#2e8b57>bool</FONT></B> italic, | |
1218 | <B><FONT COLOR=#2e8b57>bool</FONT></B> underline); | |
1219 | ||
1220 | ||
1221 | ||
1222 | <FONT COLOR=#0000ff>// Perform one of the operations defined by the wxSTC_CMD_* constants.</FONT> | |
1223 | <B><FONT COLOR=#2e8b57>void</FONT></B> CmdKeyExecute(<B><FONT COLOR=#2e8b57>int</FONT></B> cmd); | |
1224 | ||
1225 | ||
1226 | ||
1227 | <FONT COLOR=#0000ff>// Set the left and right margin in the edit area, measured in pixels.</FONT> | |
1228 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMargins(<B><FONT COLOR=#2e8b57>int</FONT></B> left, <B><FONT COLOR=#2e8b57>int</FONT></B> right); | |
1229 | ||
1230 | ||
1231 | <FONT COLOR=#0000ff>// Retrieve the start and end positions of the current selection.</FONT> | |
1232 | <FONT COLOR=#a020f0>#ifdef SWIG</FONT> | |
1233 | <B><FONT COLOR=#2e8b57>void</FONT></B> GetSelection(<B><FONT COLOR=#2e8b57>int</FONT></B>* OUTPUT, <B><FONT COLOR=#2e8b57>int</FONT></B>* OUTPUT); | |
1234 | <FONT COLOR=#a020f0>#else</FONT> | |
1235 | <B><FONT COLOR=#2e8b57>void</FONT></B> GetSelection(<B><FONT COLOR=#2e8b57>int</FONT></B>* startPos, <B><FONT COLOR=#2e8b57>int</FONT></B>* endPos); | |
1236 | <FONT COLOR=#a020f0>#endif</FONT> | |
1237 | ||
1238 | <FONT COLOR=#0000ff>// Retrieve the point in the window where a position is displayed.</FONT> | |
1239 | wxPoint PointFromPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> pos); | |
1240 | ||
1241 | ||
1242 | <FONT COLOR=#0000ff>// Scroll enough to make the given line visible</FONT> | |
1243 | <B><FONT COLOR=#2e8b57>void</FONT></B> ScrollToLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line); | |
1244 | ||
1245 | ||
1246 | <FONT COLOR=#0000ff>// Scroll enough to make the given column visible</FONT> | |
1247 | <B><FONT COLOR=#2e8b57>void</FONT></B> ScrollToColumn(<B><FONT COLOR=#2e8b57>int</FONT></B> column); | |
1248 | ||
1249 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
1250 | ||
1251 | ||
1252 | <FONT COLOR=#a020f0>#ifndef SWIG</FONT> | |
1253 | <B><FONT COLOR=#804040>private</FONT></B>: | |
1254 | <FONT COLOR=#0000ff>// Event handlers</FONT> | |
1255 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnPaint(wxPaintEvent& evt); | |
1256 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnScrollWin(wxScrollWinEvent& evt); | |
1257 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnSize(wxSizeEvent& evt); | |
1258 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnMouseLeftDown(wxMouseEvent& evt); | |
1259 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnMouseMove(wxMouseEvent& evt); | |
1260 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnMouseLeftUp(wxMouseEvent& evt); | |
1261 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnMouseRightUp(wxMouseEvent& evt); | |
1262 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnChar(wxKeyEvent& evt); | |
1263 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnKeyDown(wxKeyEvent& evt); | |
1264 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnLoseFocus(wxFocusEvent& evt); | |
1265 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnGainFocus(wxFocusEvent& evt); | |
1266 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnSysColourChanged(wxSysColourChangedEvent& evt); | |
1267 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnEraseBackground(wxEraseEvent& evt); | |
1268 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnMenu(wxCommandEvent& evt); | |
1269 | <B><FONT COLOR=#2e8b57>void</FONT></B> OnListBox(wxCommandEvent& evt); | |
1270 | ||
1271 | ||
1272 | <FONT COLOR=#0000ff>// Turn notifications from Scintilla into events</FONT> | |
1273 | <B><FONT COLOR=#2e8b57>void</FONT></B> NotifyChange(); | |
1274 | <B><FONT COLOR=#2e8b57>void</FONT></B> NotifyParent(SCNotification* scn); | |
1275 | ||
1276 | <B><FONT COLOR=#2e8b57>long</FONT></B> SendMsg(<B><FONT COLOR=#2e8b57>int</FONT></B> msg, <B><FONT COLOR=#2e8b57>long</FONT></B> wp=<FONT COLOR=#ff00ff>0</FONT>, <B><FONT COLOR=#2e8b57>long</FONT></B> lp=<FONT COLOR=#ff00ff>0</FONT>); | |
1277 | ||
1278 | <B><FONT COLOR=#804040>private</FONT></B>: | |
1279 | DECLARE_EVENT_TABLE() | |
1280 | DECLARE_CLASS(wxStyledTextCtrl) | |
1281 | ||
1282 | ScintillaWX* m_swx; | |
1283 | wxStopWatch m_stopWatch; | |
1284 | ||
1285 | ||
1286 | <B><FONT COLOR=#804040>friend</FONT></B> class ScintillaWX; | |
1287 | <B><FONT COLOR=#804040>friend</FONT></B> class Platform; | |
1288 | <FONT COLOR=#a020f0>#endif</FONT> | |
1289 | }; | |
1290 | ||
1291 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
1292 | ||
1293 | <B><FONT COLOR=#2e8b57>class wxStyledTextEvent</FONT></B> : <B><FONT COLOR=#804040>public</FONT></B> wxCommandEvent { | |
1294 | <B><FONT COLOR=#804040>public</FONT></B>: | |
1295 | wxStyledTextEvent(wxEventType commandType=<FONT COLOR=#ff00ff>0</FONT>, <B><FONT COLOR=#2e8b57>int</FONT></B> id=<FONT COLOR=#ff00ff>0</FONT>); | |
1296 | ~wxStyledTextEvent() {} | |
1297 | ||
1298 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> pos) { m_position = pos; } | |
1299 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetKey(<B><FONT COLOR=#2e8b57>int</FONT></B> k) { m_key = k; } | |
1300 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetModifiers(<B><FONT COLOR=#2e8b57>int</FONT></B> m) { m_modifiers = m; } | |
1301 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetModificationType(<B><FONT COLOR=#2e8b57>int</FONT></B> t) { m_modificationType = t; } | |
1302 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetText(<B><FONT COLOR=#2e8b57>const</FONT></B> <B><FONT COLOR=#2e8b57>char</FONT></B>* t) { m_text = t; } | |
1303 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLength(<B><FONT COLOR=#2e8b57>int</FONT></B> len) { m_length = len; } | |
1304 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLinesAdded(<B><FONT COLOR=#2e8b57>int</FONT></B> num) { m_linesAdded = num; } | |
1305 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLine(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_line = val; } | |
1306 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetFoldLevelNow(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_foldLevelNow = val; } | |
1307 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetFoldLevelPrev(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_foldLevelPrev = val; } | |
1308 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMargin(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_margin = val; } | |
1309 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetMessage(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_message = val; } | |
1310 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetWParam(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_wParam = val; } | |
1311 | <B><FONT COLOR=#2e8b57>void</FONT></B> SetLParam(<B><FONT COLOR=#2e8b57>int</FONT></B> val) { m_lParam = val; } | |
1312 | ||
1313 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetPosition() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_position; } | |
1314 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetKey() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_key; } | |
1315 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetModifiers() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_modifiers; } | |
1316 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetModificationType() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_modificationType; } | |
1317 | wxString GetText() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_text; } | |
1318 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLength() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_length; } | |
1319 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLinesAdded() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_linesAdded; } | |
1320 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLine() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_line; } | |
1321 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetFoldLevelNow() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_foldLevelNow; } | |
1322 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetFoldLevelPrev() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_foldLevelPrev; } | |
1323 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMargin() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_margin; } | |
1324 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetMessage() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_message; } | |
1325 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetWParam() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_wParam; } | |
1326 | <B><FONT COLOR=#2e8b57>int</FONT></B> GetLParam() <B><FONT COLOR=#2e8b57>const</FONT></B> { <B><FONT COLOR=#804040>return</FONT></B> m_lParam; } | |
1327 | ||
1328 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetShift() <B><FONT COLOR=#2e8b57>const</FONT></B>; | |
1329 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetControl() <B><FONT COLOR=#2e8b57>const</FONT></B>; | |
1330 | <B><FONT COLOR=#2e8b57>bool</FONT></B> GetAlt() <B><FONT COLOR=#2e8b57>const</FONT></B>; | |
1331 | ||
1332 | <B><FONT COLOR=#2e8b57>void</FONT></B> CopyObject(wxObject& obj) <B><FONT COLOR=#2e8b57>const</FONT></B>; | |
1333 | ||
1334 | <FONT COLOR=#a020f0>#ifndef SWIG</FONT> | |
1335 | <B><FONT COLOR=#804040>private</FONT></B>: | |
1336 | DECLARE_DYNAMIC_CLASS(wxStyledTextEvent) | |
1337 | ||
1338 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_position; | |
1339 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_key; | |
1340 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_modifiers; | |
1341 | ||
1342 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_modificationType; <FONT COLOR=#0000ff>// wxEVT_STC_MODIFIED</FONT> | |
1343 | wxString m_text; | |
1344 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_length; | |
1345 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_linesAdded; | |
1346 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_line; | |
1347 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_foldLevelNow; | |
1348 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_foldLevelPrev; | |
1349 | ||
1350 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_margin; <FONT COLOR=#0000ff>// wxEVT_STC_MARGINCLICK</FONT> | |
1351 | ||
1352 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_message; <FONT COLOR=#0000ff>// wxEVT_STC_MACRORECORD</FONT> | |
1353 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_wParam; | |
1354 | <B><FONT COLOR=#2e8b57>int</FONT></B> m_lParam; | |
1355 | <FONT COLOR=#a020f0>#endif</FONT> | |
1356 | }; | |
1357 | ||
1358 | ||
1359 | <FONT COLOR=#0000ff>// Event types</FONT> | |
1360 | <B><FONT COLOR=#2e8b57>enum</FONT></B> { | |
1361 | wxEVT_STC_CHANGE = <FONT COLOR=#ff00ff>1650</FONT>, | |
1362 | wxEVT_STC_STYLENEEDED, | |
1363 | wxEVT_STC_CHARADDED, | |
1364 | wxEVT_STC_UPDATEUI, | |
1365 | wxEVT_STC_SAVEPOINTREACHED, | |
1366 | wxEVT_STC_SAVEPOINTLEFT, | |
1367 | wxEVT_STC_ROMODIFYATTEMPT, | |
1368 | wxEVT_STC_DOUBLECLICK, | |
1369 | wxEVT_STC_MODIFIED, | |
1370 | wxEVT_STC_KEY, | |
1371 | wxEVT_STC_MACRORECORD, | |
1372 | wxEVT_STC_MARGINCLICK, | |
1373 | wxEVT_STC_NEEDSHOWN, | |
1374 | wxEVT_STC_POSCHANGED | |
1375 | }; | |
1376 | ||
1377 | ||
1378 | <FONT COLOR=#a020f0>#ifndef SWIG</FONT> | |
1379 | <B><FONT COLOR=#2e8b57>typedef</FONT></B> <B><FONT COLOR=#2e8b57>void</FONT></B> (wxEvtHandler::*wxStyledTextEventFunction)(wxStyledTextEvent&); | |
1380 | ||
1381 | <FONT COLOR=#a020f0>#define EVT_STC_CHANGE(id, fn) { wxEVT_STC_CHANGE, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1382 | <FONT COLOR=#a020f0>#define EVT_STC_STYLENEEDED(id, fn) { wxEVT_STC_STYLENEEDED, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1383 | <FONT COLOR=#a020f0>#define EVT_STC_CHARADDED(id, fn) { wxEVT_STC_CHARADDED, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1384 | <FONT COLOR=#a020f0>#define EVT_STC_UPDATEUI(id, fn) { wxEVT_STC_UPDATEUI, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1385 | <FONT COLOR=#a020f0>#define EVT_STC_SAVEPOINTREACHED(id, fn) { wxEVT_STC_SAVEPOINTREACHED, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1386 | <FONT COLOR=#a020f0>#define EVT_STC_SAVEPOINTLEFT(id, fn) { wxEVT_STC_SAVEPOINTLEFT, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1387 | <FONT COLOR=#a020f0>#define EVT_STC_ROMODIFYATTEMPT(id, fn) { wxEVT_STC_ROMODIFYATTEMPT, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1388 | <FONT COLOR=#a020f0>#define EVT_STC_DOUBLECLICK(id, fn) { wxEVT_STC_DOUBLECLICK, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1389 | <FONT COLOR=#a020f0>#define EVT_STC_MODIFIED(id, fn) { wxEVT_STC_MODIFIED, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1390 | <FONT COLOR=#a020f0>#define EVT_STC_KEY(id, fn) { wxEVT_STC_KEY, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1391 | <FONT COLOR=#a020f0>#define EVT_STC_MACRORECORD(id, fn) { wxEVT_STC_MACRORECORD, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1392 | <FONT COLOR=#a020f0>#define EVT_STC_MARGINCLICK(id, fn) { wxEVT_STC_MARGINCLICK, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1393 | <FONT COLOR=#a020f0>#define EVT_STC_NEEDSHOWN(id, fn) { wxEVT_STC_NEEDSHOWN, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1394 | <FONT COLOR=#a020f0>#define EVT_STC_POSCHANGED(id, fn) { wxEVT_STC_POSCHANGED, id, -</FONT><FONT COLOR=#ff00ff>1</FONT><FONT COLOR=#a020f0>, (wxObjectEventFunction) (wxEventFunction) (wxStyledTextEventFunction) & fn, (wxObject *) NULL },</FONT> | |
1395 | ||
1396 | <FONT COLOR=#a020f0>#endif</FONT> | |
1397 | ||
1398 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
1399 | <FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT> | |
1400 | <FONT COLOR=#a020f0>#endif</FONT> | |
1401 | ||
1402 | ||
1403 | </PRE> | |
1404 | </BODY> | |
1405 | </HTML> |