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

📄 _stc_gendocs.i

📁 Wxpython Implemented on Windows CE, Source code
💻 I
📖 第 1 页 / 共 4 页
字号:
line is a header and whether it is effectively white space.", "");

DocStr(wxStyledTextCtrl::GetFoldLevel,
"Retrieve the fold level of a line.", "");

DocStr(wxStyledTextCtrl::GetLastChild,
"Find the last child line of a header line.", "");

DocStr(wxStyledTextCtrl::GetFoldParent,
"Find the parent line of a child line.", "");

DocStr(wxStyledTextCtrl::ShowLines,
"Make a range of lines visible.", "");

DocStr(wxStyledTextCtrl::HideLines,
"Make a range of lines invisible.", "");

DocStr(wxStyledTextCtrl::GetLineVisible,
"Is a line visible?", "");

DocStr(wxStyledTextCtrl::SetFoldExpanded,
"Show the children of a header line.", "");

DocStr(wxStyledTextCtrl::GetFoldExpanded,
"Is a header line expanded?", "");

DocStr(wxStyledTextCtrl::ToggleFold,
"Switch a header line between expanded and contracted.", "");

DocStr(wxStyledTextCtrl::EnsureVisible,
"Ensure a particular line is visible by expanding any header line hiding it.", "");

DocStr(wxStyledTextCtrl::SetFoldFlags,
"Set some style options for folding.", "");

DocStr(wxStyledTextCtrl::EnsureVisibleEnforcePolicy,
"Ensure a particular line is visible by expanding any header line hiding it.
Use the currently set visibility policy to determine which range to display.", "");

DocStr(wxStyledTextCtrl::SetTabIndents,
"Sets whether a tab pressed when caret is within indentation indents.", "");

DocStr(wxStyledTextCtrl::GetTabIndents,
"Does a tab pressed when caret is within indentation indent?", "");

DocStr(wxStyledTextCtrl::SetBackSpaceUnIndents,
"Sets whether a backspace pressed when caret is within indentation unindents.", "");

DocStr(wxStyledTextCtrl::GetBackSpaceUnIndents,
"Does a backspace pressed when caret is within indentation unindent?", "");

DocStr(wxStyledTextCtrl::SetMouseDwellTime,
"Sets the time the mouse must sit still to generate a mouse dwell event.", "");

DocStr(wxStyledTextCtrl::GetMouseDwellTime,
"Retrieve the time the mouse must sit still to generate a mouse dwell event.", "");

DocStr(wxStyledTextCtrl::WordStartPosition,
"Get position of start of word.", "");

DocStr(wxStyledTextCtrl::WordEndPosition,
"Get position of end of word.", "");

DocStr(wxStyledTextCtrl::SetWrapMode,
"Sets whether text is word wrapped.", "");

DocStr(wxStyledTextCtrl::GetWrapMode,
"Retrieve whether text is word wrapped.", "");

DocStr(wxStyledTextCtrl::SetWrapVisualFlags,
"Set the display mode of visual flags for wrapped lines.", "");

DocStr(wxStyledTextCtrl::GetWrapVisualFlags,
"Retrive the display mode of visual flags for wrapped lines.", "");

DocStr(wxStyledTextCtrl::SetWrapVisualFlagsLocation,
"Set the location of visual flags for wrapped lines.", "");

DocStr(wxStyledTextCtrl::GetWrapVisualFlagsLocation,
"Retrive the location of visual flags for wrapped lines.", "");

DocStr(wxStyledTextCtrl::SetWrapStartIndent,
"Set the start indent for wrapped lines.", "");

DocStr(wxStyledTextCtrl::GetWrapStartIndent,
"Retrive the start indent for wrapped lines.", "");

DocStr(wxStyledTextCtrl::SetLayoutCache,
"Sets the degree of caching of layout information.", "");

DocStr(wxStyledTextCtrl::GetLayoutCache,
"Retrieve the degree of caching of layout information.", "");

DocStr(wxStyledTextCtrl::SetScrollWidth,
"Sets the document width assumed for scrolling.", "");

DocStr(wxStyledTextCtrl::GetScrollWidth,
"Retrieve the document width assumed for scrolling.", "");

DocStr(wxStyledTextCtrl::TextWidth,
"Measure the pixel width of some text in a particular style.
NUL terminated text argument.
Does not handle tab or control characters.", "");

DocStr(wxStyledTextCtrl::SetEndAtLastLine,
"Sets the scroll range so that maximum scroll position has
the last line at the bottom of the view (default).
Setting this to false allows scrolling one page below the last line.", "");

DocStr(wxStyledTextCtrl::GetEndAtLastLine,
"Retrieve whether the maximum scroll position has the last
line at the bottom of the view.", "");

DocStr(wxStyledTextCtrl::TextHeight,
"Retrieve the height of a particular line of text in pixels.", "");

DocStr(wxStyledTextCtrl::SetUseVerticalScrollBar,
"Show or hide the vertical scroll bar.", "");

DocStr(wxStyledTextCtrl::GetUseVerticalScrollBar,
"Is the vertical scroll bar visible?", "");

DocStr(wxStyledTextCtrl::AppendText,
"Append a string to the end of the document without changing the selection.", "");

DocStr(wxStyledTextCtrl::GetTwoPhaseDraw,
"Is drawing done in two phases with backgrounds drawn before foregrounds?", "");

DocStr(wxStyledTextCtrl::SetTwoPhaseDraw,
"In twoPhaseDraw mode, drawing is performed in two phases, first the background
and then the foreground. This avoids chopping off characters that overlap the next run.", "");

DocStr(wxStyledTextCtrl::TargetFromSelection,
"Make the target range start and end be the same as the selection range start and end.", "");

DocStr(wxStyledTextCtrl::LinesJoin,
"Join the lines in the target.", "");

DocStr(wxStyledTextCtrl::LinesSplit,
"Split the lines in the target into lines that are less wide than pixelWidth
where possible.", "");

DocStr(wxStyledTextCtrl::SetFoldMarginColour,
"Set the colours used as a chequerboard pattern in the fold margin", "");

DocStr(wxStyledTextCtrl::SetFoldMarginHiColour,
"", "");

DocStr(wxStyledTextCtrl::LineDown,
"Move caret down one line.", "");

DocStr(wxStyledTextCtrl::LineDownExtend,
"Move caret down one line extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::LineUp,
"Move caret up one line.", "");

DocStr(wxStyledTextCtrl::LineUpExtend,
"Move caret up one line extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::CharLeft,
"Move caret left one character.", "");

DocStr(wxStyledTextCtrl::CharLeftExtend,
"Move caret left one character extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::CharRight,
"Move caret right one character.", "");

DocStr(wxStyledTextCtrl::CharRightExtend,
"Move caret right one character extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::WordLeft,
"Move caret left one word.", "");

DocStr(wxStyledTextCtrl::WordLeftExtend,
"Move caret left one word extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::WordRight,
"Move caret right one word.", "");

DocStr(wxStyledTextCtrl::WordRightExtend,
"Move caret right one word extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::Home,
"Move caret to first position on line.", "");

DocStr(wxStyledTextCtrl::HomeExtend,
"Move caret to first position on line extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::LineEnd,
"Move caret to last position on line.", "");

DocStr(wxStyledTextCtrl::LineEndExtend,
"Move caret to last position on line extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::DocumentStart,
"Move caret to first position in document.", "");

DocStr(wxStyledTextCtrl::DocumentStartExtend,
"Move caret to first position in document extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::DocumentEnd,
"Move caret to last position in document.", "");

DocStr(wxStyledTextCtrl::DocumentEndExtend,
"Move caret to last position in document extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::PageUp,
"Move caret one page up.", "");

DocStr(wxStyledTextCtrl::PageUpExtend,
"Move caret one page up extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::PageDown,
"Move caret one page down.", "");

DocStr(wxStyledTextCtrl::PageDownExtend,
"Move caret one page down extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::EditToggleOvertype,
"Switch from insert to overtype mode or the reverse.", "");

DocStr(wxStyledTextCtrl::Cancel,
"Cancel any modes such as call tip or auto-completion list display.", "");

DocStr(wxStyledTextCtrl::DeleteBack,
"Delete the selection or if no selection, the character before the caret.", "");

DocStr(wxStyledTextCtrl::Tab,
"If selection is empty or all on one line replace the selection with a tab character.
If more than one line selected, indent the lines.", "");

DocStr(wxStyledTextCtrl::BackTab,
"Dedent the selected lines.", "");

DocStr(wxStyledTextCtrl::NewLine,
"Insert a new line, may use a CRLF, CR or LF depending on EOL mode.", "");

DocStr(wxStyledTextCtrl::FormFeed,
"Insert a Form Feed character.", "");

DocStr(wxStyledTextCtrl::VCHome,
"Move caret to before first visible character on line.
If already there move to first character on line.", "");

DocStr(wxStyledTextCtrl::VCHomeExtend,
"Like VCHome but extending selection to new caret position.", "");

DocStr(wxStyledTextCtrl::ZoomIn,
"Magnify the displayed text by increasing the sizes by 1 point.", "");

DocStr(wxStyledTextCtrl::ZoomOut,
"Make the displayed text smaller by decreasing the sizes by 1 point.", "");

DocStr(wxStyledTextCtrl::DelWordLeft,
"Delete the word to the left of the caret.", "");

DocStr(wxStyledTextCtrl::DelWordRight,
"Delete the word to the right of the caret.", "");

DocStr(wxStyledTextCtrl::LineCut,
"Cut the line containing the caret.", "");

DocStr(wxStyledTextCtrl::LineDelete,
"Delete the line containing the caret.", "");

DocStr(wxStyledTextCtrl::LineTranspose,
"Switch the current line with the previous.", "");

DocStr(wxStyledTextCtrl::LineDuplicate,
"Duplicate the current line.", "");

DocStr(wxStyledTextCtrl::LowerCase,
"Transform the selection to lower case.", "");

DocStr(wxStyledTextCtrl::UpperCase,
"Transform the selection to upper case.", "");

DocStr(wxStyledTextCtrl::LineScrollDown,
"Scroll the document down, keeping the caret visible.", "");

DocStr(wxStyledTextCtrl::LineScrollUp,
"Scroll the document up, keeping the caret visible.", "");

DocStr(wxStyledTextCtrl::DeleteBackNotLine,
"Delete the selection or if no selection, the character before the caret.
Will not delete the character before at the start of a line.", "");

DocStr(wxStyledTextCtrl::HomeDisplay,
"Move caret to first position on display line.", "");

DocStr(wxStyledTextCtrl::HomeDisplayExtend,
"Move caret to first position on display line extending selection to
new caret position.", "");

DocStr(wxStyledTextCtrl::LineEndDisplay,
"Move caret to last position on display line.", "");

DocStr(wxStyledTextCtrl::LineEndDisplayExtend,
"Move caret to last position on display line extending selection to new
caret position.", "");

DocStr(wxStyledTextCtrl::HomeWrap,
"These are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)?
except they behave differently when word-wrap is enabled:
They go first to the start / end of the display line, like (Home|LineEnd)Display
The difference is that, the cursor is already at the point, it goes on to the start
or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.", "");

DocStr(wxStyledTextCtrl::HomeWrapExtend,
"", "");

DocStr(wxStyledTextCtrl::LineEndWrap,
"", "");

DocStr(wxStyledTextCtrl::LineEndWrapExtend,
"", "");

DocStr(wxStyledTextCtrl::VCHomeWrap,
"", "");

DocStr(wxStyledTextCtrl::VCHomeWrapExtend,
"", "");

DocStr(wxStyledTextCtrl::LineCopy,
"Copy the line containing the caret.", "");

DocStr(wxStyledTextCtrl::MoveCaretInsideView,
"Move the caret inside current view if it's not there already.", "");

DocStr(wxStyledTextCtrl::LineLength,
"How many characters are on a line, not including end of line characters?", "");

DocStr(wxStyledTextCtrl::BraceHighlight,
"Highlight the characters at two positions.", "");

DocStr(wxStyledTextCtrl::BraceBadLight,
"Highlight the character at a position indicating there is no matching brace.", "");

⌨️ 快捷键说明

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