mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
TextEditor: Update status bar to use clickable Segments
Adds two new Segments to TextEditor's status bar to quickly change and display syntax highlighting and line and column info.
This commit is contained in:
parent
94b74937d8
commit
b9f81b91a6
Notes:
sideshowbarker
2024-07-19 01:59:31 +09:00
Author: https://github.com/thankyouverycool
Commit: b9f81b91a6
Pull-request: https://github.com/SerenityOS/serenity/pull/12723
3 changed files with 55 additions and 5 deletions
|
@ -88,6 +88,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
}
|
||||
}
|
||||
text_widget->update_title();
|
||||
text_widget->update_statusbar();
|
||||
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue