netbeansPython icon indicating copy to clipboard operation
netbeansPython copied to clipboard

Renaming of a project does not work

Open orat opened this issue 11 months ago • 1 comments

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):

  • OS: ubuntu linux
  • JDK Version [e.g. 22]
  • Python version [e.g. 3.11.8]
  • Netbeans Version: [e.g. 23]

orat avatar Nov 12 '24 14:11 orat