Feature request: Add an option to open inventory folders in a new separate window
This commit is contained in:
@@ -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>
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user