mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
CodeEditorComponent improvements and TextEditor menu refactoring.
This commit is contained in:
parent
d3bb7fb9cc
commit
6758ce0bc9
10 changed files with 440 additions and 190 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "../Code Editor/jucer_SourceCodeEditor.h"
|
||||
|
||||
//==============================================================================
|
||||
Component* SourceCodeDocument::createEditor() { return SourceCodeEditor::createFor (this, codeDoc); }
|
||||
Component* SourceCodeDocument::createEditor() { return new SourceCodeEditor (this, codeDoc); }
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue