Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor/Eclipse? In the netbeans implementation:
A dialog pops up and allows you to run
through all the members of your class
and enter comments, which are added to
the source file. It even verifies that
there are no parameters you have not
accou...
Hello good fellas.I'm using netbeans 6.7 on windows.I've been using DerbyClient in my spring test project and i've successfully change the driverClassName from org.apache.derby.jdbc.ClientDriver to org.apache.derby.jdbc.EmbeddedDriver.I was formally browsing through the bd from the service tab of netbeans.Now that i've changed the conne...
When I'm positioning textareas on the screen (with the gui-builder of netbeans), the distance between the first and the second tends to be one (18 pixels), the distance between the second and the third tends to be one too (18 pixels too), but I want both distances to tend to be another (25 pixels). How to do that?
...
Hi there,
Is it possible to add entries to the manifest.mf file of jars generated by netbeans?
to build an osgi bundle for instance.
...
I have my reports in reports\templates\Contractor_Bill.jrxml, reports\results\ which stores the results. It works fine in Netbeans 6.5. But when i copy the dist folder containing exec jar file to a new place n run the jar. It throws this execption. I also craeted the report folder in the new place. Still itz gvin same error. What might b...
Hello!
I'm using Netbeans. Often I need to specify own libraries, used by my
projects. It is very unhandy to maintain them across multiple workspaces.
As far as I understand correctly, Apache Felix, an implementation of OSGI's
module system, could manage such libraries (provide versioning,
automatic dependency resolvability, ...)
If t...
When working on C#, I often do this:
#region Properties
public int Property1{get;set;}
...(more properties)
#endregion
This makes Visual Studio add the option to fold the code inside the region.
Offcourse, you can use regions for anything, it's not limited to Properties or anything at all.
I'm wondering 2 things:
Is this just s...
Hi,
im having a ClassLoader issue.
Since im quite an osgi newby, hopefully the answer isn't that hard :)
I think it has to do with Compile vs. Runtime libraries.
in Netbeans 6.7.1 project properties, the compiletime libs are always propagated to the other categories.. so i can't differentiate there.
When compiling the FelixHost the ...
How do I configure Netbeans 6.7 to use DBUnit? Everything works fine for junit but I can't get DBUnit it work. I placed the dbunit.jar file on my local drive and referenced it in Netbeans under Tools > Libraries and added it in the classpath and the import still will not resolve.
...
Hello!
Is there an option in Netbeans to show icons
not only for errors (which is the default behavior),
but also for warnings on files|packages|... in the "Projects" view?
I have to use the (somehow outdated and inconsistent)
SQE plugin, just to get all warnings together!
...
This is only a minor annoyance but if I can figure this out I'll be very happy.
Is it possible to change the default project directory in Netbeans 6.7? I don't know if it's relevant but I have the PHP Netbeans distro.
Thanks!
...
We normally use Eclipse for a particular Java project, but recently I imported the project into NetBeans to use its dialog building features. Since I'll probably come back to this, I wanted to store the NetBeans project files into version control. However, I don't want to commit files that are "mine" versus "project", i.e., files with my...
I use mostly Eclipse and have played around a little bit with NetBeans. The feature I have missed most is the "link with editor" which Eclipse has but I haven't found in NetBeans. The idea is that if I turn "link with editor" on, the editor window will always be in sync with the tree view on the left side (in Eclipse it's called "package...
Is it possible to create anything similar to Eclipse's "run configurations" in NetBeans? I am working on a huge project which is currently not divided into any subprojects in Eclipse. There are in fact many applications in the project which have their own main-methods and separate classpaths. I know, it's a mess.
I'm considering about ...
Hey, does anybody know of a good way to run a command in the terminal when you startup netbeans in mac osx? Either as an option in netbeans or as a feature of mac osx? I'd like automatically sync my local files with a remote folder on startup of netbeans, so I'd like to run an rsync command when netbeans starts up. Otherwise I forget and...
Once I've attached the Netbeans profiler to a remote JVM, I end up with errors in the server
log post which the application server doesn't start up.
There have been posts like this on the netbeans forum about this too, but the solution to this problem has not been posted yet.
Did anyone out there face this issue and did you manage solv...
Hello!
Netbeans doesn't allow me to specify, which files I want to have additionally
included inside the JAR.
Can I work this around by editing the manifest.mf?
Or by editing build.xml?
What else could be done?
EDIT
I need the files to appear in jar's root (files such as LICENSE.txt
or some exec script), because otherwise they would...
On my mac OS 10.5, in Netbeans 6.7.1, the fonts in my class diagram look very chunky and huge. Can I set the font sizes globally somewhere? I'd like to make them all smaller.
...
I haven't found an apropriate diagram type to make an object diagram. I'd like to visualize my object graphs in the application, rather than class inheritances. Currently I do that with "class diagram" but of course that's not really fine because it looks like they all inherit from eachother. Are there more diagram types for installing?
...
NetBeans supports emacs-style keybindings, but for some reason it uses cmd as the "meta" key instead of alt, which seems to be the standard on OS X. (Terminal.app has a checkbox for "use option as meta key", for example.) How can I switch to using alt/option as the "meta" key for emacs-style keybindings?
...