Editor Breadcrumb WIP.

This commit is contained in:
Martín Lucas Golini
2024-08-25 01:18:31 -03:00
parent 10c9906862
commit d6fc60a2ce
5 changed files with 234 additions and 30 deletions

View File

@@ -162,7 +162,7 @@ void AutoCompletePlugin::load( PluginManager* pluginManager ) {
if ( j.contains( "config" ) ) {
auto& config = j["config"];
if ( config.contains( "suggestions_syntax_highlight" ) )
mHighlightSuggestions = config.value( "suggestions_syntax_highlight", false );
mHighlightSuggestions = config.value( "suggestions_syntax_highlight", true );
else {
config["suggestions_syntax_highlight"] = mHighlightSuggestions;
updateConfigFile = true;