mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-05 10:29:39 +01:00
Disabled syntax highlighting in the editor's text editor module. It will need to be reworked.
This commit is contained in:
parent
1d8e1f7065
commit
2b26a8a1de
@ -105,6 +105,7 @@ void TextEditorVanillaEditor::draw_minimap(const bool value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void TextEditorVanillaEditor::color_region(const String &fileextension) {
|
void TextEditorVanillaEditor::color_region(const String &fileextension) {
|
||||||
|
/*
|
||||||
if (fileextension == "bbs") {
|
if (fileextension == "bbs") {
|
||||||
Ref<CodeHighlighter> highlighter;
|
Ref<CodeHighlighter> highlighter;
|
||||||
highlighter.instance();
|
highlighter.instance();
|
||||||
@ -177,6 +178,7 @@ void TextEditorVanillaEditor::color_region(const String &fileextension) {
|
|||||||
|
|
||||||
text_editor->set_syntax_highlighter(highlighter);
|
text_editor->set_syntax_highlighter(highlighter);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextEditorVanillaEditor::clean_editor() {
|
void TextEditorVanillaEditor::clean_editor() {
|
||||||
|
Loading…
Reference in New Issue
Block a user