summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.cpp
AgeCommit message (Expand)Author
2022-04-15HackStudio: Remember if the user wants to see dotfiles between sessionsMarco Cutecchia
2022-04-15HackStudio: Add a "Project Configuration" button in the Edit menuMarco Cutecchia
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-03-14HackStudio: Remove Terminal widget when the bound shell process diesLucas CHOLLET
2022-03-08HackStudio: Add more files to new file menuelectrikmilk
2022-03-08HackStudio: Add missing key triggerselectrikmilk
2022-03-08HackStudio: Move 'New' Menu to 'File'electrikmilk
2022-03-02HackStudio: Propagate error from TerminalWrapperLucas CHOLLET
2022-03-01HackStudio: Add icon to "Open Recent"xSlendiX
2022-02-24HackStudio: Segment the status bar and setup override textthankyouverycool
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-21HackStudio: Add a 'Recent Projects' submenu in 'File'Marco Cutecchia
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-02-10HackStudio: Fix error handling logic in delete_actionDaste
2022-02-10HackStudio: Don't save file when filename is emptyDaste
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-08Base: Change JSON file icon to add CSS file iconelectrikmilk
2022-02-07Base: Add GML file type iconelectrikmilk
2022-01-12HackStudio: Use ProjectBuilder to build and run the current projectItamar
2022-01-01HackStudio: Use String instead of LexicalPathConor Byrne
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-12-22HackStudio: Rename "Build" tab to "Console"Itamar
2021-12-09HackStudio+TextEditor: Persist EditingEngineType across editorsscwfri
2021-12-03HackStudio: Add HackStudio::for_each_open_fileItamar
2021-11-30HackStudio: Scope the "delete file from project" action to tree viewAndreas Kling
2021-11-22HackStudio: Disable the Rename action on insufficient permissionsKarol Kosek
2021-11-22HackStudio: Remove noop when deciding whether to disable delete actionKarol Kosek
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-01Everywhere: Remove unused ArgsParser headerBen Wiederhake
2021-10-29HackStudio: Add 'Show Dotfiles' optionMarco Cutecchia
2021-10-06HackStudio: Save editor's font in configsMarco Cutecchia
2021-10-06HackStudio: Add option to change the editor's fontMarco Cutecchia
2021-09-27HackStudio: Support renaming files from the tree viewMarco Cutecchia
2021-09-12HackStudio: Remove an old file from the vectors in 'Save as...' actionKarol Kosek
2021-09-12HackStudio: Rename Project::get_file() to Project::create_file()Karol Kosek
2021-09-10HackStudio: Reuse TextDocument::is_modified()Karol Kosek
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
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