Home
last modified time | relevance | path

Searched defs:spacesPerTab (Results 1 – 6 of 6) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.h389 int firstLineOnScreen = 0, spacesPerTab = 4; variable
H A Djuce_CodeEditorComponent.cpp172 static void replaceTabsWithSpaces (Array<SyntaxToken>& tokens, const int spacesPerTab) in replaceTabsWithSpaces()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.h389 int firstLineOnScreen = 0, spacesPerTab = 4; variable
H A Djuce_CodeEditorComponent.cpp172 static void replaceTabsWithSpaces (Array<SyntaxToken>& tokens, const int spacesPerTab) in replaceTabsWithSpaces()
/dports/print/py-reportlab/reportlab-3.5.68/tools/docco/
H A Dgraphdocpy.py149 def indentLevel(line, spacesPerTab=4): argument
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandLine.cpp383 const int spacesPerTab = 4; in cleanWhitespace() local