HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine

The parser-based autocomplete engine is at a point where it's stable
enough that I don't think there's a need for the lexer-based
alternative anymore.
This commit is contained in:
Itamar 2021-05-16 16:28:25 +03:00 committed by Andreas Kling
commit b1531b78f6
Notes: sideshowbarker 2024-07-18 18:02:22 +09:00
11 changed files with 0 additions and 156 deletions

View file

@ -88,7 +88,6 @@ private:
NonnullRefPtr<GUI::Action> create_build_action();
NonnullRefPtr<GUI::Action> create_run_action();
NonnullRefPtr<GUI::Action> create_stop_action();
NonnullRefPtr<GUI::Action> create_set_autocomplete_mode_action();
void add_new_editor(GUI::Widget& parent);
RefPtr<EditorWrapper> get_editor_of_file(const String& filename);