mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
HackStudio: Add statusbar with file and selected text information
This commit is contained in:
parent
e22a34badb
commit
2634cab7a8
Notes:
sideshowbarker
2024-07-18 08:56:33 +09:00
Author: https://github.com/ry-sev
Commit: 2634cab7a8
Pull-request: https://github.com/SerenityOS/serenity/pull/8380
Reviewed-by: https://github.com/aatosmajava
8 changed files with 50 additions and 9 deletions
|
@ -23,6 +23,7 @@ CodeDocument::CodeDocument(const String& file_path, Client* client)
|
|||
, m_file_path(file_path)
|
||||
{
|
||||
m_language = language_from_file_extension(LexicalPath::extension(file_path));
|
||||
m_language_name = language_name_from_file_extension(LexicalPath::extension(file_path));
|
||||
}
|
||||
|
||||
CodeDocument::CodeDocument(Client* client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue