Is it not possible to just provide the nbms for the original C/C++ support through the update center with a note. I remember installing it on 11.3 with the only glitch that Alt+up/down arrow navigation said no occurrences found.
Introducing a new codebase might bring it's own issues and headaches such as separate installation of language server. Also, is there a wiki page where the integration effort is being documented? I read the Readme on CND branch which mentions copying a bunch of files but does not specify what issues we are facing in integration. Is it license related, API changes or cnd did something weird which is taking time? Or might have missed something. Siddhesh Rane July 17, 2020 2:30 PM, "Jan Lahoda" <[email protected]> wrote: > Hi, > > I believe we are still working on integrating the CND C/C++ support. > > So, I wonder, would a temporary lightweight C/C++ support make sense? See: > https://github.com/apache/netbeans/pull/2234 > > Basically, this has a rudimentary C/C++ project that allows the users to > provide commands for the build/run actions and some additional settings; > syntax highlighting using TextMate grammars; code completion and other > editing support is through the Language Server Protocol, using the ccls > language server, which the users need to provide themselves; and a *very* > rudimentary debugger using gdb (based on the Ant debugger, and gdb > interface from CND). > > It does not have as many features as CND, so this is not fully featured, > but I wonder if it could help at least some of our users until CND is > finished. > > When CND is installed, CND should take precedence in important aspects. At > least that is the idea. > > What do you think? > > Any feedback on the support if welcome as well, of course! > > Thanks, > Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
