MCPcopy Create free account

hub / github.com/2487686673/CodeEditor / functions

Functions628 in github.com/2487686673/CodeEditor

MethodsetMetrics
(TextFieldMetrics metrics)
app/src/main/java/com/myopicmobile/textwarrior/common/Document.java:62
MethodsetMetrics
(Document.TextFieldMetrics metrics)
app/src/main/java/com/myopicmobile/textwarrior/common/DocumentProvider.java:287
MethodsetNonPrintingCharVisibility
Enable/disable display of visible representations of non-printing characters like spaces, tabs and end of lines Invalidates the view if the enable sta
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:2004
MethodsetOnSelectionChangedListener
(OnSelectionChangedListener sLis)
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:453
MethodsetOpenedFile
(String file)
app/src/main/java/com/dream/highlighteditor/editor/TextEditor.java:159
MethodsetPanelBackgroundColor
(int color)
app/src/main/java/com/dream/highlighteditor/editor/TextEditor.java:88
MethodsetPanelTextColor
(int color)
app/src/main/java/com/dream/highlighteditor/editor/TextEditor.java:93
MethodsetRowListener
(RowListener rLis)
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:449
MethodsetSelection
(int start, int end)
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:3422
MethodsetSelectionRange
Selects numChars count of characters starting from beginPosition. Invalidates necessary areas. @param beginPosition @param numChars @param scrollToSt
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:2682
MethodsetSpans
Sets the spans to use in the document. Spans are continuous sequences of characters that have the same format like color, font, etc. @param spans A c
app/src/main/java/com/myopicmobile/textwarrior/common/DocumentProvider.java:283
MethodsetStringColor
(int color)
app/src/main/java/com/dream/highlighteditor/editor/TextEditor.java:106
MethodsetTabSpaces
Sets the length of a tab character, scrolls the view to display the caret if needed, and invalidates the entire view @param spaceCount The number of
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:1950
MethodsetWordWrap
(boolean enable)
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:1876
MethodsetWordWrap
Enable/disable word wrap for the document. If enabled, the document is immediately analyzed for word wrap breakpoints, which might take an arbitrarily
app/src/main/java/com/myopicmobile/textwarrior/common/DocumentProvider.java:296
MethodsetZoom
Sets the text size to be factor of the base text size, scrolls the view to display the caret if needed, and invalidates the entire view
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:1898
MethodshiftGapStart
Moves _gapStartIndex by displacement units. Note that displacement can be negative and will move _gapStartIndex to the left. Only UndoStack should us
app/src/main/java/com/myopicmobile/textwarrior/common/TextBuffer.java:456
MethodsubSequence
Get a substring of up to maxChars length, starting from charOffset
app/src/main/java/com/myopicmobile/textwarrior/common/DocumentProvider.java:70
Methodundo
Undo the previous insert/delete operation @return The suggested position of the caret after the undo, or -1 if there is nothing to undo
app/src/main/java/com/myopicmobile/textwarrior/common/UndoStack.java:72
Methodundo
()
app/src/main/java/com/myopicmobile/textwarrior/common/UndoStack.java:285
Methodundo
()
app/src/main/java/com/myopicmobile/textwarrior/common/UndoStack.java:349
Methodundo
()
app/src/main/java/com/myopicmobile/textwarrior/common/TextBuffer.java:639
MethodupdateUserWord
()
app/src/main/java/com/myopicmobile/textwarrior/common/Language.java:48
MethodwriteToParcel
(Parcel out, int flags)
app/src/main/java/com/myopicmobile/textwarrior/android/FreeScrollingTextField.java:3163
Methodyycharat
Returns the character at the given position from the matched text. <p>It is equivalent to {@code yytext().charAt(pos)}, but faster. @param position
app/src/main/java/com/myopicmobile/textwarrior/common/JavaLexer.java:1044
Methodyypushback
Pushes the specified amount of characters back into the input stream. <p>They will be read again by then next call of the scanning method. @param nu
app/src/main/java/com/myopicmobile/textwarrior/common/JavaLexer.java:1091
Methodyyreset
Resets the scanner to read from a new input stream. <p>Does not close the old reader. <p>All internal variables are reset, the old input stream <b>c
app/src/main/java/com/myopicmobile/textwarrior/common/JavaLexer.java:993
Methodyystate
Returns the current lexical state.
app/src/main/java/com/myopicmobile/textwarrior/common/JavaLexer.java:1012
← previous601–628 of 628, ranked by callers