⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _stc_gendocs.i

📁 Wxpython Implemented on Windows CE, Source code
💻 I
📖 第 1 页 / 共 4 页
字号:
DocStr(wxStyledTextCtrl::AddText,
"Add text to the document at current position.", "");

DocStr(wxStyledTextCtrl::AddStyledText,
"Add array of cells to document.", "");

DocStr(wxStyledTextCtrl::InsertText,
"Insert string at a position.", "");

DocStr(wxStyledTextCtrl::ClearAll,
"Delete all text in the document.", "");

DocStr(wxStyledTextCtrl::ClearDocumentStyle,
"Set all style bytes to 0, remove all folding information.", "");

DocStr(wxStyledTextCtrl::GetLength,
"Returns the number of characters in the document.", "");

DocStr(wxStyledTextCtrl::GetCharAt,
"Returns the character byte at the position.", "");

DocStr(wxStyledTextCtrl::GetCurrentPos,
"Returns the position of the caret.", "");

DocStr(wxStyledTextCtrl::GetAnchor,
"Returns the position of the opposite end of the selection to the caret.", "");

DocStr(wxStyledTextCtrl::GetStyleAt,
"Returns the style byte at the position.", "");

DocStr(wxStyledTextCtrl::Redo,
"Redoes the next action on the undo history.", "");

DocStr(wxStyledTextCtrl::SetUndoCollection,
"Choose between collecting actions into the undo
history and discarding them.", "");

DocStr(wxStyledTextCtrl::SelectAll,
"Select all the text in the document.", "");

DocStr(wxStyledTextCtrl::SetSavePoint,
"Remember the current position in the undo history as the position
at which the document was saved.", "");

DocStr(wxStyledTextCtrl::GetStyledText,
"Retrieve a buffer of cells.", "");

DocStr(wxStyledTextCtrl::CanRedo,
"Are there any redoable actions in the undo history?", "");

DocStr(wxStyledTextCtrl::MarkerLineFromHandle,
"Retrieve the line number at which a particular marker is located.", "");

DocStr(wxStyledTextCtrl::MarkerDeleteHandle,
"Delete a marker.", "");

DocStr(wxStyledTextCtrl::GetUndoCollection,
"Is undo history being collected?", "");

DocStr(wxStyledTextCtrl::GetViewWhiteSpace,
"Are white space characters currently visible?
Returns one of SCWS_* constants.", "");

DocStr(wxStyledTextCtrl::SetViewWhiteSpace,
"Make white space characters invisible, always visible or visible outside indentation.", "");

DocStr(wxStyledTextCtrl::PositionFromPoint,
"Find the position from a point within the window.", "");

DocStr(wxStyledTextCtrl::PositionFromPointClose,
"Find the position from a point within the window but return
INVALID_POSITION if not close to text.", "");

DocStr(wxStyledTextCtrl::GotoLine,
"Set caret to start of a line and ensure it is visible.", "");

DocStr(wxStyledTextCtrl::GotoPos,
"Set caret to a position and ensure it is visible.", "");

DocStr(wxStyledTextCtrl::SetAnchor,
"Set the selection anchor to a position. The anchor is the opposite
end of the selection from the caret.", "");

DocStr(wxStyledTextCtrl::GetCurLine,
"Retrieve the text of the line containing the caret.
Returns the index of the caret on the line.", "");

DocStr(wxStyledTextCtrl::GetEndStyled,
"Retrieve the position of the last correctly styled character.", "");

DocStr(wxStyledTextCtrl::ConvertEOLs,
"Convert all line endings in the document to one mode.", "");

DocStr(wxStyledTextCtrl::GetEOLMode,
"Retrieve the current end of line mode - one of CRLF, CR, or LF.", "");

DocStr(wxStyledTextCtrl::SetEOLMode,
"Set the current end of line mode.", "");

DocStr(wxStyledTextCtrl::StartStyling,
"Set the current styling position to pos and the styling mask to mask.
The styling mask can be used to protect some bits in each styling byte from modification.", "");

DocStr(wxStyledTextCtrl::SetStyling,
"Change style from current styling position for length characters to a style
and move the current styling position to after this newly styled segment.", "");

DocStr(wxStyledTextCtrl::GetBufferedDraw,
"Is drawing done first into a buffer or direct to the screen?", "");

DocStr(wxStyledTextCtrl::SetBufferedDraw,
"If drawing is buffered then each line of text is drawn into a bitmap buffer
before drawing it to the screen to avoid flicker.", "");

DocStr(wxStyledTextCtrl::SetTabWidth,
"Change the visible size of a tab to be a multiple of the width of a space character.", "");

DocStr(wxStyledTextCtrl::GetTabWidth,
"Retrieve the visible size of a tab.", "");

DocStr(wxStyledTextCtrl::SetCodePage,
"Set the code page used to interpret the bytes of the document as characters.", "");

DocStr(wxStyledTextCtrl::MarkerDefine,
"Set the symbol used for a particular marker number,
and optionally the fore and background colours.", "");

DocStr(wxStyledTextCtrl::MarkerSetForeground,
"Set the foreground colour used for a particular marker number.", "");

DocStr(wxStyledTextCtrl::MarkerSetBackground,
"Set the background colour used for a particular marker number.", "");

DocStr(wxStyledTextCtrl::MarkerAdd,
"Add a marker to a line, returning an ID which can be used to find or delete the marker.", "");

DocStr(wxStyledTextCtrl::MarkerDelete,
"Delete a marker from a line.", "");

DocStr(wxStyledTextCtrl::MarkerDeleteAll,
"Delete all markers with a particular number from all lines.", "");

DocStr(wxStyledTextCtrl::MarkerGet,
"Get a bit mask of all the markers set on a line.", "");

DocStr(wxStyledTextCtrl::MarkerNext,
"Find the next line after lineStart that includes a marker in mask.", "");

DocStr(wxStyledTextCtrl::MarkerPrevious,
"Find the previous line before lineStart that includes a marker in mask.", "");

DocStr(wxStyledTextCtrl::MarkerDefineBitmap,
"Define a marker from a bitmap", "");

DocStr(wxStyledTextCtrl::MarkerAddSet,
"Add a set of markers to a line.", "");

DocStr(wxStyledTextCtrl::MarkerSetAlpha,
"Set the alpha used for a marker that is drawn in the text area, not the margin.", "");

DocStr(wxStyledTextCtrl::SetMarginType,
"Set a margin to be either numeric or symbolic.", "");

DocStr(wxStyledTextCtrl::GetMarginType,
"Retrieve the type of a margin.", "");

DocStr(wxStyledTextCtrl::SetMarginWidth,
"Set the width of a margin to a width expressed in pixels.", "");

DocStr(wxStyledTextCtrl::GetMarginWidth,
"Retrieve the width of a margin in pixels.", "");

DocStr(wxStyledTextCtrl::SetMarginMask,
"Set a mask that determines which markers are displayed in a margin.", "");

DocStr(wxStyledTextCtrl::GetMarginMask,
"Retrieve the marker mask of a margin.", "");

DocStr(wxStyledTextCtrl::SetMarginSensitive,
"Make a margin sensitive or insensitive to mouse clicks.", "");

DocStr(wxStyledTextCtrl::GetMarginSensitive,
"Retrieve the mouse click sensitivity of a margin.", "");

DocStr(wxStyledTextCtrl::StyleClearAll,
"Clear all the styles and make equivalent to the global default style.", "");

DocStr(wxStyledTextCtrl::StyleSetForeground,
"Set the foreground colour of a style.", "");

DocStr(wxStyledTextCtrl::StyleSetBackground,
"Set the background colour of a style.", "");

DocStr(wxStyledTextCtrl::StyleSetBold,
"Set a style to be bold or not.", "");

DocStr(wxStyledTextCtrl::StyleSetItalic,
"Set a style to be italic or not.", "");

DocStr(wxStyledTextCtrl::StyleSetSize,
"Set the size of characters of a style.", "");

DocStr(wxStyledTextCtrl::StyleSetFaceName,
"Set the font of a style.", "");

DocStr(wxStyledTextCtrl::StyleSetEOLFilled,
"Set a style to have its end of line filled or not.", "");

DocStr(wxStyledTextCtrl::StyleResetDefault,
"Reset the default style to its state at startup", "");

DocStr(wxStyledTextCtrl::StyleSetUnderline,
"Set a style to be underlined or not.", "");

DocStr(wxStyledTextCtrl::StyleSetCase,
"Set a style to be mixed case, or to force upper or lower case.", "");

DocStr(wxStyledTextCtrl::StyleSetHotSpot,
"Set a style to be a hotspot or not.", "");

DocStr(wxStyledTextCtrl::SetSelForeground,
"Set the foreground colour of the selection and whether to use this setting.", "");

DocStr(wxStyledTextCtrl::SetSelBackground,
"Set the background colour of the selection and whether to use this setting.", "");

DocStr(wxStyledTextCtrl::GetSelAlpha,
"Get the alpha of the selection.", "");

DocStr(wxStyledTextCtrl::SetSelAlpha,
"Set the alpha of the selection.", "");

DocStr(wxStyledTextCtrl::SetCaretForeground,
"Set the foreground colour of the caret.", "");

DocStr(wxStyledTextCtrl::CmdKeyAssign,
"When key+modifier combination km is pressed perform msg.", "");

DocStr(wxStyledTextCtrl::CmdKeyClear,
"When key+modifier combination km is pressed do nothing.", "");

DocStr(wxStyledTextCtrl::CmdKeyClearAll,
"Drop all key mappings.", "");

DocStr(wxStyledTextCtrl::SetStyleBytes,
"Set the styles for a segment of the document.", "");

DocStr(wxStyledTextCtrl::StyleSetVisible,
"Set a style to be visible or not.", "");

DocStr(wxStyledTextCtrl::GetCaretPeriod,
"Get the time in milliseconds that the caret is on and off.", "");

DocStr(wxStyledTextCtrl::SetCaretPeriod,
"Get the time in milliseconds that the caret is on and off. 0 = steady on.", "");

DocStr(wxStyledTextCtrl::SetWordChars,
"Set the set of characters making up words for when moving or selecting by word.
First sets deaults like SetCharsDefault.", "");

DocStr(wxStyledTextCtrl::BeginUndoAction,
"Start a sequence of actions that is undone and redone as a unit.
May be nested.", "");

DocStr(wxStyledTextCtrl::EndUndoAction,
"End a sequence of actions that is undone and redone as a unit.", "");

DocStr(wxStyledTextCtrl::IndicatorSetStyle,
"Set an indicator to plain, squiggle or TT.", "");

DocStr(wxStyledTextCtrl::IndicatorGetStyle,
"Retrieve the style of an indicator.", "");

DocStr(wxStyledTextCtrl::IndicatorSetForeground,
"Set the foreground colour of an indicator.", "");

DocStr(wxStyledTextCtrl::IndicatorGetForeground,
"Retrieve the foreground colour of an indicator.", "");

DocStr(wxStyledTextCtrl::SetWhitespaceForeground,
"Set the foreground colour of all whitespace and whether to use this setting.", "");

DocStr(wxStyledTextCtrl::SetWhitespaceBackground,
"Set the background colour of all whitespace and whether to use this setting.", "");

DocStr(wxStyledTextCtrl::SetStyleBits,
"Divide each styling byte into lexical class bits (default: 5) and indicator
bits (default: 3). If a lexer requires more than 32 lexical states, then this
is used to expand the possible states.", "");

DocStr(wxStyledTextCtrl::GetStyleBits,
"Retrieve number of bits in style bytes used to hold the lexical state.", "");

DocStr(wxStyledTextCtrl::SetLineState,
"Used to hold extra styling information for each line.", "");

DocStr(wxStyledTextCtrl::GetLineState,
"Retrieve the extra styling information for a line.", "");

DocStr(wxStyledTextCtrl::GetMaxLineState,
"Retrieve the last line number that has line state.", "");

DocStr(wxStyledTextCtrl::GetCaretLineVisible,
"Is the background of the line containing the caret in a different colour?", "");

DocStr(wxStyledTextCtrl::SetCaretLineVisible,
"Display the background of the line containing the caret in a different colour.", "");

DocStr(wxStyledTextCtrl::GetCaretLineBack,
"Get the colour of the background of the line containing the caret.", "");

DocStr(wxStyledTextCtrl::SetCaretLineBack,
"Set the colour of the background of the line containing the caret.", "");

DocStr(wxStyledTextCtrl::StyleSetChangeable,
"Set a style to be changeable or not (read only).
Experimental feature, currently buggy.", "");

DocStr(wxStyledTextCtrl::AutoCompShow,
"Display a auto-completion list.
The lenEntered parameter indicates how many characters before
the caret should be used to provide context.", "");

DocStr(wxStyledTextCtrl::AutoCompCancel,
"Remove the auto-completion list from the screen.", "");

DocStr(wxStyledTextCtrl::AutoCompActive,
"Is there an auto-completion list visible?", "");

DocStr(wxStyledTextCtrl::AutoCompPosStart,
"Retrieve the position of the caret when the auto-completion list was displayed.", "");

DocStr(wxStyledTextCtrl::AutoCompComplete,
"User has selected an item so remove the list and insert the selection.", "");

DocStr(wxStyledTextCtrl::AutoCompStops,
"Define a set of character that when typed cancel the auto-completion list.", "");

DocStr(wxStyledTextCtrl::AutoCompSetSeparator,
"Change the separator character in the string setting up an auto-completion list.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -