mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Restored project generator for NetBeans IDE
This commit is contained in:
@ -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>`_)
|
* 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>`_)
|
* 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)
|
6.1.6 (2023-01-23)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
2
setup.py
2
setup.py
@ -67,6 +67,8 @@ setup(
|
|||||||
"assets/templates/ide-projects/*/*.tpl",
|
"assets/templates/ide-projects/*/*.tpl",
|
||||||
"assets/templates/ide-projects/*/.*.tpl", # include hidden files
|
"assets/templates/ide-projects/*/.*.tpl", # include hidden files
|
||||||
"assets/templates/ide-projects/*/.*/*.tpl", # include hidden folders
|
"assets/templates/ide-projects/*/.*/*.tpl", # include hidden folders
|
||||||
|
"assets/templates/ide-projects/*/*/*.tpl", # NetBeans
|
||||||
|
"assets/templates/ide-projects/*/*/*/*.tpl", # NetBeans
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Reference in New Issue
Block a user