Tools GuiProfile Separation.

This effectively duplicates (where necessary) and moves tools specific GuiProfiles out of the core and into the tools.  This will allow future modifications to either the game guis or tools guis that use these profiles to not conflict with each other.
This commit is contained in:
thecelloman 2013-03-18 06:38:48 -04:00
parent 17c750b19a
commit ceff8d72e0
375 changed files with 8124 additions and 8134 deletions

View file

@ -11,7 +11,7 @@
MinExtent = "8 8";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
bitmap = "art/gui/background";
useVariable = "0";
@ -21,7 +21,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "1";
Profile = "GuiWindowProfile";
Profile = "ToolsGuiWindowProfile";
HorizSizing = "center";
VertSizing = "center";
Position = "476 191";
@ -29,7 +29,7 @@
MinExtent = "8 8";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
@ -51,7 +51,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiTextProfile";
Profile = "ToolsGuiTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "10 23";
@ -59,7 +59,7 @@
MinExtent = "8 8";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
@ -74,7 +74,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "46 317";
@ -83,7 +83,7 @@
canSave = "1";
Visible = "1";
Command = "GE_ReturnToMainMenu();";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
text = "Play Game";
groupNum = "-1";
@ -94,7 +94,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "1";
Profile = "GuiScrollProfile";
Profile = "ToolsGuiScrollProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "10 41";
@ -102,7 +102,7 @@
MinExtent = "8 2";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
@ -122,7 +122,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiMLTextProfile";
Profile = "ToolsGuiMLTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "5 1";
@ -130,7 +130,7 @@
MinExtent = "8 2";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
lineSpacing = "2";
allowColorChars = "0";
@ -142,7 +142,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "112 267";
@ -151,7 +151,7 @@
canSave = "1";
Visible = "1";
Command = "GE_OpenGUIFile();";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
text = "Browse";
groupNum = "-1";
@ -162,7 +162,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiTextProfile";
Profile = "ToolsGuiTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "9 244";
@ -170,7 +170,7 @@
MinExtent = "8 8";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
@ -185,7 +185,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "10 267";
@ -194,7 +194,7 @@
canSave = "1";
Visible = "1";
Command = "GuiEditorNewGuiDialog.init( \"NewGui\", \"GuiControl\" );" @ "Canvas.pushdialog(GuiEditorNewGuiDialog);";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
text = "New GUI";
groupNum = "-1";
@ -205,7 +205,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiTextProfile";
Profile = "ToolsGuiTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "9 294";
@ -213,7 +213,7 @@
MinExtent = "8 8";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
//--- OBJECT WRITE BEGIN ---
%guiContent = new GuiControl(GuiEditorNewGuiDialog,EditorGuiGroup) {
isContainer = "1";
profile = "GuiOverlayProfile";
profile = "ToolsGuiOverlayProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
@ -9,7 +9,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "1";
enabled = "1";
@ -31,7 +31,7 @@
anchorLeft = "1";
anchorRight = "0";
isContainer = "1";
profile = "GuiWindowProfile";
profile = "ToolsGuiWindowProfile";
horizSizing = "center";
vertSizing = "center";
position = "357 303";
@ -39,7 +39,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
@ -49,7 +49,7 @@
buttonType = "PushButton";
useMouseEvents = "0";
isContainer = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "228 114";
@ -58,7 +58,7 @@
canSave = "1";
visible = "1";
command = "GuiEditorNewGuiDialog.onCancel();";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
};
@ -68,7 +68,7 @@
buttonType = "PushButton";
useMouseEvents = "0";
isContainer = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "101 114";
@ -77,14 +77,14 @@
canSave = "1";
visible = "1";
command = "GuiEditorNewGuiDialog.onOK();";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
accelerator = "enter";
};
new GuiControl() {
isContainer = "1";
profile = "GuiDefaultProfile";
profile = "ToolsGuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "15 28";
@ -92,7 +92,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
@ -106,7 +106,7 @@
anchorLeft = "1";
anchorRight = "0";
isContainer = "0";
profile = "GuiTextProfile";
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "14 13";
@ -114,7 +114,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
};
@ -132,7 +132,7 @@
anchorLeft = "1";
anchorRight = "0";
isContainer = "0";
profile = "GuiTextEditProfile";
profile = "ToolsGuiTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "103 13";
@ -140,7 +140,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
internalName = "nameField";
canSaveDynamicFields = "0";
@ -155,7 +155,7 @@
anchorLeft = "1";
anchorRight = "0";
isContainer = "0";
profile = "GuiTextProfile";
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "14 44";
@ -163,7 +163,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
};
@ -180,7 +180,7 @@
anchorLeft = "1";
anchorRight = "0";
isContainer = "0";
profile = "GuiPopUpMenuProfile";
profile = "ToolsGuiPopUpMenuProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "103 44";
@ -188,7 +188,7 @@
minExtent = "8 2";
canSave = "1";
visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
internalName = "classDropdown";
canSaveDynamicFields = "0";

View file

@ -1,6 +1,6 @@
%guiContent = new GuiControl(GuiEditorPrefsDlg, EditorGuiGroup) {
canSaveDynamicFields = "0";
Profile = "GuiDefaultProfile";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "0 0";
@ -12,7 +12,7 @@
new GuiWindowCtrl() {
canSaveDynamicFields = "0";
Profile = "GuiWindowProfile";
Profile = "ToolsGuiWindowProfile";
HorizSizing = "center";
VertSizing = "center";
position = "250 210";
@ -42,7 +42,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "top";
position = "100 60";
@ -59,7 +59,7 @@
};
new GuiButtonCtrl(GuiEditorPrefsDlgOkBtn) {
canSaveDynamicFields = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "top";
position = "190 60";
@ -77,7 +77,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "GuiButtonProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "top";
position = "10 60";
@ -95,7 +95,7 @@
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "1";
Profile = "GuiTransparentProfile";
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "center";
VertSizing = "bottom";
position = "-3 20";
@ -107,7 +107,7 @@
new GuiTextCtrl() {
canSaveDynamicFields = "0";
Profile = "GuiTextProfile";
Profile = "ToolsGuiTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "16 10";
@ -131,7 +131,7 @@
Enabled = "1";
Component = "textEdit";
isContainer = "0";
Profile = "GuiTextEditProfile";
Profile = "ToolsGuiTextEditProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "72 11";
@ -161,7 +161,7 @@
Enabled = "1";
Component = "Slider";
isContainer = "0";
Profile = "GuiSliderProfile";
Profile = "ToolsGuiSliderProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "112 14";

View file

@ -6,10 +6,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiDefaultProfile";
profile = "ToolsGuiDefaultProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -38,10 +38,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiWindowProfile";
profile = "ToolsGuiWindowProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -56,10 +56,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiGroupBorderProfile";
profile = "ToolsGuiGroupBorderProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -86,10 +86,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiScrollProfile";
profile = "ToolsGuiScrollProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -109,10 +109,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiDefaultProfile";
profile = "ToolsGuiDefaultProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
internalName = "classList";
@ -132,11 +132,11 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
command = "GuiEditorSelectDlg.selectAllInClassList( true );";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -157,10 +157,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiAutoSizeTextProfile";
profile = "ToolsGuiAutoSizeTextProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -177,11 +177,11 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
command = "GuiEditorSelectDlg.selectAllInClassList( false );";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -195,10 +195,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiGroupBorderProfile";
profile = "ToolsGuiGroupBorderProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -219,10 +219,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiAutoSizeTextProfile";
profile = "ToolsGuiAutoSizeTextProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -240,10 +240,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiCheckBoxProfile";
profile = "ToolsGuiCheckBoxProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
internalName = "retainSelection";
@ -262,10 +262,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiCheckBoxProfile";
profile = "ToolsGuiCheckBoxProfile";
visible = "0";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
internalName = "createSelectionSet";
@ -291,10 +291,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiTextEditProfile";
profile = "ToolsGuiTextEditProfile";
visible = "0";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
internalName = "selectionSetName";
@ -320,10 +320,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiTextEditProfile";
profile = "ToolsGuiTextEditProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
internalName = "namePattern";
@ -345,10 +345,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiAutoSizeTextProfile";
profile = "ToolsGuiAutoSizeTextProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -372,10 +372,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiPopUpMenuProfile";
profile = "ToolsGuiPopUpMenuProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
internalName = "groupList";
@ -390,10 +390,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiGroupBorderProfile";
profile = "ToolsGuiGroupBorderProfile";
visible = "0";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -420,10 +420,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiScrollProfile";
profile = "ToolsGuiScrollProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
@ -443,10 +443,10 @@
horizSizing = "width";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiDefaultProfile";
profile = "ToolsGuiDefaultProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
internalName = "filterList";
@ -465,10 +465,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -489,10 +489,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiAutoSizeTextProfile";
profile = "ToolsGuiAutoSizeTextProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -509,10 +509,10 @@
horizSizing = "right";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -530,11 +530,11 @@
horizSizing = "left";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
command = "GuiEditorSelectDlg.onSelectObjects(true);";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";
@ -551,11 +551,11 @@
horizSizing = "left";
vertSizing = "bottom";
fixedAspectRatio = "0";
profile = "GuiButtonProfile";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
command = "GuiEditorSelectDlg.onSelectObjects(false);";
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "0";
canSave = "1";

View file

@ -851,7 +851,7 @@ function GuiEditorTabBook::onTabSelected( %this, %text, %index )
%sidebar-->button4.command = "GuiEditor.showDeleteProfileDialog( GuiEditorProfilesTree.getSelectedProfile() );";
%sidebar-->button4.tooltip = "Delete Selected Profile";
%sidebar-->button3.setBitmap( "core/art/gui/images/new" );
%sidebar-->button3.setBitmap( "tools/gui/images/new" );
%sidebar-->button3.command = "GuiEditor.createNewProfile( \"Unnamed\" );";
%sidebar-->button3.tooltip = "Create New Profile with Default Values";

View file

@ -88,7 +88,7 @@ function GuiEditorToolbox::setViewTypeAlphabetical( %this )
%className = %classes.getKey( %i );
%ctrl = new GuiIconButtonCtrl()
{
profile = "GuiIconButtonSmallProfile";
profile = "ToolsGuiIconButtonSmallProfile";
extent = "128 18";
text = %className;
iconBitmap = EditorIconRegistry::findIconByClassName( %className );
@ -102,7 +102,7 @@ function GuiEditorToolbox::setViewTypeAlphabetical( %this )
useMouseEvents = true;
className = "GuiEditorToolboxButton";
tooltip = %className NL "\n" @ getDescriptionOfClass( %className );
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
};
%this.add( %ctrl );
@ -171,7 +171,7 @@ function GuiEditorToolbox::setViewTypeCategorized( %this )
%className = %classes.getKey( %n );
%ctrl = new GuiIconButtonCtrl()
{
profile = "GuiIconButtonSmallProfile";
profile = "ToolsGuiIconButtonSmallProfile";
extent = "128 18";
text = %className;
iconBitmap = EditorIconRegistry::findIconByClassName( %className );
@ -185,7 +185,7 @@ function GuiEditorToolbox::setViewTypeCategorized( %this )
useMouseEvents = true;
className = "GuiEditorToolboxButton";
tooltip = %className NL "\n" @ getDescriptionOfClass( %className );
tooltipProfile = "GuiToolTipProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
};
%stack.add( %ctrl );
@ -227,7 +227,7 @@ function GuiEditorToolbox::getOrCreateRolloutForCategory( %this, %category )
MinExtent = "8 2";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
autoCollapseSiblings = true;
@ -236,7 +236,7 @@ function GuiEditorToolbox::getOrCreateRolloutForCategory( %this, %category )
new GuiDynamicCtrlArrayControl() {
isContainer = "1";
Profile = "GuiDefaultProfile";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "0 0";
@ -244,7 +244,7 @@ function GuiEditorToolbox::getOrCreateRolloutForCategory( %this, %category )
MinExtent = "64 64";
canSave = "1";
Visible = "1";
tooltipprofile = "GuiToolTipProfile";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
canSaveDynamicFields = "0";
padding = "6 2 4 0";
@ -306,7 +306,7 @@ function GuiEditorToolbox::startGuiControlDrag( %this, %class )
%dragCtrl = new GuiDragAndDropControl()
{
canSaveDynamicFields = "0";
Profile = "GuiSolidDefaultProfile";
Profile = "ToolsGuiSolidDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = %xPos SPC %yPos;

View file

@ -101,7 +101,7 @@ function GuiEditorTreeView::onDefineIcons(%this)
":" @ // SimGroup2
":" @ // SimGroup3
":" @ // SimGroup4
"core/art/gui/images/treeview/hidden:" @
"tools/gui/images/treeview/hidden:" @
"tools/worldEditor/images/lockedHandle";
GuiEditorTreeView.buildIconTable( %icons );