summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-07-12HackStudio: Activate window only on file dropKarol Kosek
2021-07-12HackStudio: Disable debug specific context entriesMaurice Hieronymus
2021-07-12HackStudio: Disable run button while debuggingMaurice Hieronymus
2021-07-10LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style castsItamar
2021-07-10LibCpp: Make the fields of AST node types privateItamar
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-08HackStudio: Do not check NonnullRefPtr for null valueDaniel Bertalan
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-06LibJS: Remove the non-standard put helper and replace it's usagesIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04CppLanguageServer: Add test for "get_parameters_hint"Itamar
2021-07-04HackStudio: Show tooltip with parameters hint when pressing Ctrl+PItamar
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04HackStudio: Remove old form editing logicErik Biederstadt
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-29LanguageServers: Don't VERIFY that set_todo_entries callback existsItamar
2021-06-29CppLanguageServer: Make properties_of_type return any propertyItamar
2021-06-29LibCpp: Differentiate between Type and NamedTypeItamar
2021-06-25HackStudio: Do not create a new LanguageClient unless neededItamar
2021-06-25HackStudio: Add LanguageClient::Language() getterItamar
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23HackStudio: Add TODO entries widgetFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-12HackStudio: Remove unnecessary unveil in ShellLanguageServerNonStdModel
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12HackStudio: Add "Show in File Manager" Action to project TreeViewnetworkException
2021-06-09LibCpp: Support non-field class membersItamar
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