Skip to content

Commit 9b4a045

Browse files
committed
Restored project generator for NetBeans IDE
1 parent 7c650c2 commit 9b4a045

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PlatformIO Core 6
1919

2020
* 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>`_)
2121
* Prevented shell injection when converting INO file to CPP (`issue #4532 <https://github.com/platformio/platformio-core/issues/4532>`_)
22+
* Restored project generator for `NetBeans IDE <https://docs.platformio.org/en/latest/integration/ide/netbeans.html>`__
2223

2324
6.1.6 (2023-01-23)
2425
~~~~~~~~~~~~~~~~~~

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"assets/templates/ide-projects/*/*.tpl",
6868
"assets/templates/ide-projects/*/.*.tpl", # include hidden files
6969
"assets/templates/ide-projects/*/.*/*.tpl", # include hidden folders
70+
"assets/templates/ide-projects/*/*/*.tpl", # NetBeans
71+
"assets/templates/ide-projects/*/*/*/*.tpl", # NetBeans
7072
]
7173
},
7274
entry_points={

0 commit comments

Comments
 (0)