mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +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
|
@ -97,6 +97,7 @@ private:
|
|||
void on_action_tab_change();
|
||||
void reveal_action_tab(GUI::Widget&);
|
||||
void initialize_debugger();
|
||||
void update_statusbar();
|
||||
|
||||
void handle_external_file_deletion(const String& filepath);
|
||||
|
||||
|
@ -136,6 +137,7 @@ private:
|
|||
RefPtr<GitWidget> m_git_widget;
|
||||
RefPtr<ClassViewWidget> m_class_view;
|
||||
RefPtr<GUI::Menu> m_project_tree_view_context_menu;
|
||||
RefPtr<GUI::Statusbar> m_statusbar;
|
||||
RefPtr<GUI::TabWidget> m_action_tab_widget;
|
||||
RefPtr<GUI::TabWidget> m_project_tab;
|
||||
RefPtr<TerminalWrapper> m_terminal_wrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue