mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +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
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