pkirkham commented on PR #8908:
URL: https://github.com/apache/netbeans/pull/8908#issuecomment-3924182198

   > I had trouble disabling this feature, as it's irrelevant in my Netbeans 
app. I share my solution here, it might help others.
   > 
   > In my layer.xml:
   > 
   > ```
   >     <folder name="Preferences">
   >         <folder name="org">
   >             <folder name="netbeans">
   >                 <folder name="modules">
   >                     <file name="favorites.properties" 
url="favorites.properties"/>
   >                 </folder>
   >             </folder>
   >         </folder>
   >     </folder>
   > ```
   > 
   > And I added a `favorites.properties` file in the same directory than xml 
with `initial-open-done=true`
   
   Confirming that this works in my NetBeans platform application too. 
Favorites is no longer opening at first application startup. Thanks for the 
explanation @jjazzboss 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to