project group of all NetBeans modules for refactoring

2022-10-04 Thread Ernie Rael
Inspired by @mbien to setup for doing some jackpot (declarative refactoring) across all of NetBeans, I used two scripts to set up a project group with all the projects. Here they are in case someone might find them useful. They don't find gradle or maven projects (AFAIK). Run them like the

Re: [External] : Re: [DISCUSS] Future of cpplite projects

2022-10-04 Thread Michael Bien
On 04.10.22 22:01, antonio wrote: Hi, I can't tell if this would work on a running NetBeans instance, though, because cpplite.editor is loaded through the general classloader under certain circumstances [1]. It seems "cpplite.editor" is also required for OpenJDK debugging? This isn't a

Re: [External] : Re: [DISCUSS] Future of cpplite projects

2022-10-04 Thread antonio
Hi, I can't tell if this would work on a running NetBeans instance, though, because cpplite.editor is loaded through the general classloader under certain circumstances [1]. It seems "cpplite.editor" is also required for OpenJDK debugging? We could also release cnd in a "NetBeans C++

Re: [External] : Re: [DISCUSS] Future of cpplite projects

2022-10-04 Thread Geertjan Wielenga
Well, maybe on installing CND, the CCPLITE modules should get uninstalled and vice-versa. Gj On Tue, Oct 4, 2022 at 9:38 PM antonio wrote: > > Hi all, > > A quick update on the status of cnd and cpplite. > > 1. Both cnd and cpplite want to register different stuff for the > text/x-c++,

Re: [External] : Re: [DISCUSS] Future of cpplite projects

2022-10-04 Thread antonio
Hi all, A quick update on the status of cnd and cpplite. 1. Both cnd and cpplite want to register different stuff for the text/x-c++, text/x-c, text/x-h, etc. mimetypes. 1.1. I tried to create "text/x-c++-cpplite", "text/x-c-cpplite" (etc) mimetypes by trying to see if a FileObject belongs