mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
HackStudio: Make TODO entries clickable
Now you can click a TODO entry to set focus on that position of that file.
This commit is contained in:
parent
935c7b2f4b
commit
e0f1c237d2
Notes:
sideshowbarker
2024-07-18 11:36:52 +09:00
Author: https://github.com/guerinoni
Commit: e0f1c237d2
Pull-request: https://github.com/SerenityOS/serenity/pull/6614
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/itamar8910 ✅
Reviewed-by: https://github.com/linusg
15 changed files with 83 additions and 39 deletions
|
@ -99,7 +99,7 @@ void ServerConnection::declarations_in_document(const String& filename, const Ve
|
|||
ProjectDeclarations::the().set_declared_symbols(filename, declarations);
|
||||
}
|
||||
|
||||
void ServerConnection::todo_entries_in_document(const String& filename, const Vector<String>& todo_entries)
|
||||
void ServerConnection::todo_entries_in_document(String const& filename, Vector<Cpp::Parser::TodoEntry> const& todo_entries)
|
||||
{
|
||||
ToDoEntries::the().set_entries(filename, move(todo_entries));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue