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
/
Editor.h
Age
Commit message (
Expand
)
Author
2023-04-30
HackStudio: Move around execution order and prevent crashing
iyush
2023-03-31
HackStudio: Migrate git-diff indicators to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate execution-position indicator to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate breakpoint indicators to TextEditor API
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-10-06
HackStudio: Use a single global tooltip window
Itamar
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-04-06
HackStudio: Remove "evaluate expression" dialog
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-09
HackStudio: Allow toggling between simple and semantic highlighting
Itamar
2022-02-09
HackStudio: Use the C++ semantic syntax highlighter
Itamar
2022-01-09
HackStudio: Propagate errors using try_set_main_widget
creator1creeper1
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-07-29
HackStudio: Add autocompletion for GML files
Conor Byrne
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-06-25
HackStudio: Do not create a new LanguageClient unless needed
Itamar
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-25
HackStudio: Add evaluate expression popup to debugger
FalseHonesty
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
HackStudio: Allow users to drag and drop files into the editor
RickySeverino
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-02-20
HackStudio: Display identifiers as clickable
Itamar
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling