Home
last modified time | relevance | path

Searched refs:CodeDocumentLine (Results 1 – 4 of 4) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h29 class CodeDocumentLine; variable
435 OwnedArray<CodeDocumentLine> lines;
H A Djuce_CodeDocument.cpp29 class CodeDocumentLine class
32 CodeDocumentLine (const String::CharPointerType startOfLine, in CodeDocumentLine() function in juce::CodeDocumentLine
44 static void createLines (Array<CodeDocumentLine*>& newLines, StringRef text) in createLines()
92 newLines.add (new CodeDocumentLine (startOfLine, t, lineLength, in createLines()
867 const CodeDocumentLine* const lastLine = lines.getLast(); in checkLastLineStatus()
872 lines.add (new CodeDocumentLine (StringRef(), StringRef(), 0, 0, in checkLastLineStatus()
937 Array<CodeDocumentLine*> newLines; in insert()
938 CodeDocumentLine::createLines (newLines, textInsideOriginalLine); in insert()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.h29 class CodeDocumentLine; variable
435 OwnedArray<CodeDocumentLine> lines;
H A Djuce_CodeDocument.cpp29 class CodeDocumentLine class
32 CodeDocumentLine (const String::CharPointerType startOfLine, in CodeDocumentLine() function in juce::CodeDocumentLine
44 static void createLines (Array<CodeDocumentLine*>& newLines, StringRef text) in createLines()
92 newLines.add (new CodeDocumentLine (startOfLine, t, lineLength, in createLines()
867 const CodeDocumentLine* const lastLine = lines.getLast(); in checkLastLineStatus()
872 lines.add (new CodeDocumentLine (StringRef(), StringRef(), 0, 0, in checkLastLineStatus()
937 Array<CodeDocumentLine*> newLines; in insert()
938 CodeDocumentLine::createLines (newLines, textInsideOriginalLine); in insert()