diff options
Diffstat (limited to 'src/MainWindowBase.ui')
-rwxr-xr-x | src/MainWindowBase.ui | 65 |
1 files changed, 54 insertions, 11 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index 6b55170..48679d6 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -13,17 +13,6 @@ <height>633</height> </rect> </property> - <hbox> - <property name="name"> - <cstring>centralWidget</cstring> - </property> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>0</number> - </property> - </hbox> </widget> <menubar> <property name="name"> @@ -60,6 +49,10 @@ <action name="actionExit" /> </item> <item text="&Indenter" name="menuIndenter"> + <action name="actionLoadIndenterConfigFile"/> + <action name="actionSaveIndenterConfigFile"/> + <action name="actionCreateShellScript"/> + <action name="actionResetIndenterParameters"/> </item> <item text="&Settings" name="menuSettings"> <action name="actionLiveIndentPreview"/> @@ -234,6 +227,56 @@ </action> <action> <property name="name"> + <cstring>actionLoadIndenterConfigFile</cstring> + </property> + <property name="text"> + <string>Load Indenter Config File</string> + </property> + <property name="statusTip"> + <string>Opens a file dialog to load the original config file of the indenter.</string> + </property> + <property name="accel"> + <string>Alt+O</string> + </property> + </action> + <action> + <property name="name"> + <cstring>actionSaveIndenterConfigFile</cstring> + </property> + <property name="text"> + <string>Save Indenter Config File</string> + </property> + <property name="statusTip"> + <string>Opens a dialog to save the current indenter configuration to a file.</string> + </property> + <property name="accel"> + <string>Alt+S</string> + </property> + </action> + <action> + <property name="name"> + <cstring>actionCreateShellScript</cstring> + </property> + <property name="text"> + <string>Create Indenter Call Shell Script</string> + </property> + <property name="statusTip"> + <string>Create a shell script that calls the current selected indenter for formatting a given file with the current indent settings.</string> + </property> + </action> + <action> + <property name="name"> + <cstring>actionResetIndenterParameters</cstring> + </property> + <property name="text"> + <string>Reset indenter parameters</string> + </property> + <property name="statusTip"> + <string>Resets all indenter parameters to the default values.</string> + </property> + </action> + <action> + <property name="name"> <cstring>actionLiveIndentPreview</cstring> </property> <property name="toggleAction"> |