I'm trying to build an application in PHP using my Ubuntu laptop. I'm having a hard time, however, finding an IDE that fits my needs. My ideal IDE would have the following features:
Code folding
Easy code snippet creation that is assignable to a shortcut key
Code organization
Unit Testing
Debugger
Netbeans fits most of these requir...
Is there any way i could write MSYS commands inside netbeans IDE. IDE does compile c++ files using MSYS isn't it? And then it shows the output errors or warnings and stuff. Please answer.
...
Hi,
I have an image processing C program which uses OpenCV library. I was developping this with Visual Studio 2008 until this happened. So I moved the whole project to netbeans(6.9) and MinGW.
I have configured netbeans to use OpenCV libraries as guided in this blog.
But when I run the program it gives this error " The application fa...
So, I started programming in DirectX11 today, I've had a lot experience with coding, but not specifically DirectX, so I went and look at some tutorials. All was going swell, I could initialize a window, set a background color, but then as soon as I tried to define a shader and draw an object, it just crashes on load. This code is extreme...
Hi,
I am trying to create a DLL to use it with Java JNI. I am using Netbeans C/C++ plugin to create the dll.
but after compile i am getting the following error (.o objects already created)
any idea? am i missing something?
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
make[1]: Entering directory `/c/p...
I'm using Netbeans 6.9 , and I have looked into editing the build.xml file so that I can include directories and files in the jar file that results from building the project.
So my question is How do I modify the build.xml file to put other folders in the jar?
I have the following directory structure for my project
ProjectDir/
/imag...
I use NetBeans as my php ide and I have seen @version tags in the docblock that look like this:
@version $Id someinfo and timestamp
Does NetBeans have a way to automatically update this with each commit? Or am I missing the point entirely of this tag?
...
I'm using Netbeans 6.9.1 and php code completion hints don't see the new code I modified, it only refresh at restart.
For example if I add a constant to a class, it don't appear in the code completion, but if I restart nb, then it appears.
Any fix or way to avoid this?
...
Hi,
I'm building an interface using glade and gtk programming on c using netbeans. I've set up my project following http://zetcode.com/articles/netbeanscdevelopment/. I even added libgmodule2-0.so and libglib2-0.so to the linker options of netbeans. When I run i get the warning Gtk-WARNING Could not find signal handle. When I close the...
i am using netbeans 6.7.1 and apache tomcat server 7.0 but when in tried to deploy my servlet application it gives following errors
Deployment is in progress...
deploy?config=file%3A%2FC%3A%2FDOCUME%7E1%2FBadr%2FLOCALS%7E1%2FTemp%2Fcontext6286056025186380410.xml&path=/iEHR
http://localhost:8080/manager/deploy?config=file%3A%2FC%3A%2FD...
Hi,
I'm using some apache libraries in my code. At the moment I'm hitting a variety of problems that I need to debug. However the problem is when I pass data into one of said Apache libraries, when I try to step into the method call using netbeans it simply does the processing in the background and doesn't step into the code I want to ...
I'm having some issues with a third party library that I'd like to step into. Netbeans provides a "Download Sources" option when the libraries node is right clicked. This downloads the sources from svn correctly, a source icon is attached to the dependency node, all is peachy. However, when I open one of the classes it gives me a generat...
Is there a VIM like Desert Theme for NetBeans - A NetBeans Desert Color Scheme
I think VIM Desert Theme is simply Perfect
I couldnt find any Desert Scheme for NetBeans
...
NetBeans is by default better than Eclipse (imho) in detecting code smells, but the Unnecessary Code Detector for Eclipse seems to find more dead code and code that sould be improved. Is there something comparable for NetBeans or is there a Maven plug-in?
...
Theres some way to do Netbeans 6.9.1 autocomplete XSL tags?
...
Hey,
I am developing on Web Application in Netbeans6.8 and Using Jboss server to Deploy my application. I am able to run the project properly but after some time i get tgis error
java.lang.OutOfMemoryError: PermGen space :
after that i have to restart my JBoss server. Some time i need to restart my Netbeans IDE
Can any one tell me t...
I have been struggling trying to test a super simple EJB project in netbeans. i have tried several examples form my java book, and an even simpler example i found online (http://javadude.wordpress.com/2010/02/22/tutorial-most-simple-test-application-for-embedded-glassfish-netbeans-hudson/). this is a super basic EJB that only just adds...
There is any way to see the function auto completion code? For example:
$a = test("cat", false, false, false, true, true, false, true);
In PhpDesigner if I put the mouse over the third "FALSE" I see the auto completion code and the variable name defined in the method declaration.
...
There is any way to set them in auto completion code in lowercase? Automatically they appear in UPPERCASE, I know that constants are defined in UPPERCASE but I prefer lowercase for them.
...
I install :
netbeans 6.9 on 'C:\Program
Files\NetBeans 6.9'
xampp 1.7.2 on D:\xampp
i have upgrade zend through pear
I follow the screencast and when clicking the Register Provider button. But I get message like this:
on create config tab
Successfully written Zend Tool config.
It is located at: \Documents and Settings\Permana/.zf....