apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 841 forks source link

Missing shell script support #7285

Open terax6669 opened 4 months ago

terax6669 commented 4 months ago

Apache NetBeans version

Apache NetBeans 21

What happened

You used to be able to get support for sh/bash files after installing C++ support, that no longer seems to be the case. It should've always been part of the base ide, not C++ bundle. Now it seems to be completely gone from the IDE? I tried enabling C++ support but that didn't change anything.

Language / Project Type / NetBeans Component

No response

How to reproduce

Open any bash script

Did this work correctly in an earlier version?

Apache NetBeans 16 or earlier

Operating System

Windows 11

JDK

21.0.1

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

No response

Are you willing to submit a pull request?

No

matthiasblaesing commented 4 months ago

If I'm not mistaken cnd.script is the module that offers the support. It is still there, but not yet merged to master yet: https://github.com/apache/netbeans/tree/cnd/cnd/cnd.script

mbien commented 4 months ago

I looked at this before (quite some time ago) and it looked like it would be possible to move the module to a different cluster with only smaller changes needed. However, I didn't pursue this further since doing that before CND is merged back to master would just complicate things unnecessarily.