Restored project generator for NetBeans IDE

This commit is contained in:
Ivan Kravets
2023-02-02 18:14:15 +02:00
parent 7c650c2c08
commit 9b4a045413
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ PlatformIO Core 6
* Show detailed library dependency tree only in the `verbose mode <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#cmdoption-pio-run-v>`__ (`issue #4517 <https://github.com/platformio/platformio-core/issues/4517>`_)
* Prevented shell injection when converting INO file to CPP (`issue #4532 <https://github.com/platformio/platformio-core/issues/4532>`_)
* Restored project generator for `NetBeans IDE <https://docs.platformio.org/en/latest/integration/ide/netbeans.html>`__
6.1.6 (2023-01-23)
~~~~~~~~~~~~~~~~~~

View File

@ -67,6 +67,8 @@ setup(
"assets/templates/ide-projects/*/*.tpl",
"assets/templates/ide-projects/*/.*.tpl", # include hidden files
"assets/templates/ide-projects/*/.*/*.tpl", # include hidden folders
"assets/templates/ide-projects/*/*/*.tpl", # NetBeans
"assets/templates/ide-projects/*/*/*/*.tpl", # NetBeans
]
},
entry_points={