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.cpp
Age
Commit message (
Expand
)
Author
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-08-19
HackStudio: Fix "navigate to include"
Itamar
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-31
HackStudio: Add syntax highlighting for HTML, Shell, and SQL files
Karol Kosek
2021-07-29
HackStudio: Add autocompletion for GML files
Conor Byrne
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-25
HackStudio: Do not create a new LanguageClient unless needed
Itamar
2021-06-13
HackStudio: Indicate git changes in the editor's gutter
Dmitrii Ubskii
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
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-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-12
HackStudio: Properly support Debugger's new source root concept
FalseHonesty
2021-04-12
HackStudio: Allow users to drag and drop files into the editor
RickySeverino
2021-03-09
HackStudio: Add language client check in identifier click
Bui Quang Minh
2021-03-06
HackStudio: Restart LanguageServer if it crashes
Itamar
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
HackStudio: Fix a misuse of dbgln() intended as dbgln_if()
AnotherTest
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-02-20
HackStudio: Always use relative paths when opening project files
Itamar
2021-02-20
HackStudio: Display identifiers as clickable
Itamar
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling