- remove new editor window from window menu

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9964 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 2ca9775aef
commit bb16ed6cfc
  1. 1
      sdk/jme3-core/src/com/jme3/gde/core/editor/SceneEditorTopComponent.form
  2. 2
      sdk/jme3-core/src/com/jme3/gde/core/editor/SceneEditorTopComponent.java

@ -11,6 +11,7 @@
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
<AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>
</AuxValues>
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout">

@ -28,7 +28,7 @@ autostore = false)
persistenceType = TopComponent.PERSISTENCE_ALWAYS)
@TopComponent.Registration(mode = "editor", openAtStartup = false)
@ActionID(category = "Window", id = "com.jme3.gde.core.editor.SceneEditorTopComponent")
@ActionReference(path = "Menu/Window" /*, position = 333 */)
//@ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration(
displayName = "#CTL_SceneEditorAction",
preferredID = "SceneEditorTopComponent")

Loading…
Cancel
Save