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
Age
Commit message (
Expand
)
Author
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
Itamar
2021-03-13
LibCpp: Implement Parser::text_in_range using text of tokens
Itamar
2021-03-13
LibCpp: Access Cpp::Token members via getter functions
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-09
HackStudio: Add language client check in identifier click
Bui Quang Minh
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-06
HackStudio: Restart LanguageServer if it crashes
Itamar
2021-03-06
LanguageServers: Support calling SetFileContent with not-yet open files
Itamar
2021-03-06
LanguageServers: Tweak FileDB API
Itamar
2021-03-06
HackStudio: Add ProjectFile::create_if_needed
Itamar
2021-03-06
HackStudio: Create Language enum from file extension or language name
Itamar
2021-03-06
HackStudio: Remove redundant null check when creating a new project file
Itamar
2021-03-06
HackStudio: Make sure project files are created with an absolute path
Itamar
2021-03-06
HackStudio: Map connections to langauge-servers by language name
Itamar
2021-03-06
LanguageServers/Cpp: Allow the creation of DocumentData objects to fail
Itamar
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-03
HackStudio: Allow multi-selection in project view tree
Bui Quang Minh
2021-03-02
HackStudio: Implement removing file from disk
Bui Quang Minh
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-26
LanguageServers/Cpp: Don't VERIFY that a file could be found
Itamar
2021-02-26
HackStudio: Set correct icons, text and location in menus
thankyouverycool
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-22
HackStudio: Fix opened files appearing empty (#5480)
Ivan Hansgaard Hansen
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-02-20
LibCpp: Store filename in ASTNodes
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-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-13
LanguageServers/cpp: Use parser-based autocomplete engine by default
Itamar
2021-02-13
HackStudio: Handle crash of the LanguageServer gracefully
Itamar
2021-02-13
LanguageServers/Cpp: Handle autocomplete request on an empty line
Itamar
2021-02-13
HackStudio: Set icon for 'make is not available' notification
Itamar
2021-02-13
HackStudio: Project templates and New Project dialog
Nick Vella
2021-02-10
LanguageServers/Cpp: Autocomplete declarations from included headers
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete function and struct/class names
Itamar
2021-02-10
HackStudio: Show notification if 'make' is not available
Itamar
2021-02-08
LanguageServers/Cpp: ParserAutoComplete engine inspects header files
Itamar
2021-02-08
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
Itamar
2021-02-08
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
Itamar
[next]