summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Editor.cpp
AgeCommit message (Expand)Author
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-31HackStudio: Add syntax highlighting for HTML, Shell, and SQL filesKarol Kosek
2021-07-29HackStudio: Add autocompletion for GML filesConor Byrne
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-12HackStudio: Activate window only on file dropKarol Kosek
2021-07-12HackStudio: Disable debug specific context entriesMaurice Hieronymus
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-04HackStudio: Show tooltip with parameters hint when pressing Ctrl+PItamar
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-25HackStudio: Do not create a new LanguageClient unless neededItamar
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-04-12HackStudio: Allow users to drag and drop files into the editorRickySeverino
2021-03-09HackStudio: Add language client check in identifier clickBui Quang Minh
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23HackStudio: Fix a misuse of dbgln() intended as dbgln_if()AnotherTest
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-20HackStudio: Always use relative paths when opening project filesItamar
2021-02-20HackStudio: Display identifiers as clickableItamar
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling