summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-09-09HackStudio: Preserve the untitled filename text on file modificationKarol Kosek
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-09-01HackStudio: Fix typo in C++ file extension mapping codeBrian Gianforcaro
2021-08-30HackStudio: Add "Go Back" and "Go Forward" navigation actionsItamar
2021-08-30HackStudio: Optionally pass line & column to open_fileItamar
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
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: Update every editor with matching filename on 'Save as...'Karol Kosek
2021-08-22HackStudio: Convert selected path to a relative path on 'Save as...'Karol Kosek
2021-08-22HackStudio: Warn about unsaved changes on opening different projectLennon Donaghy
2021-08-22HackStudio: Fix editor not marking file with unsaved changes as dirtyLennon Donaghy
2021-08-22HackStudio: Fix GitWidget issues with switching between projectsLennon Donaghy
2021-08-22HackStudio: Moved code closing project from open_project to own methodLennon Donaghy
2021-08-22HackStudio: Call update_gml_preview() to reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Make FindInFilesWidget reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Stop debugger when opening new projectLennon Donaghy
2021-08-22HackStudio: Clear embedded terminal upon opening a different projectLennon Donaghy
2021-08-22HackStudio: Clear ToDo entries upon opening new projectLennon Donaghy
2021-08-22HackStudio: Move handle_external_file_deletion logic into own methodLennon Donaghy
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-21HackStudio: Fix ds => fs typo in fs changed check in RegistersModelLuke Wilde
2021-08-20HackStudio: Update the window title after changing a file nameKarol Kosek
2021-08-20HackStudio: Update the window title after changing an active editorKarol Kosek
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-19LibCpp: Handle circular imports gracefullyItamar
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-12Revert "HackStudio: Remove noop code when opening the project"Andreas Kling
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-12HackStudio: Remove noop code when opening the projectKarol Kosek
2021-08-12HackStudio: Show the 'Save as...' dialog when saving uncreated fileKarol Kosek
2021-08-12HackStudio: Add 'Save as...' actionKarol Kosek
2021-08-12HackStudio: Show text editor after starting the applicationKarol Kosek
2021-08-11HackStudio: Make "Open project" action open in the current project pathKarol Kosek
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-08-01HackStudio: Properly close previous project when opening a new oneLennon Donaghy
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31HackStudio: Don't use 'else' after 'return'Karol Kosek
2021-07-31HackStudio: Add syntax highlighting for HTML, Shell, and SQL filesKarol Kosek
2021-07-29HackStudio: Add GML Preview action tabConor Byrne