raydac / netbeans-mmd-plugin

Free mind map editor with plug-ins for both NetBeans and Intellij
Apache License 2.0
383 stars 46 forks source link

NB23 - mind up files done open in text editor after deactivating and activating the plugin #124

Open manikantannaren opened 3 days ago

manikantannaren commented 3 days ago

Environment Product Version: Apache NetBeans IDE 23-rc3 Java: 21.0.3; OpenJDK 64-Bit Server VM 21.0.3+9-LTS Runtime: OpenJDK Runtime Environment 21.0.3+9-LTS System: Mac OS X version 14.6.1 running on aarch64; UTF-8; en_IN (nb)

Steps :

  1. Install plugin
  2. Create a mind map file
  3. if not opened, open mind map file in editor
  4. Edit file (add child, edit texts etc)
  5. save file
  6. Deactivate plugin (Tools|plugins|installed|NB Mind Map -> select and deactivate)
  7. Let NetBeans restart
  8. Open the mind file created in step 2(if not opened by default)
  9. Activate plugin (Tools|plugins|installed|NB Mind Map -> select and Activate)
  10. Close file
  11. Open file

Expected Behaviour: File is open in mind-map editor Actual behaviour: File opens in text/plain editor

raydac commented 3 days ago

If you rebooted IDE after deactivation, why didn't you reboot after activation? plugin should work automatically after activation without IDE restart?

manikantannaren commented 2 days ago

On deactivation it provided options to restart IDE. IDE did not ask me to restart on plugin activation., which in turn I understand means plugin is ready for use without a restart