Replies: 6 comments 3 replies
-
After downloading source, I'll first build it. See https://netbeans.apache.org/download/nb16/ And there's a section Basically, register the platform you built, create a dummy nbm project and use the platform you built/registered, open the NetBeans module you're interested in (for example You can't open all the NB modules with one command. |
Beta Was this translation helpful? Give feedback.
-
With Ant I can build everything and run. Pity that it is not possible to do the same with Netbeans because expected to use it for finding usages(dependencies) instead of "grepping". |
Beta Was this translation helpful? Give feedback.
-
I can't say I've done most of the steps on @errael link, and haven't registered the IDE as a platform or created a dummy NBM project. It is worth adding it in the Favorites window. I would recommend building the IDE from the command line first, but you should be able to build it by finding the root folder in the Favorites window, right-clicking on For the project you want to look at, find the folder in the Favorites window, right-click and choose Unfortunately this does miss the ability to find usages across the whole IDE, but most of the time the open projects and dependencies scope provides the info I want, and if not there's always |
Beta Was this translation helpful? Give feedback.
-
Thank you guys, I will try. Just want to emphasize that process is not intuitive (obvious) and I guess discourages new developers to contribute. |
Beta Was this translation helpful? Give feedback.
-
I'm frequently working with a plugin (not just any dummy project) which is where these steps come from. And I'll often times use an actually dummy project that uses some NB module development feature; then I can put breakpoints in the dummy module and see how it got there from NetBeans. BTW, If you have a nbm/dummy-module open, right click on it, select @neilcsmith-net thanks for the hint about how favorites/build.xml can be used; I'd forgotten about that stuff. |
Beta Was this translation helpful? Give feedback.
-
NetBeans is module based. The whole NetBeans source is not a project at all. You need to open the module, that you want to work on. If you work on PHP then navigate to the correct subfolder and you will see that there are a lot of projects. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have checked out the source code of Netbeans and would like to open it in Netbeans 16 for running and debugging.
How to do that? Because Netbeans does not see it as a project.
Beta Was this translation helpful? Give feedback.
All reactions