2005-06-22 11:20:32 -07:00
|
|
|
<ui>
|
|
|
|
|
2005-07-25 11:51:43 -07:00
|
|
|
<object name="Editor">
|
2005-06-22 11:20:32 -07:00
|
|
|
|
|
|
|
<menubar name="Menubar">
|
|
|
|
|
|
|
|
<menu name="File" label="_File">
|
|
|
|
<separator/>
|
|
|
|
<item name="NewWindow" action="NewWindow"/>
|
|
|
|
<item name="NewTab" action="NewTab"/>
|
|
|
|
<separator/>
|
2005-07-25 11:51:43 -07:00
|
|
|
<item name="Terminal" action="Terminal"/>
|
|
|
|
<separator/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="Open" action="Open"/>
|
2005-07-30 15:15:13 -07:00
|
|
|
<item name="OpenRecent" action="OpenRecent"/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="Save" action="Save"/>
|
|
|
|
<item name="SaveAs" action="SaveAs"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Reload" action="Reload"/>
|
|
|
|
<separator/>
|
2005-09-03 15:49:07 -07:00
|
|
|
<item name="Close" action="Close"/>
|
|
|
|
<item name="CloseAll" action="CloseAll"/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<separator/>
|
|
|
|
<item name="Quit" action="Quit"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Edit" label="_Edit">
|
|
|
|
<separator/>
|
|
|
|
<item name="Undo" action="Undo"/>
|
|
|
|
<item name="Redo" action="Redo"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Cut" action="Cut"/>
|
|
|
|
<item name="Copy" action="Copy"/>
|
|
|
|
<item name="Paste" action="Paste"/>
|
|
|
|
<item name="Delete" action="Delete"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="SelectAll" action="SelectAll"/>
|
|
|
|
<separator/>
|
2005-07-25 11:51:43 -07:00
|
|
|
<item name="SendToTerminal" action="SendToTerminal"/>
|
2005-06-22 11:20:32 -07:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Search" label="_Search">
|
|
|
|
<separator/>
|
|
|
|
<item name="Find" action="Find"/>
|
|
|
|
<item name="FindNext" action="FindNext"/>
|
|
|
|
<item name="FindPrevious" action="FindPrevious"/>
|
|
|
|
<item name="Replace" action="Replace"/>
|
|
|
|
<separator/>
|
2005-09-08 10:08:31 -07:00
|
|
|
<item name="FindInFiles" action="FindInFiles"/>
|
|
|
|
<separator/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="GoToLine" action="GoToLine"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="View" label="_View">
|
|
|
|
<separator/>
|
|
|
|
<item name="PreviousTab" action="PreviousTab"/>
|
|
|
|
<item name="NextTab" action="NextTab"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="SyntaxMenu" action="SyntaxMenu"/>
|
|
|
|
<separator/>
|
2005-08-07 19:19:19 -07:00
|
|
|
<item name="ShowFileSelector" action="ShowFileSelector"/>
|
|
|
|
<separator/>
|
2005-06-22 11:20:32 -07:00
|
|
|
</menu>
|
|
|
|
|
2005-09-08 10:08:31 -07:00
|
|
|
<!--
|
2005-09-07 04:19:26 -07:00
|
|
|
<menu name="Project" label="_Project">
|
|
|
|
<separator/>
|
|
|
|
<item name="NewProject" action="NewProject"/>
|
|
|
|
<item name="OpenProject" action="OpenProject"/>
|
|
|
|
<item name="OpenRecentProject" action="OpenRecentProject"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="BuildConfiguration" action="BuildConfiguration"/>
|
|
|
|
<item name="ProjectOptions" action="ProjectOptions"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="CloseProject" action="CloseProject"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Build" label="_Build">
|
|
|
|
<separator/>
|
|
|
|
<item name="BuildProject" action="BuildProject"/>
|
|
|
|
<item name="CompileFile" action="CompileFile"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Execute" action="Execute"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
2005-09-08 10:08:31 -07:00
|
|
|
-->
|
2005-09-07 04:19:26 -07:00
|
|
|
|
2005-06-22 11:20:32 -07:00
|
|
|
<menu name="Python" action="PythonMenu">
|
|
|
|
<separator/>
|
2005-07-24 19:55:19 -07:00
|
|
|
<item name="ExecuteSelection" action="ExecuteSelection"/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="ExecuteScript" action="ExecuteScript"/>
|
2005-07-24 19:55:19 -07:00
|
|
|
<separator/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="ShowConsole" action="ShowConsole"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
2005-07-24 19:55:19 -07:00
|
|
|
|
2005-06-22 11:20:32 -07:00
|
|
|
<menu name="Settings" label="_Settings">
|
|
|
|
<separator/>
|
|
|
|
<item name="ShowToolbar" action="ShowToolbar"/>
|
|
|
|
<item name="ToolbarStyle" action="ToolbarStyle"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="ConfigureShortcuts" action="ConfigureShortcuts"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Preferences" action="Preferences"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Help" label="_Help">
|
|
|
|
<separator/>
|
|
|
|
<item name="About" action="About"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
</menubar> <!-- Menubar -->
|
|
|
|
|
|
|
|
<toolbar name="Toolbar">
|
|
|
|
<separator/>
|
2005-09-03 15:49:07 -07:00
|
|
|
<item name="NewTab" action="NewTab"/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<separator/>
|
|
|
|
<item name="Open" action="Open"/>
|
|
|
|
<item name="Save" action="Save"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Undo" action="Undo"/>
|
|
|
|
<item name="Redo" action="Redo"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Cut" action="Cut"/>
|
|
|
|
<item name="Copy" action="Copy"/>
|
|
|
|
<item name="Paste" action="Paste"/>
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
<item name="Find" action="Find"/>
|
|
|
|
<item name="Replace" action="Replace"/>
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
</toolbar> <!-- Toolbar -->
|
|
|
|
|
2005-07-25 11:51:43 -07:00
|
|
|
</object> <!-- Editor -->
|
2005-06-22 11:20:32 -07:00
|
|
|
|
2005-07-25 11:51:43 -07:00
|
|
|
<object name="Terminal">
|
2005-06-22 11:20:32 -07:00
|
|
|
|
|
|
|
<menubar name="Menubar">
|
|
|
|
|
|
|
|
<menu name="File" label="_File">
|
|
|
|
<separator/>
|
|
|
|
<item name="Editor" action="NewEditor"/>
|
|
|
|
<item name="Open" action="OpenInEditor"/>
|
|
|
|
<separator/>
|
2005-07-25 11:51:43 -07:00
|
|
|
<item name="Restart" action="Restart"/>
|
|
|
|
<separator/>
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="Save" action="SaveSelection"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Quit" action="Quit"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Edit" label="E_dit">
|
|
|
|
<separator/>
|
2005-07-25 11:51:43 -07:00
|
|
|
<!--
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="CopyLastOutput" action="CopyLastOutput"/>
|
2005-07-25 11:51:43 -07:00
|
|
|
-->
|
2005-06-22 11:20:32 -07:00
|
|
|
<item name="Copy" action="Copy"/>
|
|
|
|
<item name="Paste" action="Paste"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="SelectAll" action="SelectAll"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
2005-07-25 11:51:43 -07:00
|
|
|
<!--
|
2005-06-22 11:20:32 -07:00
|
|
|
<menu name="GAP" label="_GAP">
|
|
|
|
<separator/>
|
|
|
|
<item name="Read" action="GAPRead"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Restart" action="Restart"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
2005-07-25 11:51:43 -07:00
|
|
|
-->
|
2005-06-22 11:20:32 -07:00
|
|
|
|
|
|
|
<menu name="Python" action="PythonMenu">
|
|
|
|
<separator/>
|
|
|
|
<item name="Execute" action="ExecuteScript"/>
|
|
|
|
<item name="ShowConsole" action="ShowConsole"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Settings" label="_Settings">
|
|
|
|
<separator/>
|
|
|
|
<item name="ShowToolbar" action="ShowToolbar"/>
|
|
|
|
<item name="ToolbarStyle" action="ToolbarStyle"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="ConfigureShortcuts" action="ConfigureShortcuts"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Preferences" action="Preferences"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu name="Help" label="_Help">
|
|
|
|
<separator/>
|
|
|
|
<item name="About" action="About"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
</menubar> <!-- Menubar -->
|
|
|
|
|
|
|
|
<toolbar name="Toolbar">
|
|
|
|
<separator/>
|
|
|
|
<item name="Editor" action="NewEditor"/>
|
|
|
|
<item name="Open" action="OpenInEditor"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Copy" action="Copy"/>
|
|
|
|
<item name="Paste" action="Paste"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Restart" action="Restart"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="Preferences" action="Preferences"/>
|
|
|
|
<separator/>
|
|
|
|
</toolbar> <!-- Toolbar -->
|
|
|
|
|
|
|
|
<menu name="Popup">
|
|
|
|
<separator/>
|
|
|
|
<item name="Copy" action="Copy"/>
|
|
|
|
<item name="Paste" action="Paste"/>
|
|
|
|
<separator/>
|
|
|
|
<item name="SelectAll" action="SelectAll"/>
|
|
|
|
<separator/>
|
|
|
|
</menu>
|
|
|
|
|
2005-07-25 11:51:43 -07:00
|
|
|
</object> <!-- Terminal -->
|
2005-06-22 11:20:32 -07:00
|
|
|
|
|
|
|
</ui>
|
|
|
|
|