index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
/
HackStudioWidget.h
Age
Commit message (
Expand
)
Author
2021-10-06
HackStudio: Add option to change the editor's font
Marco Cutecchia
2021-09-27
HackStudio: Support renaming files from the tree view
Marco Cutecchia
2021-08-30
HackStudio: Add "Go Back" and "Go Forward" navigation actions
Itamar
2021-08-30
HackStudio: Optionally pass line & column to open_file
Itamar
2021-08-25
HackStudio: Update the tree view cursor on editor change and 'Save as'
Karol Kosek
2021-08-25
HackStudio: Add "New File" actions for different file extensions
Marco Cutecchia
2021-08-22
HackStudio: Moved code closing project from open_project to own method
Lennon Donaghy
2021-08-22
HackStudio: Stop debugger when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Move handle_external_file_deletion logic into own method
Lennon Donaghy
2021-08-20
HackStudio: Update the window title after changing an active editor
Karol Kosek
2021-08-12
HackStudio: Add 'Save as...' action
Karol Kosek
2021-07-29
HackStudio: Add GML Preview action tab
Conor Byrne
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-16
HackStudio: Add statusbar with file and selected text information
ry-sev
2021-07-04
HackStudio: Remove old form editing logic
Erik Biederstadt
2021-06-23
HackStudio: Add TODO entries widget
Federico Guerinoni
2021-06-12
HackStudio: Add "Show in File Manager" Action to project TreeView
networkException
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-10
HackStudio: Remove the visual form editor
Andreas Kling
2021-05-02
HackStudio: Show dialog on build and exit if there are unsaved changes
Itamar
2021-05-02
HackStudio: Get rid of m_currently_open_file member
Itamar
2021-05-01
HackStudio: Detection of externally deleted files
Olivier De Cannière
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
HackStudio: Don't crash when invalid file is requested to be opened
FalseHonesty
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-09
HackStudio: Make actions with project tree selections work as expected
Algot Axelzon
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-13
HackStudio: Project templates and New Project dialog
Nick Vella
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-01
HackStudio: added new directory action
Matteo Sozzi
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling