HomeSort by relevance Sort by last modified time
    Searched full:selectionoffset (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 12 set selectionOffset to characterOffset of selection
18 set newContents to do shell script "/path/to/clang-format -offset=" & selectionOffset & " -length=" & selectionLength & " " & quoted form of filePath
26 select characters selectionOffset thru (selectionOffset + selectionLength - 1) of text document 1
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 540 int selectionOffset = 0;
550 selectionOffset = paragraph.offsetTo(caretPosition, ASSERT_NO_EXCEPTION);
552 if (selectionOffset > 0 && (static_cast<unsigned>(selectionOffset) > paragraph.text().length() || paragraph.textCharAt(selectionOffset - 1) == newlineCharacter))
554 if (selectionOffset > 0 && static_cast<unsigned>(selectionOffset) <= paragraph.text().length() && isAmbiguousBoundaryCharacter(paragraph.textCharAt(selectionOffset - 1)))
555 ambiguousBoundaryOffset = selectionOffset - 1;
596 if (restoreSelectionAfterChange && selectionOffset >= 0 && selectionOffset <= extendedParagraph.rangeLength())
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 234 milliseconds