albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
48 stars 5 forks source link

Renaming of a project does not work #126

Open orat opened 1 day ago

orat commented 1 day ago

Description Renaming of the project folder does not work in the Projects-folder and also it does not work in the Files folder. Doing this in the Netbeans-IDE gives no error but the given new name is not set. To have this functionality is important because in may cases it is needed to checkout a python project from git into a "src" folder. The name src is not specific of the project, so if you have several such repos you found it all named as src in the projects view and you can not differentiate them.

Steps to reproduce the behavior:

  1. Go to the context menu of your project in the Projects-view
  2. Click on rename
  3. Set a new name and finish the dialog
  4. no error occures but the name is not changed.

Expected behavior The projects name should be changed and the names should be saved in the nb-configuration file

Desktop (please complete the following information):

github-actions[bot] commented 1 day ago

Thanks for reporting this issue, we will take a look on ASAP