Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

State of this Project #154

Open t-oster opened 3 years ago

t-oster commented 3 years ago

Hi, This plugin is way better than the official version from (https://github.com/apache/netbeans/tree/master/webcommon/typescript.editor). It works much more performant and does have the cool Compile button (what about automatically compiling when the ts file is saved?)

But development seems to have stalled since 2018. So what is the idea? Is this project dead? Is it already merged into the current official verison or are there any plans to do so?

NetBeans is my favorite IDE and TypeScript is the best thing Microsoft created in the past, so I would like to see them become best buddies.

wimurk commented 2 years ago

I think it is dead

ghost commented 1 year ago

The validation of downloaded plugins cannot be completed, cause: NBM /Users/.../Library/Application Support/NetBeans/14/update/download/netbeanstypescript.nbm needs unpack200 to process following entries: netbeans/modules/netbeanstypescript.jar.pack.gz NETBEANS 14...

Chris2011 commented 1 year ago

The validation of downloaded plugins cannot be completed, cause: NBM /Users/.../Library/Application Support/NetBeans/14/update/download/netbeanstypescript.nbm needs unpack200 to process following entries: netbeans/modules/netbeanstypescript.jar.pack.gz NETBEANS 14...

This is not directly a problem came from this plugin. The problem is the missing unpack200 package which was removed in JDK 14. So just install an earlier JDK version to install the plugin, after this you can change the JDK to start NetBeans with your JDK of your choice.