diff --git a/uppsrc/ide/Assist.cpp b/uppsrc/ide/Assist.cpp index 8d24b9378..b20056137 100644 --- a/uppsrc/ide/Assist.cpp +++ b/uppsrc/ide/Assist.cpp @@ -315,10 +315,10 @@ void AssistEditor::SyncAssist() } } } - if(!include_assist) { - LTIMING("Sort assist"); - assist.Sort(0, CppItemInfoOrder); - } +// if(!include_assist) { +// LTIMING("Sort assist"); +// assist.Sort(0, CppItemInfoOrder); +// } } bool AssistEditor::IncludeAssist() diff --git a/uppsrc/ide/Browser/Base.cpp b/uppsrc/ide/Browser/Base.cpp index 0f0aa580f..128d663f3 100644 --- a/uppsrc/ide/Browser/Base.cpp +++ b/uppsrc/ide/Browser/Base.cpp @@ -84,7 +84,7 @@ void SerializeCodeBase(Stream& s) CodeBase().Serialize(s); } -#define CPP_CODEBASE_VERSION 9 +#define CPP_CODEBASE_VERSION 10 void SaveCodeBase() { diff --git a/uppsrc/ide/Cpp.cpp b/uppsrc/ide/Cpp.cpp index e84ec4815..e04932f8c 100644 --- a/uppsrc/ide/Cpp.cpp +++ b/uppsrc/ide/Cpp.cpp @@ -354,9 +354,7 @@ void AssistEditor::GatherItems(const String& type, bool only_public, Index