• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/

Lines Matching refs:characters

292 // ASCII and other printable characters below 256.
1860 // Returns the number of characters in the document.
1904 // Are white space characters currently visible?
1908 // Make white space characters invisible, always visible or visible outside indentation.
1952 // Change style from current styling position for length characters to a style
1969 // Set the code page used to interpret the bytes of the document as characters.
2050 // Set the size of characters of a style.
2107 // Set the set of characters making up words for when moving or selecting by word.
2109 void SetWordChars(const wxString& characters);
2170 // The lenEntered parameter indicates how many characters before
2206 // Define a set of characters that when typed will cause the autocompletion to
2231 // Set whether or not autocompletion deletes any word characters
2235 // Retrieve whether or not autocompletion deletes any word characters
2252 // Set the maximum width, in characters, of auto-completion and user lists.
2256 // Get the maximum width, in characters, of auto-completion and user lists.
2272 // Indentation will only use space characters if useTabs is false, otherwise
2310 // Get the position after the last visible characters on a line.
2313 // Get the code page used to interpret the bytes of the document as characters.
2445 // Retrieve the number of characters in the document.
2638 // Does not handle tab or control characters.
2666 // and then the foreground. This avoids chopping off characters that overlap the next run.
2856 // How many characters are on a line, not including end of line characters?
2859 // Highlight the characters at two positions.
2868 // Are the end of line characters visible?
2871 // Make the end of line characters visible or invisible.
2968 // Change the way control characters are displayed:
2972 // Get the way control characters are displayed.
3118 // Set the set of characters making up whitespace for when moving or selecting by word.
3120 void SetWhitespaceChars(const wxString& characters);
3122 // Reset the set of characters for whitespace and word characters to the defaults.
3132 // multi-byte characters. If beyond end of line, return line end position.