#212035: making the Inspector Window PERSISTENCE_ALWAYS, so that it is re-open on the place it was last closed, and to prevent a race? condition leading to am empty results window (hotfix for 7.2 beta) release72_beta
authorJan Lahoda <jlahoda@netbeans.org>
Thu, 03 May 2012 18:24:06 +0200
branchrelease72_beta
changeset 22790441d3eb3428ac
parent 227903 b59b9eab6ec2
#212035: making the Inspector Window PERSISTENCE_ALWAYS, so that it is re-open on the place it was last closed, and to prevent a race? condition leading to am empty results window (hotfix for 7.2 beta)
code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.java
     1.1 --- a/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.java	Wed May 02 15:34:45 2012 +0200
     1.2 +++ b/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.java	Thu May 03 18:24:06 2012 +0200
     1.3 @@ -74,7 +74,7 @@
     1.4  autostore = false)
     1.5  @TopComponent.Description(preferredID = AnalysisResultTopComponent.PREFERRED_ID,
     1.6  //iconBase="SET/PATH/TO/ICON/HERE", 
     1.7 -persistenceType = TopComponent.PERSISTENCE_NEVER)
     1.8 +persistenceType = TopComponent.PERSISTENCE_ALWAYS)
     1.9  @TopComponent.Registration(mode = "output", openAtStartup = false, position=12000)
    1.10  @ActionID(category = "Window", id = "org.netbeans.modules.analysis.ui.AnalysisResultTopComponent")
    1.11  @ActionReference(path = "Menu/Window/Output", position = 330)