How to use doxygen with Netbeans - netbeans

I installed "doxygen" for Win7-32bit but I could not integrate it with "Netbeans7.3.1" for Java. Would you please help me Thanks in advance

Enas, I did some research and I believe I know why you can't get Doxygen to work with Netbeans 7.3.1. The short answer it isn't supposed to work with that version.
The solution to the problem appears to be to update to Netbeans 7.4.
I must add that I haven't tried this myself but from the documentation that I read, installing Doxygen for Netbeans 7.4 is easy.
The documentation I found at http://plugins.netbeans.org/plugin/14326/doxygen-integration says " Use 'Tools > Plugins' action from the NetBeans IDE main menu for convenient installation of this plugin."
From what I can tell the only versions of Netbeans that support Doxygen are 6.2, 7.2 and 7.4.
In closing, I have not been able to test this myself. I use NB 8.0.2 and the instructions for 7.4 do not work in 8.0.2.
I hope my research helps you.

Related

Auto save plugin for netbeans 8.2

Is there plugin for auto save feature in netbeans 8.2? I find it from IDE's plugins list but can't find it.
For netbeans 8.1 was a plugin in IDE's plugins list. It was not tested/verified for netbeans 8.2.
I download it(http://plugins.netbeans.org/plugin/63714/autosavemodified) manually and install it by IDE's plugin`s download section. It works well for me in Ubuntu 16.04!
Since you have not quite clarified your question, I assume you're referring to this Netbeans plug-in.
If so, this plugin is not marked as compatible with Netbeans 8.2, that's why you can't find it in the plug-ins list in Netbeans itself.
From my experience, it is possible to manually download and install it in Netbeans 8.1 (even if marked as compatible only with Netbeans 8.0 and lower), but it does not seem to work anymore with Netbeans 8.2 at all and it will work with Netbeans 8.2 also.
Edit:
It was not showing as installed at first, and I could not get it to install when I tried, probably because it was already installed when I imported the 8.1 profile in 8.2 (some non-descript error popped up), but after a while I found it to be working. Not sure what exactly happened... a machine reboot, Java update, another thing?
Anyway, I just wanted to confirm that it seems to work with Netbeans 8.2 without any issues.

Latex and NetBeans

I have NetBeans 8.0.2 EE edition. I'm wondering if there is a latex plugin supported by Netbeans in the same way as Texlipse plugin in Eclipse. I've been searching online about that but unfortunately I couldn't find a good plugin.
Thank you.
I was looking for it
I found this
http://plugins.netbeans.org/plugin/5749/tex-language-support
you have to build de module, I did with the current code, but doesn't work, I will try to see what happened, you can try to do the same
good look
The best plugin I know of is https://kenai.com/projects/nblatex/downloads .
I have used it extensively in the past, however, I have not tried to use it with a version of NetBeans higher than 7 and so I can't say if it works with the latest NetBeans.

Is there a proper step by step guide to installing and using PhoneGap?

Is it just me or the documentation for PhoneGap installation is ridiculous? The steps are all over the place and no clear path to installing and using it. I found a couple of decent guides for use on MAC but nothing that is clear for Windows.
Got frustrated and uninstalled everything, eclipse, cordova, ant, android.
I want to just restart fresh with a clean install. Can anyone show me to a guide which has a step by step guide to windows. Or maybe you could guide me to exactly which are the stuff I need to install for phoneGap to work? For example is ant(apache) even needed? Not every guide mentions it.
I believe over all, the steps includes 2 parts. 1 is installing the various components such as eclipse and so on. 2nd is to interlink all these various components.
Not exaggerating but I've been at this for a week plus now and have looked around for a clear instruction and found nothing. Please help.
PS: If PhoneGap can be installed and linked with NetBeans, it would be great to know exactly how. Tnks.
You have only java, javafx in netbeans because you installed netbeans java edition.
Cordova is in the HTML5 package which is included in other editions like java EE edition or php edition.
In your netbeans version, you have to install the plugin:
Tools->Plugins-Available plugins, check HTML5 and click install.
Then you should be able to use the New project->HTML5->Cordova application.
You will still need cordova, android, ant... but the difference is that netbeans should setup everything for you.
Sorry I can't confirm as I have installed everything before netbeans.

Can anyone tell me why Database options in my netbeans 6.8 seems empty?

Can anyone tell me why Database options under services in my netbeans 6.8 seems empty with no options.
Before installing netbeans 6.8 i've also installed netbeans 7.1 also in my operating system. In netbeans 7.1 i've all database option, but why i'm not getting that under netbeans 6.8?
http://i.stack.imgur.com/PCHiL.png
I don't know the exact answer, but the following link is talking about this issue
Netbeans 6.9.1 Database Empty Nodes
Read it carefully, and apply the solution only if it is related to you.

Eclipse PHP IDE

Similar title but different question to
Eclipse PHP IDE - custom auto complete tags
Possible duplicate of
Getting started with PHP in Eclipse IDE
Doe's anyone know a tool / IDE / plugin in Eclipse for PHP development?
I already try the ZEND PDT but it seems that it has a bug and it doesn't install in my eclipse. I even follow this workaround in installing it but it still doesn't work.
My Eclipse verions is 4.1.2, OS is in Windows XP SP3.
The previous questions doesn't seems to have a solid answer. Please help. Thanks in advance.
Another very good IDE to devolpe in PHP is NetBeans:
http://netbeans.org/
I know you specifically asked for an Eclipse plugin, but let me take the liberty of recommending a non-Eclipse PHP IDE, because it's really good and deserves a mention here: PhpStorm from JetBrains.
If you're very keen on Eclipse, Aptana Studio is a good IDE based on the Eclipse code base.
Pardon a possibly dumb question, but why are you using Eclipse 4.1.2? I suspect that the problem is with a bug in the 3.x compatibility layer in that version.
Unless you have a real need to be using 4.1.2 (and since it was a beta, I'm not sure what that would be...), perhaps try again with 3.7.2, which is the version currently listed on the Eclipse download page[1].
Hope that helps!
[1] http://www.eclipse.org/downloads/