Feature request: Add an option to open inventory folders in a new separate window

This commit is contained in:
Inusaito Sayori
2013-08-24 21:52:53 -04:00
parent c3b7c6999f
commit c9482ecac5
10 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="inventory panel floater" width="250" height="400" min_width="100" min_height="100" rect_control="FloaterInvPanelRect" can_close="true" can_minimize="true" can_resize="true">
<filter_editor bottom="-36" follows="left|right|top" height="18" left="4" mouse_opaque="true" right="-4" name="inventory search editor" label="Type here to search">
<filter_editor.commit_callback function="InvPanel.Search"/>
</filter_editor>
<panel name="placeholder_panel" follows="all" left="5" right="-5" bottom_delta="-360" height="358"/>
</floater>

View File

@@ -39,6 +39,9 @@
mouse_opaque="true" name="Empty Lost And Found" width="128">
<on_click filter="" function="Inventory.EmptyLostAndFound" userdata="rename" />
</menu_item_call>
<menu_item_call label="Open in New Window" name="Open Folder In New Window">
<on_click function="Inventory.DoToSelected" userdata="open_in_new_window"/>
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="New Folder" left="0" mouse_opaque="true"
name="New Folder" width="128">
<on_click filter="" function="Inventory.DoCreate" userdata="category" />