Home
last modified time | relevance | path

Searched defs:tabSize (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCallTip.h32 int tabSize; // Tab size in pixels, <=0 no TAB expand variable
H A DDocument.cxx1473 static constexpr Sci::Position NextTab(Sci::Position pos, Sci::Position tabSize) noexcept { in NextTab()
1477 static std::string CreateIndentation(Sci::Position indent, int tabSize, bool insertSpaces) { in CreateIndentation()