summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04HackStudio: Add comment about lexicographical insertion to ClassViewItamar
2021-06-04HackStudio: Use Node's name when inserting to the ClassView treeItamar
2021-06-02HackStudio: Make locator lose focus on closeMarcus Nilsson
2021-06-02HackStudio: Remove unused includesMarcus Nilsson
2021-06-02HackStudio: Close locator on exitMarcus Nilsson
2021-06-01CppLanguageServer: Work with a HashMap of Symbols in each documentItamar
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23HackStudio: Greet language servers asynchronouslyAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22CppLanguageServer: Add test case for auto-completing include pathsItamar
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-05-22LanguageServers: Add FileDB::project_root() getterItamar
2021-05-22CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*Itamar
2021-05-22CppLanguageServer: Rename all_definitions=>preprocessor_definitionsItamar
2021-05-22CppLanguageServer: remove no-op move()Itamar
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19LibCpp: Generalize ASTNode::dump() to support redirecting its outputItamar
2021-05-19CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/Itamar
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-15CppLanguageServer: Fix syntax of a test case programItamar
2021-05-15CppLanguageServer: Make autocomplete logic consider scopesItamar
2021-05-15CppLanguageServer: Only re-create DocumentData in file_opened if neededItamar
2021-05-15CppLanguageServer: Autocomplete namespacesItamar
2021-05-15CppLanguageServer: Don't suggest inaccessible declarationsItamar
2021-05-15HackStudio: Pledge "fattr"Γ–mer Kurttekin
2021-05-14LanguageServer/Cpp: Add testsItamar
2021-05-14LanguageServers: Allow set_declarations_of_document callback to be nullItamar
2021-05-14LanguageServers/FileDB: Allow m_project_root to be nullItamar
2021-05-14LanguageServers: Remove ClientConnection dependencyItamar
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10HackStudio: Tweak Files/Classes tab viewsAndreas Kling
2021-05-10HackStudio: Use is<GitWidget>() instead of comparing class_name()Andreas Kling
2021-05-10HackStudio: Remove the visual form editorAndreas Kling
2021-05-09CppLanguageServer: Cache declarations from headers in every documentItamar
2021-05-09CppLanguageServer: Call Parser::parse() inside create_document_data()Itamar
2021-05-09LibCpp: Rename m_definitions=>m_preprocessor_definitionsItamar
2021-05-09LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()Itamar
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling