summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-23HackStudio: Add syntax-highlighting for CSS filesSam Atkins
2021-10-06HackStudio: Save editor's font in configsMarco Cutecchia
2021-10-06HackStudio: Add option to change the editor's fontMarco Cutecchia
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-01Userland: Fix typosNico Weber
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-27HackStudio: Support renaming files from the tree viewMarco Cutecchia
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
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-12HackStudio: Remove storing a vector of opened files in Project classKarol Kosek
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-10HackStudio: Reuse TextDocument::is_modified()Karol Kosek
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