OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectionlength
(Results
1 - 1
of
1
) sorted by null
/external/clang/tools/clang-format/
clang-format-bbedit.applescript
13
set
selectionLength
to length 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
Completed in 579 milliseconds