mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
TextEditorWidget: Added tab width submenu
This commit is contained in:
parent
0071dc7be4
commit
f6892d1ede
2 changed files with 35 additions and 0 deletions
|
@ -114,6 +114,13 @@ private:
|
|||
RefPtr<GUI::Action> m_wrap_anywhere_action;
|
||||
RefPtr<GUI::Action> m_wrap_at_words_action;
|
||||
|
||||
GUI::ActionGroup m_soft_tab_width_actions;
|
||||
RefPtr<GUI::Action> m_soft_tab_1_width_action;
|
||||
RefPtr<GUI::Action> m_soft_tab_2_width_action;
|
||||
RefPtr<GUI::Action> m_soft_tab_4_width_action;
|
||||
RefPtr<GUI::Action> m_soft_tab_8_width_action;
|
||||
RefPtr<GUI::Action> m_soft_tab_16_width_action;
|
||||
|
||||
GUI::ActionGroup syntax_actions;
|
||||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue