summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.h
AgeCommit message (Expand)Author
2021-10-06HackStudio: Add option to change the editor's fontMarco Cutecchia
2021-09-27HackStudio: Support renaming files from the tree viewMarco Cutecchia
2021-08-30HackStudio: Add "Go Back" and "Go Forward" navigation actionsItamar
2021-08-30HackStudio: Optionally pass line & column to open_fileItamar
2021-08-25HackStudio: Update the tree view cursor on editor change and 'Save as'Karol Kosek
2021-08-25HackStudio: Add "New File" actions for different file extensionsMarco Cutecchia
2021-08-22HackStudio: Moved code closing project from open_project to own methodLennon Donaghy
2021-08-22HackStudio: Stop debugger when opening new projectLennon Donaghy
2021-08-22HackStudio: Move handle_external_file_deletion logic into own methodLennon Donaghy
2021-08-20HackStudio: Update the window title after changing an active editorKarol Kosek
2021-08-12HackStudio: Add 'Save as...' actionKarol Kosek
2021-07-29HackStudio: Add GML Preview action tabConor Byrne
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-04HackStudio: Remove old form editing logicErik Biederstadt
2021-06-23HackStudio: Add TODO entries widgetFederico Guerinoni
2021-06-12HackStudio: Add "Show in File Manager" Action to project TreeViewnetworkException
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-10HackStudio: Remove the visual form editorAndreas Kling
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-05-01HackStudio: Detection of externally deleted filesOlivier De Cannière
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-09HackStudio: Make actions with project tree selections work as expectedAlgot Axelzon
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
2021-02-03TextEditor: Implement word wrappingZac
2021-02-01HackStudio: added new directory actionMatteo Sozzi
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling