]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/contrib/stc/_stc_gendocs.i
move the nodefault option into _defs.i too.
[wxWidgets.git] / wxPython / contrib / stc / _stc_gendocs.i
... / ...
CommitLineData
1DocStr(wxStyledTextCtrl::AddText,
2"Add text to the document at current position.", "");
3
4DocStr(wxStyledTextCtrl::AddStyledText,
5"Add array of cells to document.", "");
6
7DocStr(wxStyledTextCtrl::InsertText,
8"Insert string at a position.", "");
9
10DocStr(wxStyledTextCtrl::ClearAll,
11"Delete all text in the document.", "");
12
13DocStr(wxStyledTextCtrl::ClearDocumentStyle,
14"Set all style bytes to 0, remove all folding information.", "");
15
16DocStr(wxStyledTextCtrl::GetLength,
17"Returns the number of characters in the document.", "");
18
19DocStr(wxStyledTextCtrl::GetCharAt,
20"Returns the character byte at the position.", "");
21
22DocStr(wxStyledTextCtrl::GetCurrentPos,
23"Returns the position of the caret.", "");
24
25DocStr(wxStyledTextCtrl::GetAnchor,
26"Returns the position of the opposite end of the selection to the caret.", "");
27
28DocStr(wxStyledTextCtrl::GetStyleAt,
29"Returns the style byte at the position.", "");
30
31DocStr(wxStyledTextCtrl::Redo,
32"Redoes the next action on the undo history.", "");
33
34DocStr(wxStyledTextCtrl::SetUndoCollection,
35"Choose between collecting actions into the undo
36history and discarding them.", "");
37
38DocStr(wxStyledTextCtrl::SelectAll,
39"Select all the text in the document.", "");
40
41DocStr(wxStyledTextCtrl::SetSavePoint,
42"Remember the current position in the undo history as the position
43at which the document was saved.", "");
44
45DocStr(wxStyledTextCtrl::GetStyledText,
46"Retrieve a buffer of cells.", "");
47
48DocStr(wxStyledTextCtrl::CanRedo,
49"Are there any redoable actions in the undo history?", "");
50
51DocStr(wxStyledTextCtrl::MarkerLineFromHandle,
52"Retrieve the line number at which a particular marker is located.", "");
53
54DocStr(wxStyledTextCtrl::MarkerDeleteHandle,
55"Delete a marker.", "");
56
57DocStr(wxStyledTextCtrl::GetUndoCollection,
58"Is undo history being collected?", "");
59
60DocStr(wxStyledTextCtrl::GetViewWhiteSpace,
61"Are white space characters currently visible?
62Returns one of SCWS_* constants.", "");
63
64DocStr(wxStyledTextCtrl::SetViewWhiteSpace,
65"Make white space characters invisible, always visible or visible outside indentation.", "");
66
67DocStr(wxStyledTextCtrl::PositionFromPoint,
68"Find the position from a point within the window.", "");
69
70DocStr(wxStyledTextCtrl::PositionFromPointClose,
71"Find the position from a point within the window but return
72INVALID_POSITION if not close to text.", "");
73
74DocStr(wxStyledTextCtrl::GotoLine,
75"Set caret to start of a line and ensure it is visible.", "");
76
77DocStr(wxStyledTextCtrl::GotoPos,
78"Set caret to a position and ensure it is visible.", "");
79
80DocStr(wxStyledTextCtrl::SetAnchor,
81"Set the selection anchor to a position. The anchor is the opposite
82end of the selection from the caret.", "");
83
84DocStr(wxStyledTextCtrl::GetCurLine,
85"Retrieve the text of the line containing the caret.
86Returns the index of the caret on the line.", "");
87
88DocStr(wxStyledTextCtrl::GetEndStyled,
89"Retrieve the position of the last correctly styled character.", "");
90
91DocStr(wxStyledTextCtrl::ConvertEOLs,
92"Convert all line endings in the document to one mode.", "");
93
94DocStr(wxStyledTextCtrl::GetEOLMode,
95"Retrieve the current end of line mode - one of CRLF, CR, or LF.", "");
96
97DocStr(wxStyledTextCtrl::SetEOLMode,
98"Set the current end of line mode.", "");
99
100DocStr(wxStyledTextCtrl::StartStyling,
101"Set the current styling position to pos and the styling mask to mask.
102The styling mask can be used to protect some bits in each styling byte from modification.", "");
103
104DocStr(wxStyledTextCtrl::SetStyling,
105"Change style from current styling position for length characters to a style
106and move the current styling position to after this newly styled segment.", "");
107
108DocStr(wxStyledTextCtrl::GetBufferedDraw,
109"Is drawing done first into a buffer or direct to the screen?", "");
110
111DocStr(wxStyledTextCtrl::SetBufferedDraw,
112"If drawing is buffered then each line of text is drawn into a bitmap buffer
113before drawing it to the screen to avoid flicker.", "");
114
115DocStr(wxStyledTextCtrl::SetTabWidth,
116"Change the visible size of a tab to be a multiple of the width of a space character.", "");
117
118DocStr(wxStyledTextCtrl::GetTabWidth,
119"Retrieve the visible size of a tab.", "");
120
121DocStr(wxStyledTextCtrl::SetCodePage,
122"Set the code page used to interpret the bytes of the document as characters.", "");
123
124DocStr(wxStyledTextCtrl::MarkerDefine,
125"Set the symbol used for a particular marker number,
126and optionally the fore and background colours.", "");
127
128DocStr(wxStyledTextCtrl::MarkerSetForeground,
129"Set the foreground colour used for a particular marker number.", "");
130
131DocStr(wxStyledTextCtrl::MarkerSetBackground,
132"Set the background colour used for a particular marker number.", "");
133
134DocStr(wxStyledTextCtrl::MarkerAdd,
135"Add a marker to a line, returning an ID which can be used to find or delete the marker.", "");
136
137DocStr(wxStyledTextCtrl::MarkerDelete,
138"Delete a marker from a line.", "");
139
140DocStr(wxStyledTextCtrl::MarkerDeleteAll,
141"Delete all markers with a particular number from all lines.", "");
142
143DocStr(wxStyledTextCtrl::MarkerGet,
144"Get a bit mask of all the markers set on a line.", "");
145
146DocStr(wxStyledTextCtrl::MarkerNext,
147"Find the next line after lineStart that includes a marker in mask.", "");
148
149DocStr(wxStyledTextCtrl::MarkerPrevious,
150"Find the previous line before lineStart that includes a marker in mask.", "");
151
152DocStr(wxStyledTextCtrl::MarkerDefineBitmap,
153"Define a marker from a bitmap", "");
154
155DocStr(wxStyledTextCtrl::SetMarginType,
156"Set a margin to be either numeric or symbolic.", "");
157
158DocStr(wxStyledTextCtrl::GetMarginType,
159"Retrieve the type of a margin.", "");
160
161DocStr(wxStyledTextCtrl::SetMarginWidth,
162"Set the width of a margin to a width expressed in pixels.", "");
163
164DocStr(wxStyledTextCtrl::GetMarginWidth,
165"Retrieve the width of a margin in pixels.", "");
166
167DocStr(wxStyledTextCtrl::SetMarginMask,
168"Set a mask that determines which markers are displayed in a margin.", "");
169
170DocStr(wxStyledTextCtrl::GetMarginMask,
171"Retrieve the marker mask of a margin.", "");
172
173DocStr(wxStyledTextCtrl::SetMarginSensitive,
174"Make a margin sensitive or insensitive to mouse clicks.", "");
175
176DocStr(wxStyledTextCtrl::GetMarginSensitive,
177"Retrieve the mouse click sensitivity of a margin.", "");
178
179DocStr(wxStyledTextCtrl::StyleClearAll,
180"Clear all the styles and make equivalent to the global default style.", "");
181
182DocStr(wxStyledTextCtrl::StyleSetForeground,
183"Set the foreground colour of a style.", "");
184
185DocStr(wxStyledTextCtrl::StyleSetBackground,
186"Set the background colour of a style.", "");
187
188DocStr(wxStyledTextCtrl::StyleSetBold,
189"Set a style to be bold or not.", "");
190
191DocStr(wxStyledTextCtrl::StyleSetItalic,
192"Set a style to be italic or not.", "");
193
194DocStr(wxStyledTextCtrl::StyleSetSize,
195"Set the size of characters of a style.", "");
196
197DocStr(wxStyledTextCtrl::StyleSetFaceName,
198"Set the font of a style.", "");
199
200DocStr(wxStyledTextCtrl::StyleSetEOLFilled,
201"Set a style to have its end of line filled or not.", "");
202
203DocStr(wxStyledTextCtrl::StyleResetDefault,
204"Reset the default style to its state at startup", "");
205
206DocStr(wxStyledTextCtrl::StyleSetUnderline,
207"Set a style to be underlined or not.", "");
208
209DocStr(wxStyledTextCtrl::StyleSetCase,
210"Set a style to be mixed case, or to force upper or lower case.", "");
211
212DocStr(wxStyledTextCtrl::StyleSetHotSpot,
213"Set a style to be a hotspot or not.", "");
214
215DocStr(wxStyledTextCtrl::SetSelForeground,
216"Set the foreground colour of the selection and whether to use this setting.", "");
217
218DocStr(wxStyledTextCtrl::SetSelBackground,
219"Set the background colour of the selection and whether to use this setting.", "");
220
221DocStr(wxStyledTextCtrl::SetCaretForeground,
222"Set the foreground colour of the caret.", "");
223
224DocStr(wxStyledTextCtrl::CmdKeyAssign,
225"When key+modifier combination km is pressed perform msg.", "");
226
227DocStr(wxStyledTextCtrl::CmdKeyClear,
228"When key+modifier combination km is pressed do nothing.", "");
229
230DocStr(wxStyledTextCtrl::CmdKeyClearAll,
231"Drop all key mappings.", "");
232
233DocStr(wxStyledTextCtrl::SetStyleBytes,
234"Set the styles for a segment of the document.", "");
235
236DocStr(wxStyledTextCtrl::StyleSetVisible,
237"Set a style to be visible or not.", "");
238
239DocStr(wxStyledTextCtrl::GetCaretPeriod,
240"Get the time in milliseconds that the caret is on and off.", "");
241
242DocStr(wxStyledTextCtrl::SetCaretPeriod,
243"Get the time in milliseconds that the caret is on and off. 0 = steady on.", "");
244
245DocStr(wxStyledTextCtrl::SetWordChars,
246"Set the set of characters making up words for when moving or selecting by word.
247First sets deaults like SetCharsDefault.", "");
248
249DocStr(wxStyledTextCtrl::BeginUndoAction,
250"Start a sequence of actions that is undone and redone as a unit.
251May be nested.", "");
252
253DocStr(wxStyledTextCtrl::EndUndoAction,
254"End a sequence of actions that is undone and redone as a unit.", "");
255
256DocStr(wxStyledTextCtrl::IndicatorSetStyle,
257"Set an indicator to plain, squiggle or TT.", "");
258
259DocStr(wxStyledTextCtrl::IndicatorGetStyle,
260"Retrieve the style of an indicator.", "");
261
262DocStr(wxStyledTextCtrl::IndicatorSetForeground,
263"Set the foreground colour of an indicator.", "");
264
265DocStr(wxStyledTextCtrl::IndicatorGetForeground,
266"Retrieve the foreground colour of an indicator.", "");
267
268DocStr(wxStyledTextCtrl::SetWhitespaceForeground,
269"Set the foreground colour of all whitespace and whether to use this setting.", "");
270
271DocStr(wxStyledTextCtrl::SetWhitespaceBackground,
272"Set the background colour of all whitespace and whether to use this setting.", "");
273
274DocStr(wxStyledTextCtrl::SetStyleBits,
275"Divide each styling byte into lexical class bits (default: 5) and indicator
276bits (default: 3). If a lexer requires more than 32 lexical states, then this
277is used to expand the possible states.", "");
278
279DocStr(wxStyledTextCtrl::GetStyleBits,
280"Retrieve number of bits in style bytes used to hold the lexical state.", "");
281
282DocStr(wxStyledTextCtrl::SetLineState,
283"Used to hold extra styling information for each line.", "");
284
285DocStr(wxStyledTextCtrl::GetLineState,
286"Retrieve the extra styling information for a line.", "");
287
288DocStr(wxStyledTextCtrl::GetMaxLineState,
289"Retrieve the last line number that has line state.", "");
290
291DocStr(wxStyledTextCtrl::GetCaretLineVisible,
292"Is the background of the line containing the caret in a different colour?", "");
293
294DocStr(wxStyledTextCtrl::SetCaretLineVisible,
295"Display the background of the line containing the caret in a different colour.", "");
296
297DocStr(wxStyledTextCtrl::GetCaretLineBack,
298"Get the colour of the background of the line containing the caret.", "");
299
300DocStr(wxStyledTextCtrl::SetCaretLineBack,
301"Set the colour of the background of the line containing the caret.", "");
302
303DocStr(wxStyledTextCtrl::StyleSetChangeable,
304"Set a style to be changeable or not (read only).
305Experimental feature, currently buggy.", "");
306
307DocStr(wxStyledTextCtrl::AutoCompShow,
308"Display a auto-completion list.
309The lenEntered parameter indicates how many characters before
310the caret should be used to provide context.", "");
311
312DocStr(wxStyledTextCtrl::AutoCompCancel,
313"Remove the auto-completion list from the screen.", "");
314
315DocStr(wxStyledTextCtrl::AutoCompActive,
316"Is there an auto-completion list visible?", "");
317
318DocStr(wxStyledTextCtrl::AutoCompPosStart,
319"Retrieve the position of the caret when the auto-completion list was displayed.", "");
320
321DocStr(wxStyledTextCtrl::AutoCompComplete,
322"User has selected an item so remove the list and insert the selection.", "");
323
324DocStr(wxStyledTextCtrl::AutoCompStops,
325"Define a set of character that when typed cancel the auto-completion list.", "");
326
327DocStr(wxStyledTextCtrl::AutoCompSetSeparator,
328"Change the separator character in the string setting up an auto-completion list.
329Default is space but can be changed if items contain space.", "");
330
331DocStr(wxStyledTextCtrl::AutoCompGetSeparator,
332"Retrieve the auto-completion list separator character.", "");
333
334DocStr(wxStyledTextCtrl::AutoCompSelect,
335"Select the item in the auto-completion list that starts with a string.", "");
336
337DocStr(wxStyledTextCtrl::AutoCompSetCancelAtStart,
338"Should the auto-completion list be cancelled if the user backspaces to a
339position before where the box was created.", "");
340
341DocStr(wxStyledTextCtrl::AutoCompGetCancelAtStart,
342"Retrieve whether auto-completion cancelled by backspacing before start.", "");
343
344DocStr(wxStyledTextCtrl::AutoCompSetFillUps,
345"Define a set of characters that when typed will cause the autocompletion to
346choose the selected item.", "");
347
348DocStr(wxStyledTextCtrl::AutoCompSetChooseSingle,
349"Should a single item auto-completion list automatically choose the item.", "");
350
351DocStr(wxStyledTextCtrl::AutoCompGetChooseSingle,
352"Retrieve whether a single item auto-completion list automatically choose the item.", "");
353
354DocStr(wxStyledTextCtrl::AutoCompSetIgnoreCase,
355"Set whether case is significant when performing auto-completion searches.", "");
356
357DocStr(wxStyledTextCtrl::AutoCompGetIgnoreCase,
358"Retrieve state of ignore case flag.", "");
359
360DocStr(wxStyledTextCtrl::UserListShow,
361"Display a list of strings and send notification when user chooses one.", "");
362
363DocStr(wxStyledTextCtrl::AutoCompSetAutoHide,
364"Set whether or not autocompletion is hidden automatically when nothing matches.", "");
365
366DocStr(wxStyledTextCtrl::AutoCompGetAutoHide,
367"Retrieve whether or not autocompletion is hidden automatically when nothing matches.", "");
368
369DocStr(wxStyledTextCtrl::AutoCompSetDropRestOfWord,
370"Set whether or not autocompletion deletes any word characters
371after the inserted text upon completion.", "");
372
373DocStr(wxStyledTextCtrl::AutoCompGetDropRestOfWord,
374"Retrieve whether or not autocompletion deletes any word characters
375after the inserted text upon completion.", "");
376
377DocStr(wxStyledTextCtrl::RegisterImage,
378"Register an image for use in autocompletion lists.", "");
379
380DocStr(wxStyledTextCtrl::ClearRegisteredImages,
381"Clear all the registered images.", "");
382
383DocStr(wxStyledTextCtrl::AutoCompGetTypeSeparator,
384"Retrieve the auto-completion list type-separator character.", "");
385
386DocStr(wxStyledTextCtrl::AutoCompSetTypeSeparator,
387"Change the type-separator character in the string setting up an auto-completion list.
388Default is '?' but can be changed if items contain '?'.", "");
389
390DocStr(wxStyledTextCtrl::SetIndent,
391"Set the number of spaces used for one level of indentation.", "");
392
393DocStr(wxStyledTextCtrl::GetIndent,
394"Retrieve indentation size.", "");
395
396DocStr(wxStyledTextCtrl::SetUseTabs,
397"Indentation will only use space characters if useTabs is false, otherwise
398it will use a combination of tabs and spaces.", "");
399
400DocStr(wxStyledTextCtrl::GetUseTabs,
401"Retrieve whether tabs will be used in indentation.", "");
402
403DocStr(wxStyledTextCtrl::SetLineIndentation,
404"Change the indentation of a line to a number of columns.", "");
405
406DocStr(wxStyledTextCtrl::GetLineIndentation,
407"Retrieve the number of columns that a line is indented.", "");
408
409DocStr(wxStyledTextCtrl::GetLineIndentPosition,
410"Retrieve the position before the first non indentation character on a line.", "");
411
412DocStr(wxStyledTextCtrl::GetColumn,
413"Retrieve the column number of a position, taking tab width into account.", "");
414
415DocStr(wxStyledTextCtrl::SetUseHorizontalScrollBar,
416"Show or hide the horizontal scroll bar.", "");
417
418DocStr(wxStyledTextCtrl::GetUseHorizontalScrollBar,
419"Is the horizontal scroll bar visible?", "");
420
421DocStr(wxStyledTextCtrl::SetIndentationGuides,
422"Show or hide indentation guides.", "");
423
424DocStr(wxStyledTextCtrl::GetIndentationGuides,
425"Are the indentation guides visible?", "");
426
427DocStr(wxStyledTextCtrl::SetHighlightGuide,
428"Set the highlighted indentation guide column.
4290 = no highlighted guide.", "");
430
431DocStr(wxStyledTextCtrl::GetHighlightGuide,
432"Get the highlighted indentation guide column.", "");
433
434DocStr(wxStyledTextCtrl::GetLineEndPosition,
435"Get the position after the last visible characters on a line.", "");
436
437DocStr(wxStyledTextCtrl::GetCodePage,
438"Get the code page used to interpret the bytes of the document as characters.", "");
439
440DocStr(wxStyledTextCtrl::GetCaretForeground,
441"Get the foreground colour of the caret.", "");
442
443DocStr(wxStyledTextCtrl::GetReadOnly,
444"In read-only mode?", "");
445
446DocStr(wxStyledTextCtrl::SetCurrentPos,
447"Sets the position of the caret.", "");
448
449DocStr(wxStyledTextCtrl::SetSelectionStart,
450"Sets the position that starts the selection - this becomes the anchor.", "");
451
452DocStr(wxStyledTextCtrl::GetSelectionStart,
453"Returns the position at the start of the selection.", "");
454
455DocStr(wxStyledTextCtrl::SetSelectionEnd,
456"Sets the position that ends the selection - this becomes the currentPosition.", "");
457
458DocStr(wxStyledTextCtrl::GetSelectionEnd,
459"Returns the position at the end of the selection.", "");
460
461DocStr(wxStyledTextCtrl::SetPrintMagnification,
462"Sets the print magnification added to the point size of each style for printing.", "");
463
464DocStr(wxStyledTextCtrl::GetPrintMagnification,
465"Returns the print magnification.", "");
466
467DocStr(wxStyledTextCtrl::SetPrintColourMode,
468"Modify colours when printing for clearer printed text.", "");
469
470DocStr(wxStyledTextCtrl::GetPrintColourMode,
471"Returns the print colour mode.", "");
472
473DocStr(wxStyledTextCtrl::FindText,
474"Find some text in the document.", "");
475
476DocStr(wxStyledTextCtrl::FormatRange,
477"On Windows, will draw the document into a display context such as a printer.", "");
478
479DocStr(wxStyledTextCtrl::GetFirstVisibleLine,
480"Retrieve the display line at the top of the display.", "");
481
482DocStr(wxStyledTextCtrl::GetLine,
483"Retrieve the contents of a line.", "");
484
485DocStr(wxStyledTextCtrl::GetLineCount,
486"Returns the number of lines in the document. There is always at least one.", "");
487
488DocStr(wxStyledTextCtrl::SetMarginLeft,
489"Sets the size in pixels of the left margin.", "");
490
491DocStr(wxStyledTextCtrl::GetMarginLeft,
492"Returns the size in pixels of the left margin.", "");
493
494DocStr(wxStyledTextCtrl::SetMarginRight,
495"Sets the size in pixels of the right margin.", "");
496
497DocStr(wxStyledTextCtrl::GetMarginRight,
498"Returns the size in pixels of the right margin.", "");
499
500DocStr(wxStyledTextCtrl::GetModify,
501"Is the document different from when it was last saved?", "");
502
503DocStr(wxStyledTextCtrl::SetSelection,
504"Select a range of text.", "");
505
506DocStr(wxStyledTextCtrl::GetSelectedText,
507"Retrieve the selected text.", "");
508
509DocStr(wxStyledTextCtrl::GetTextRange,
510"Retrieve a range of text.", "");
511
512DocStr(wxStyledTextCtrl::HideSelection,
513"Draw the selection in normal style or with selection highlighted.", "");
514
515DocStr(wxStyledTextCtrl::LineFromPosition,
516"Retrieve the line containing a position.", "");
517
518DocStr(wxStyledTextCtrl::PositionFromLine,
519"Retrieve the position at the start of a line.", "");
520
521DocStr(wxStyledTextCtrl::LineScroll,
522"Scroll horizontally and vertically.", "");
523
524DocStr(wxStyledTextCtrl::EnsureCaretVisible,
525"Ensure the caret is visible.", "");
526
527DocStr(wxStyledTextCtrl::ReplaceSelection,
528"Replace the selected text with the argument text.", "");
529
530DocStr(wxStyledTextCtrl::SetReadOnly,
531"Set to read only or read write.", "");
532
533DocStr(wxStyledTextCtrl::CanPaste,
534"Will a paste succeed?", "");
535
536DocStr(wxStyledTextCtrl::CanUndo,
537"Are there any undoable actions in the undo history?", "");
538
539DocStr(wxStyledTextCtrl::EmptyUndoBuffer,
540"Delete the undo history.", "");
541
542DocStr(wxStyledTextCtrl::Undo,
543"Undo one action in the undo history.", "");
544
545DocStr(wxStyledTextCtrl::Cut,
546"Cut the selection to the clipboard.", "");
547
548DocStr(wxStyledTextCtrl::Copy,
549"Copy the selection to the clipboard.", "");
550
551DocStr(wxStyledTextCtrl::Paste,
552"Paste the contents of the clipboard into the document replacing the selection.", "");
553
554DocStr(wxStyledTextCtrl::Clear,
555"Clear the selection.", "");
556
557DocStr(wxStyledTextCtrl::SetText,
558"Replace the contents of the document with the argument text.", "");
559
560DocStr(wxStyledTextCtrl::GetText,
561"Retrieve all the text in the document.", "");
562
563DocStr(wxStyledTextCtrl::GetTextLength,
564"Retrieve the number of characters in the document.", "");
565
566DocStr(wxStyledTextCtrl::SetOvertype,
567"Set to overtype (true) or insert mode.", "");
568
569DocStr(wxStyledTextCtrl::GetOvertype,
570"Returns true if overtype mode is active otherwise false is returned.", "");
571
572DocStr(wxStyledTextCtrl::SetCaretWidth,
573"Set the width of the insert mode caret.", "");
574
575DocStr(wxStyledTextCtrl::GetCaretWidth,
576"Returns the width of the insert mode caret.", "");
577
578DocStr(wxStyledTextCtrl::SetTargetStart,
579"Sets the position that starts the target which is used for updating the
580document without affecting the scroll position.", "");
581
582DocStr(wxStyledTextCtrl::GetTargetStart,
583"Get the position that starts the target.", "");
584
585DocStr(wxStyledTextCtrl::SetTargetEnd,
586"Sets the position that ends the target which is used for updating the
587document without affecting the scroll position.", "");
588
589DocStr(wxStyledTextCtrl::GetTargetEnd,
590"Get the position that ends the target.", "");
591
592DocStr(wxStyledTextCtrl::ReplaceTarget,
593"Replace the target text with the argument text.
594Text is counted so it can contain NULs.
595Returns the length of the replacement text.", "");
596
597DocStr(wxStyledTextCtrl::ReplaceTargetRE,
598"Replace the target text with the argument text after \d processing.
599Text is counted so it can contain NULs.
600Looks for \d where d is between 1 and 9 and replaces these with the strings
601matched in the last search operation which were surrounded by \( and \).
602Returns the length of the replacement text including any change
603caused by processing the \d patterns.", "");
604
605DocStr(wxStyledTextCtrl::SearchInTarget,
606"Search for a counted string in the target and set the target to the found
607range. Text is counted so it can contain NULs.
608Returns length of range or -1 for failure in which case target is not moved.", "");
609
610DocStr(wxStyledTextCtrl::SetSearchFlags,
611"Set the search flags used by SearchInTarget.", "");
612
613DocStr(wxStyledTextCtrl::GetSearchFlags,
614"Get the search flags used by SearchInTarget.", "");
615
616DocStr(wxStyledTextCtrl::CallTipShow,
617"Show a call tip containing a definition near position pos.", "");
618
619DocStr(wxStyledTextCtrl::CallTipCancel,
620"Remove the call tip from the screen.", "");
621
622DocStr(wxStyledTextCtrl::CallTipActive,
623"Is there an active call tip?", "");
624
625DocStr(wxStyledTextCtrl::CallTipPosAtStart,
626"Retrieve the position where the caret was before displaying the call tip.", "");
627
628DocStr(wxStyledTextCtrl::CallTipSetHighlight,
629"Highlight a segment of the definition.", "");
630
631DocStr(wxStyledTextCtrl::CallTipSetBackground,
632"Set the background colour for the call tip.", "");
633
634DocStr(wxStyledTextCtrl::CallTipSetForeground,
635"Set the foreground colour for the call tip.", "");
636
637DocStr(wxStyledTextCtrl::CallTipSetForegroundHighlight,
638"Set the foreground colour for the highlighted part of the call tip.", "");
639
640DocStr(wxStyledTextCtrl::VisibleFromDocLine,
641"Find the display line of a document line taking hidden lines into account.", "");
642
643DocStr(wxStyledTextCtrl::DocLineFromVisible,
644"Find the document line of a display line taking hidden lines into account.", "");
645
646DocStr(wxStyledTextCtrl::SetFoldLevel,
647"Set the fold level of a line.
648This encodes an integer level along with flags indicating whether the
649line is a header and whether it is effectively white space.", "");
650
651DocStr(wxStyledTextCtrl::GetFoldLevel,
652"Retrieve the fold level of a line.", "");
653
654DocStr(wxStyledTextCtrl::GetLastChild,
655"Find the last child line of a header line.", "");
656
657DocStr(wxStyledTextCtrl::GetFoldParent,
658"Find the parent line of a child line.", "");
659
660DocStr(wxStyledTextCtrl::ShowLines,
661"Make a range of lines visible.", "");
662
663DocStr(wxStyledTextCtrl::HideLines,
664"Make a range of lines invisible.", "");
665
666DocStr(wxStyledTextCtrl::GetLineVisible,
667"Is a line visible?", "");
668
669DocStr(wxStyledTextCtrl::SetFoldExpanded,
670"Show the children of a header line.", "");
671
672DocStr(wxStyledTextCtrl::GetFoldExpanded,
673"Is a header line expanded?", "");
674
675DocStr(wxStyledTextCtrl::ToggleFold,
676"Switch a header line between expanded and contracted.", "");
677
678DocStr(wxStyledTextCtrl::EnsureVisible,
679"Ensure a particular line is visible by expanding any header line hiding it.", "");
680
681DocStr(wxStyledTextCtrl::SetFoldFlags,
682"Set some style options for folding.", "");
683
684DocStr(wxStyledTextCtrl::EnsureVisibleEnforcePolicy,
685"Ensure a particular line is visible by expanding any header line hiding it.
686Use the currently set visibility policy to determine which range to display.", "");
687
688DocStr(wxStyledTextCtrl::SetTabIndents,
689"Sets whether a tab pressed when caret is within indentation indents.", "");
690
691DocStr(wxStyledTextCtrl::GetTabIndents,
692"Does a tab pressed when caret is within indentation indent?", "");
693
694DocStr(wxStyledTextCtrl::SetBackSpaceUnIndents,
695"Sets whether a backspace pressed when caret is within indentation unindents.", "");
696
697DocStr(wxStyledTextCtrl::GetBackSpaceUnIndents,
698"Does a backspace pressed when caret is within indentation unindent?", "");
699
700DocStr(wxStyledTextCtrl::SetMouseDwellTime,
701"Sets the time the mouse must sit still to generate a mouse dwell event.", "");
702
703DocStr(wxStyledTextCtrl::GetMouseDwellTime,
704"Retrieve the time the mouse must sit still to generate a mouse dwell event.", "");
705
706DocStr(wxStyledTextCtrl::WordStartPosition,
707"Get position of start of word.", "");
708
709DocStr(wxStyledTextCtrl::WordEndPosition,
710"Get position of end of word.", "");
711
712DocStr(wxStyledTextCtrl::SetWrapMode,
713"Sets whether text is word wrapped.", "");
714
715DocStr(wxStyledTextCtrl::GetWrapMode,
716"Retrieve whether text is word wrapped.", "");
717
718DocStr(wxStyledTextCtrl::SetWrapVisualFlags,
719"Set the display mode of visual flags for wrapped lines.", "");
720
721DocStr(wxStyledTextCtrl::GetWrapVisualFlags,
722"Retrive the display mode of visual flags for wrapped lines.", "");
723
724DocStr(wxStyledTextCtrl::SetWrapVisualFlagsLocation,
725"Set the location of visual flags for wrapped lines.", "");
726
727DocStr(wxStyledTextCtrl::GetWrapVisualFlagsLocation,
728"Retrive the location of visual flags for wrapped lines.", "");
729
730DocStr(wxStyledTextCtrl::SetWrapStartIndent,
731"Set the start indent for wrapped lines.", "");
732
733DocStr(wxStyledTextCtrl::GetWrapStartIndent,
734"Retrive the start indent for wrapped lines.", "");
735
736DocStr(wxStyledTextCtrl::SetLayoutCache,
737"Sets the degree of caching of layout information.", "");
738
739DocStr(wxStyledTextCtrl::GetLayoutCache,
740"Retrieve the degree of caching of layout information.", "");
741
742DocStr(wxStyledTextCtrl::SetScrollWidth,
743"Sets the document width assumed for scrolling.", "");
744
745DocStr(wxStyledTextCtrl::GetScrollWidth,
746"Retrieve the document width assumed for scrolling.", "");
747
748DocStr(wxStyledTextCtrl::TextWidth,
749"Measure the pixel width of some text in a particular style.
750NUL terminated text argument.
751Does not handle tab or control characters.", "");
752
753DocStr(wxStyledTextCtrl::SetEndAtLastLine,
754"Sets the scroll range so that maximum scroll position has
755the last line at the bottom of the view (default).
756Setting this to false allows scrolling one page below the last line.", "");
757
758DocStr(wxStyledTextCtrl::GetEndAtLastLine,
759"Retrieve whether the maximum scroll position has the last
760line at the bottom of the view.", "");
761
762DocStr(wxStyledTextCtrl::TextHeight,
763"Retrieve the height of a particular line of text in pixels.", "");
764
765DocStr(wxStyledTextCtrl::SetUseVerticalScrollBar,
766"Show or hide the vertical scroll bar.", "");
767
768DocStr(wxStyledTextCtrl::GetUseVerticalScrollBar,
769"Is the vertical scroll bar visible?", "");
770
771DocStr(wxStyledTextCtrl::AppendText,
772"Append a string to the end of the document without changing the selection.", "");
773
774DocStr(wxStyledTextCtrl::GetTwoPhaseDraw,
775"Is drawing done in two phases with backgrounds drawn before foregrounds?", "");
776
777DocStr(wxStyledTextCtrl::SetTwoPhaseDraw,
778"In twoPhaseDraw mode, drawing is performed in two phases, first the background
779and then the foreground. This avoids chopping off characters that overlap the next run.", "");
780
781DocStr(wxStyledTextCtrl::TargetFromSelection,
782"Make the target range start and end be the same as the selection range start and end.", "");
783
784DocStr(wxStyledTextCtrl::LinesJoin,
785"Join the lines in the target.", "");
786
787DocStr(wxStyledTextCtrl::LinesSplit,
788"Split the lines in the target into lines that are less wide than pixelWidth
789where possible.", "");
790
791DocStr(wxStyledTextCtrl::SetFoldMarginColour,
792"Set the colours used as a chequerboard pattern in the fold margin", "");
793
794DocStr(wxStyledTextCtrl::SetFoldMarginHiColour,
795"", "");
796
797DocStr(wxStyledTextCtrl::LineDown,
798"Move caret down one line.", "");
799
800DocStr(wxStyledTextCtrl::LineDownExtend,
801"Move caret down one line extending selection to new caret position.", "");
802
803DocStr(wxStyledTextCtrl::LineUp,
804"Move caret up one line.", "");
805
806DocStr(wxStyledTextCtrl::LineUpExtend,
807"Move caret up one line extending selection to new caret position.", "");
808
809DocStr(wxStyledTextCtrl::CharLeft,
810"Move caret left one character.", "");
811
812DocStr(wxStyledTextCtrl::CharLeftExtend,
813"Move caret left one character extending selection to new caret position.", "");
814
815DocStr(wxStyledTextCtrl::CharRight,
816"Move caret right one character.", "");
817
818DocStr(wxStyledTextCtrl::CharRightExtend,
819"Move caret right one character extending selection to new caret position.", "");
820
821DocStr(wxStyledTextCtrl::WordLeft,
822"Move caret left one word.", "");
823
824DocStr(wxStyledTextCtrl::WordLeftExtend,
825"Move caret left one word extending selection to new caret position.", "");
826
827DocStr(wxStyledTextCtrl::WordRight,
828"Move caret right one word.", "");
829
830DocStr(wxStyledTextCtrl::WordRightExtend,
831"Move caret right one word extending selection to new caret position.", "");
832
833DocStr(wxStyledTextCtrl::Home,
834"Move caret to first position on line.", "");
835
836DocStr(wxStyledTextCtrl::HomeExtend,
837"Move caret to first position on line extending selection to new caret position.", "");
838
839DocStr(wxStyledTextCtrl::LineEnd,
840"Move caret to last position on line.", "");
841
842DocStr(wxStyledTextCtrl::LineEndExtend,
843"Move caret to last position on line extending selection to new caret position.", "");
844
845DocStr(wxStyledTextCtrl::DocumentStart,
846"Move caret to first position in document.", "");
847
848DocStr(wxStyledTextCtrl::DocumentStartExtend,
849"Move caret to first position in document extending selection to new caret position.", "");
850
851DocStr(wxStyledTextCtrl::DocumentEnd,
852"Move caret to last position in document.", "");
853
854DocStr(wxStyledTextCtrl::DocumentEndExtend,
855"Move caret to last position in document extending selection to new caret position.", "");
856
857DocStr(wxStyledTextCtrl::PageUp,
858"Move caret one page up.", "");
859
860DocStr(wxStyledTextCtrl::PageUpExtend,
861"Move caret one page up extending selection to new caret position.", "");
862
863DocStr(wxStyledTextCtrl::PageDown,
864"Move caret one page down.", "");
865
866DocStr(wxStyledTextCtrl::PageDownExtend,
867"Move caret one page down extending selection to new caret position.", "");
868
869DocStr(wxStyledTextCtrl::EditToggleOvertype,
870"Switch from insert to overtype mode or the reverse.", "");
871
872DocStr(wxStyledTextCtrl::Cancel,
873"Cancel any modes such as call tip or auto-completion list display.", "");
874
875DocStr(wxStyledTextCtrl::DeleteBack,
876"Delete the selection or if no selection, the character before the caret.", "");
877
878DocStr(wxStyledTextCtrl::Tab,
879"If selection is empty or all on one line replace the selection with a tab character.
880If more than one line selected, indent the lines.", "");
881
882DocStr(wxStyledTextCtrl::BackTab,
883"Dedent the selected lines.", "");
884
885DocStr(wxStyledTextCtrl::NewLine,
886"Insert a new line, may use a CRLF, CR or LF depending on EOL mode.", "");
887
888DocStr(wxStyledTextCtrl::FormFeed,
889"Insert a Form Feed character.", "");
890
891DocStr(wxStyledTextCtrl::VCHome,
892"Move caret to before first visible character on line.
893If already there move to first character on line.", "");
894
895DocStr(wxStyledTextCtrl::VCHomeExtend,
896"Like VCHome but extending selection to new caret position.", "");
897
898DocStr(wxStyledTextCtrl::ZoomIn,
899"Magnify the displayed text by increasing the sizes by 1 point.", "");
900
901DocStr(wxStyledTextCtrl::ZoomOut,
902"Make the displayed text smaller by decreasing the sizes by 1 point.", "");
903
904DocStr(wxStyledTextCtrl::DelWordLeft,
905"Delete the word to the left of the caret.", "");
906
907DocStr(wxStyledTextCtrl::DelWordRight,
908"Delete the word to the right of the caret.", "");
909
910DocStr(wxStyledTextCtrl::LineCut,
911"Cut the line containing the caret.", "");
912
913DocStr(wxStyledTextCtrl::LineDelete,
914"Delete the line containing the caret.", "");
915
916DocStr(wxStyledTextCtrl::LineTranspose,
917"Switch the current line with the previous.", "");
918
919DocStr(wxStyledTextCtrl::LineDuplicate,
920"Duplicate the current line.", "");
921
922DocStr(wxStyledTextCtrl::LowerCase,
923"Transform the selection to lower case.", "");
924
925DocStr(wxStyledTextCtrl::UpperCase,
926"Transform the selection to upper case.", "");
927
928DocStr(wxStyledTextCtrl::LineScrollDown,
929"Scroll the document down, keeping the caret visible.", "");
930
931DocStr(wxStyledTextCtrl::LineScrollUp,
932"Scroll the document up, keeping the caret visible.", "");
933
934DocStr(wxStyledTextCtrl::DeleteBackNotLine,
935"Delete the selection or if no selection, the character before the caret.
936Will not delete the character before at the start of a line.", "");
937
938DocStr(wxStyledTextCtrl::HomeDisplay,
939"Move caret to first position on display line.", "");
940
941DocStr(wxStyledTextCtrl::HomeDisplayExtend,
942"Move caret to first position on display line extending selection to
943new caret position.", "");
944
945DocStr(wxStyledTextCtrl::LineEndDisplay,
946"Move caret to last position on display line.", "");
947
948DocStr(wxStyledTextCtrl::LineEndDisplayExtend,
949"Move caret to last position on display line extending selection to new
950caret position.", "");
951
952DocStr(wxStyledTextCtrl::HomeWrap,
953"These are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)?
954except they behave differently when word-wrap is enabled:
955They go first to the start / end of the display line, like (Home|LineEnd)Display
956The difference is that, the cursor is already at the point, it goes on to the start
957or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.", "");
958
959DocStr(wxStyledTextCtrl::HomeWrapExtend,
960"", "");
961
962DocStr(wxStyledTextCtrl::LineEndWrap,
963"", "");
964
965DocStr(wxStyledTextCtrl::LineEndWrapExtend,
966"", "");
967
968DocStr(wxStyledTextCtrl::VCHomeWrap,
969"", "");
970
971DocStr(wxStyledTextCtrl::VCHomeWrapExtend,
972"", "");
973
974DocStr(wxStyledTextCtrl::LineCopy,
975"Copy the line containing the caret.", "");
976
977DocStr(wxStyledTextCtrl::MoveCaretInsideView,
978"Move the caret inside current view if it's not there already.", "");
979
980DocStr(wxStyledTextCtrl::LineLength,
981"How many characters are on a line, not including end of line characters?", "");
982
983DocStr(wxStyledTextCtrl::BraceHighlight,
984"Highlight the characters at two positions.", "");
985
986DocStr(wxStyledTextCtrl::BraceBadLight,
987"Highlight the character at a position indicating there is no matching brace.", "");
988
989DocStr(wxStyledTextCtrl::BraceMatch,
990"Find the position of a matching brace or INVALID_POSITION if no match.", "");
991
992DocStr(wxStyledTextCtrl::GetViewEOL,
993"Are the end of line characters visible?", "");
994
995DocStr(wxStyledTextCtrl::SetViewEOL,
996"Make the end of line characters visible or invisible.", "");
997
998DocStr(wxStyledTextCtrl::GetDocPointer,
999"Retrieve a pointer to the document object.", "");
1000
1001DocStr(wxStyledTextCtrl::SetDocPointer,
1002"Change the document object used.", "");
1003
1004DocStr(wxStyledTextCtrl::SetModEventMask,
1005"Set which document modification events are sent to the container.", "");
1006
1007DocStr(wxStyledTextCtrl::GetEdgeColumn,
1008"Retrieve the column number which text should be kept within.", "");
1009
1010DocStr(wxStyledTextCtrl::SetEdgeColumn,
1011"Set the column number of the edge.
1012If text goes past the edge then it is highlighted.", "");
1013
1014DocStr(wxStyledTextCtrl::GetEdgeMode,
1015"Retrieve the edge highlight mode.", "");
1016
1017DocStr(wxStyledTextCtrl::SetEdgeMode,
1018"The edge may be displayed by a line (EDGE_LINE) or by highlighting text that
1019goes beyond it (EDGE_BACKGROUND) or not displayed at all (EDGE_NONE).", "");
1020
1021DocStr(wxStyledTextCtrl::GetEdgeColour,
1022"Retrieve the colour used in edge indication.", "");
1023
1024DocStr(wxStyledTextCtrl::SetEdgeColour,
1025"Change the colour used in edge indication.", "");
1026
1027DocStr(wxStyledTextCtrl::SearchAnchor,
1028"Sets the current caret position to be the search anchor.", "");
1029
1030DocStr(wxStyledTextCtrl::SearchNext,
1031"Find some text starting at the search anchor.
1032Does not ensure the selection is visible.", "");
1033
1034DocStr(wxStyledTextCtrl::SearchPrev,
1035"Find some text starting at the search anchor and moving backwards.
1036Does not ensure the selection is visible.", "");
1037
1038DocStr(wxStyledTextCtrl::LinesOnScreen,
1039"Retrieves the number of lines completely visible.", "");
1040
1041DocStr(wxStyledTextCtrl::UsePopUp,
1042"Set whether a pop up menu is displayed automatically when the user presses
1043the wrong mouse button.", "");
1044
1045DocStr(wxStyledTextCtrl::SelectionIsRectangle,
1046"Is the selection rectangular? The alternative is the more common stream selection.", "");
1047
1048DocStr(wxStyledTextCtrl::SetZoom,
1049"Set the zoom level. This number of points is added to the size of all fonts.
1050It may be positive to magnify or negative to reduce.", "");
1051
1052DocStr(wxStyledTextCtrl::GetZoom,
1053"Retrieve the zoom level.", "");
1054
1055DocStr(wxStyledTextCtrl::CreateDocument,
1056"Create a new document object.
1057Starts with reference count of 1 and not selected into editor.", "");
1058
1059DocStr(wxStyledTextCtrl::AddRefDocument,
1060"Extend life of document.", "");
1061
1062DocStr(wxStyledTextCtrl::ReleaseDocument,
1063"Release a reference to the document, deleting document if it fades to black.", "");
1064
1065DocStr(wxStyledTextCtrl::GetModEventMask,
1066"Get which document modification events are sent to the container.", "");
1067
1068DocStr(wxStyledTextCtrl::SetSTCFocus,
1069"Change internal focus flag.", "");
1070
1071DocStr(wxStyledTextCtrl::GetSTCFocus,
1072"Get internal focus flag.", "");
1073
1074DocStr(wxStyledTextCtrl::SetStatus,
1075"Change error status - 0 = OK.", "");
1076
1077DocStr(wxStyledTextCtrl::GetStatus,
1078"Get error status.", "");
1079
1080DocStr(wxStyledTextCtrl::SetMouseDownCaptures,
1081"Set whether the mouse is captured when its button is pressed.", "");
1082
1083DocStr(wxStyledTextCtrl::GetMouseDownCaptures,
1084"Get whether mouse gets captured.", "");
1085
1086DocStr(wxStyledTextCtrl::SetSTCCursor,
1087"Sets the cursor to one of the SC_CURSOR* values.", "");
1088
1089DocStr(wxStyledTextCtrl::GetSTCCursor,
1090"Get cursor type.", "");
1091
1092DocStr(wxStyledTextCtrl::SetControlCharSymbol,
1093"Change the way control characters are displayed:
1094If symbol is < 32, keep the drawn way, else, use the given character.", "");
1095
1096DocStr(wxStyledTextCtrl::GetControlCharSymbol,
1097"Get the way control characters are displayed.", "");
1098
1099DocStr(wxStyledTextCtrl::WordPartLeft,
1100"Move to the previous change in capitalisation.", "");
1101
1102DocStr(wxStyledTextCtrl::WordPartLeftExtend,
1103"Move to the previous change in capitalisation extending selection
1104to new caret position.", "");
1105
1106DocStr(wxStyledTextCtrl::WordPartRight,
1107"Move to the change next in capitalisation.", "");
1108
1109DocStr(wxStyledTextCtrl::WordPartRightExtend,
1110"Move to the next change in capitalisation extending selection
1111to new caret position.", "");
1112
1113DocStr(wxStyledTextCtrl::SetVisiblePolicy,
1114"Set the way the display area is determined when a particular line
1115is to be moved to by Find, FindNext, GotoLine, etc.", "");
1116
1117DocStr(wxStyledTextCtrl::DelLineLeft,
1118"Delete back from the current position to the start of the line.", "");
1119
1120DocStr(wxStyledTextCtrl::DelLineRight,
1121"Delete forwards from the current position to the end of the line.", "");
1122
1123DocStr(wxStyledTextCtrl::SetXOffset,
1124"Get and Set the xOffset (ie, horizonal scroll position).", "");
1125
1126DocStr(wxStyledTextCtrl::GetXOffset,
1127"", "");
1128
1129DocStr(wxStyledTextCtrl::ChooseCaretX,
1130"Set the last x chosen value to be the caret x position.", "");
1131
1132DocStr(wxStyledTextCtrl::SetXCaretPolicy,
1133"Set the way the caret is kept visible when going sideway.
1134The exclusion zone is given in pixels.", "");
1135
1136DocStr(wxStyledTextCtrl::SetYCaretPolicy,
1137"Set the way the line the caret is on is kept visible.
1138The exclusion zone is given in lines.", "");
1139
1140DocStr(wxStyledTextCtrl::SetPrintWrapMode,
1141"Set printing to line wrapped (SC_WRAP_WORD) or not line wrapped (SC_WRAP_NONE).", "");
1142
1143DocStr(wxStyledTextCtrl::GetPrintWrapMode,
1144"Is printing line wrapped?", "");
1145
1146DocStr(wxStyledTextCtrl::SetHotspotActiveForeground,
1147"Set a fore colour for active hotspots.", "");
1148
1149DocStr(wxStyledTextCtrl::SetHotspotActiveBackground,
1150"Set a back colour for active hotspots.", "");
1151
1152DocStr(wxStyledTextCtrl::SetHotspotActiveUnderline,
1153"Enable / Disable underlining active hotspots.", "");
1154
1155DocStr(wxStyledTextCtrl::SetHotspotSingleLine,
1156"Limit hotspots to single line so hotspots on two lines don't merge.", "");
1157
1158DocStr(wxStyledTextCtrl::ParaDown,
1159"Move caret between paragraphs (delimited by empty lines).", "");
1160
1161DocStr(wxStyledTextCtrl::ParaDownExtend,
1162"", "");
1163
1164DocStr(wxStyledTextCtrl::ParaUp,
1165"", "");
1166
1167DocStr(wxStyledTextCtrl::ParaUpExtend,
1168"", "");
1169
1170DocStr(wxStyledTextCtrl::PositionBefore,
1171"Given a valid document position, return the previous position taking code
1172page into account. Returns 0 if passed 0.", "");
1173
1174DocStr(wxStyledTextCtrl::PositionAfter,
1175"Given a valid document position, return the next position taking code
1176page into account. Maximum value returned is the last position in the document.", "");
1177
1178DocStr(wxStyledTextCtrl::CopyRange,
1179"Copy a range of text to the clipboard. Positions are clipped into the document.", "");
1180
1181DocStr(wxStyledTextCtrl::CopyText,
1182"Copy argument text to the clipboard.", "");
1183
1184DocStr(wxStyledTextCtrl::SetSelectionMode,
1185"Set the selection mode to stream (SC_SEL_STREAM) or rectangular (SC_SEL_RECTANGLE) or
1186by lines (SC_SEL_LINES).", "");
1187
1188DocStr(wxStyledTextCtrl::GetSelectionMode,
1189"Get the mode of the current selection.", "");
1190
1191DocStr(wxStyledTextCtrl::GetLineSelStartPosition,
1192"Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).", "");
1193
1194DocStr(wxStyledTextCtrl::GetLineSelEndPosition,
1195"Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line).", "");
1196
1197DocStr(wxStyledTextCtrl::LineDownRectExtend,
1198"Move caret down one line, extending rectangular selection to new caret position.", "");
1199
1200DocStr(wxStyledTextCtrl::LineUpRectExtend,
1201"Move caret up one line, extending rectangular selection to new caret position.", "");
1202
1203DocStr(wxStyledTextCtrl::CharLeftRectExtend,
1204"Move caret left one character, extending rectangular selection to new caret position.", "");
1205
1206DocStr(wxStyledTextCtrl::CharRightRectExtend,
1207"Move caret right one character, extending rectangular selection to new caret position.", "");
1208
1209DocStr(wxStyledTextCtrl::HomeRectExtend,
1210"Move caret to first position on line, extending rectangular selection to new caret position.", "");
1211
1212DocStr(wxStyledTextCtrl::VCHomeRectExtend,
1213"Move caret to before first visible character on line.
1214If already there move to first character on line.
1215In either case, extend rectangular selection to new caret position.", "");
1216
1217DocStr(wxStyledTextCtrl::LineEndRectExtend,
1218"Move caret to last position on line, extending rectangular selection to new caret position.", "");
1219
1220DocStr(wxStyledTextCtrl::PageUpRectExtend,
1221"Move caret one page up, extending rectangular selection to new caret position.", "");
1222
1223DocStr(wxStyledTextCtrl::PageDownRectExtend,
1224"Move caret one page down, extending rectangular selection to new caret position.", "");
1225
1226DocStr(wxStyledTextCtrl::StutteredPageUp,
1227"Move caret to top of page, or one page up if already at top of page.", "");
1228
1229DocStr(wxStyledTextCtrl::StutteredPageUpExtend,
1230"Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.", "");
1231
1232DocStr(wxStyledTextCtrl::StutteredPageDown,
1233"Move caret to bottom of page, or one page down if already at bottom of page.", "");
1234
1235DocStr(wxStyledTextCtrl::StutteredPageDownExtend,
1236"Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.", "");
1237
1238DocStr(wxStyledTextCtrl::WordLeftEnd,
1239"Move caret left one word, position cursor at end of word.", "");
1240
1241DocStr(wxStyledTextCtrl::WordLeftEndExtend,
1242"Move caret left one word, position cursor at end of word, extending selection to new caret position.", "");
1243
1244DocStr(wxStyledTextCtrl::WordRightEnd,
1245"Move caret right one word, position cursor at end of word.", "");
1246
1247DocStr(wxStyledTextCtrl::WordRightEndExtend,
1248"Move caret right one word, position cursor at end of word, extending selection to new caret position.", "");
1249
1250DocStr(wxStyledTextCtrl::SetWhitespaceChars,
1251"Set the set of characters making up whitespace for when moving or selecting by word.
1252Should be called after SetWordChars.", "");
1253
1254DocStr(wxStyledTextCtrl::SetCharsDefault,
1255"Reset the set of characters for whitespace and word characters to the defaults.", "");
1256
1257DocStr(wxStyledTextCtrl::AutoCompGetCurrent,
1258"Get currently selected item position in the auto-completion list", "");
1259
1260DocStr(wxStyledTextCtrl::Allocate,
1261"Enlarge the document to a particular size of text bytes.", "");
1262
1263DocStr(wxStyledTextCtrl::FindColumn,
1264"Find the position of a column on a line taking into account tabs and
1265multi-byte characters. If beyond end of line, return line end position.", "");
1266
1267DocStr(wxStyledTextCtrl::StartRecord,
1268"Start notifying the container of all key presses and commands.", "");
1269
1270DocStr(wxStyledTextCtrl::StopRecord,
1271"Stop notifying the container of all key presses and commands.", "");
1272
1273DocStr(wxStyledTextCtrl::SetLexer,
1274"Set the lexing language of the document.", "");
1275
1276DocStr(wxStyledTextCtrl::GetLexer,
1277"Retrieve the lexing language of the document.", "");
1278
1279DocStr(wxStyledTextCtrl::Colourise,
1280"Colourise a segment of the document using the current lexing language.", "");
1281
1282DocStr(wxStyledTextCtrl::SetProperty,
1283"Set up a value that may be used by a lexer for some optional feature.", "");
1284
1285DocStr(wxStyledTextCtrl::SetKeyWords,
1286"Set up the key words used by the lexer.", "");
1287
1288DocStr(wxStyledTextCtrl::SetLexerLanguage,
1289"Set the lexing language of the document based on string name.", "");