NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.
46
votes
22answers
8k views
NetBeans Tips and Tricks
I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans.
Here's a few I know and find to be useful:
Removing a package: ...
31
votes
21answers
3k views
Any netbeans features that will make my day?
I've recently gotten quite fond of netbeans for my php work because of the XDebug integration. It has made me all but forget about textmate (which imho still beats netbeans for the little things)
...
28
votes
3answers
9k views
SVN commit error after deleting files locally
I have a project that I am building with Netbeans 6.1 and I am using SVN. I deleted some files on the local machine then attempted to commit my changes to th SVN repository. The commit fails with the ...
28
votes
8answers
5k views
Using both Eclipse and NetBeans on the same project
Eclipse is a really great editor, which I prefer to use, but the GUI design tools for Eclipse are lacking. On the other hand, NetBeans works really well for GUI design.
Are there any tips, tricks ...
28
votes
7answers
20k views
How do I get Haml to work with Rails?
I am trying to get Haml to work with my Ruby on Rails project. I am new to Ruby on Rails and I really like it. However, when I attempt to add an aplication.html.haml or index.html.haml for a view, I ...
27
votes
28answers
6k views
What is the best *free* IDE for Java programming?
There are two free IDEs for Java: Netbeans and Eclipse.
Netbeans seems to have better auto-complete support and compile/debugging support. However, it lacks support for auto-completing ...
25
votes
10answers
15k views
How to select columns in editors and IDEs ( Notepad++ , Kate , VIM , Netbeans , Eclipse, Textpad ,other editors )
How to select columns in Notepad++ , Kate , VIM , Netbeans , Eclipse, Textpad, ...?
for delete or insert or replace some characters.
25
votes
12answers
3k views
To check in, or not check in, the entire Eclipse project?
I'm soon going to check in the very first commit of a new Java project. I work with Eclipse Ganymede and a bunch of plug ins are making things a little bit easier.
Previously I've been part of ...
24
votes
7answers
3k views
Code cleanup in netbeans
Is there something similar to the Eclipse cleanup rules (Preferences > Java > Code Style > Clean Up) in NetBeans?
The cleanup rules in eclipse will allow you to clean things up like organizing ...
22
votes
7answers
10k views
Eclipse PDT vs. NetBeans for PHP development
How does Eclipse PDT compare to NetBeans for PHP development?
I just bought a new computer with Windows 7 and I'm starting to set up a development environment for PHP. Has anyone used both IDEs ...
19
votes
5answers
1k views
Rails 3 RSpec 2 NetBeans integration
NetBeans 6.9 provides a custom Runner class for RSpec to be integrated into the IDE. I'm trying to get my Rails 3 applications specs to be correctly displayed inside NetBeans, but RSpec 2 seems no ...
18
votes
5answers
3k views
Using clojure and leiningen with IDEs
I'm looking at switching my projects build from Ant to leiningen and wanted to know if there is a Clojure IDE (intellij, eclipse, netbeans) for which the "build" and "debug" buttons will still work?
17
votes
3answers
2k views
Netbeans-esque retrospective auto-comment/phpDocumentor tool (for Eclipse or standalone)
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 ...
15
votes
2answers
771 views
How do I customize NetBeans PHP auto DocBlock for methods and attributes?
After I create a method I use /**<enter> to generate the DocBlock. It auto fills the @param and @return for that function.
Example:
/**
*
* @param type $str
* @return type
*/
public ...
15
votes
8answers
13k views
Smarty plugin for NetBeans
I am looking plugin for work with Smarty in NetBeans.
I need coloring of my code and normal syntax analysys.
I could find only this plugin: Smarty Editor, but I could not make it work.
Can you ...
15
votes
9answers
6k views
What useful macros have you created in Netbeans?
I use Netbeans (nightly build) for Ruby on Rails development and I'm looking to beef up my macros. I've created a few myself:
copy identifier:
select-identifier copy-to-clipboard
paste clipboard ...
15
votes
4answers
12k views
Android development with Netbeans IDE
Has anybody had any success with developing for Android platform using Netbeans (5.5+ ) IDE? I know of atleast netbeans one plugin that is supposed to support it but wanted to hear if anyone is using ...
15
votes
12answers
18k views
How to improve Netbeans performance?
Is there a real way to get Netbeans to load and work faster?
It is too slow and gets worse when you have been coding for some time. It eats all my RAM.
I am on a Windows machine, specifically ...
15
votes
17answers
42k views
Java Development on a Mac - Xcode, Eclipse, or Netbeans
I've been using Xcode for the usual C/C++/ObjC development. I'm wondering what are practical considerations, opinions of Xcode, Eclipse or NetBeans usage on a Mac for Java development?
Please don't ...
15
votes
12answers
10k views
Java Desktop application framework
I am working on designing and building a desktop application. I am thinking about using eclipse or netbeans for the base of this application. However, I have never built on either of these ...
14
votes
6answers
476 views
Java equal() and hashCode() based on different fields?
Is there any situation where it makes sense for a class to implement its equals() and hashCode() methods using a different set of the class fields?
I'm asking because I am puzzled by the Netbeans ...
14
votes
5answers
2k views
what should be in .gitignore file for a netbeans java project?
What should be the content of the .gitignore file for a java project in netbeans?
14
votes
8answers
6k views
Has anyone tried NetBeans 6.5 Python IDE?
Has anyone tried the NetBeans 6.5 Python IDE?
What are your opinions? Is it better/worse than PyDev? Do you like it? How does it integrate with source control tools (especially Mercurial)?
14
votes
17answers
14k views
Word Wrap in Net Beans
I'm just learning to code in java. Netbeans is great but I just found there's no way to wrap text in it (or hopefully I haven't found it yet). Is there any way to do this, and if not, is there any ...
13
votes
3answers
3k views
Ruby Dropped in Netbeans 7,how to use it in Netbeans7?
In Netbeans 7 Ruby droped :
Although our Ruby support has
historically been well received, based
on existing low usage trends we are
unable to justify the continued
allocation of resources ...
13
votes
4answers
2k views
Is there a way to stop NetBeans scanning projects?
I don't have much memory on my PC and a pretty weak processor. Although netbeans is by far my favorite IDE it is almost unbearable to use on my present computer because of the project scanning that ...
13
votes
7answers
4k views
Simultaneous Java and Scala development within the same project
I want to leverage the Scala's Actor Framework while I develop the user interface in the familiar Swing way.
Is it possible to have a mixed Java - Scala project in Eclipse, NetBeans or any other IDE?
...
13
votes
1answer
4k views
Moving focus from JTextArea using tab key
As stated, I want to change the default TAB behaviour within a JTextArea (so that it acts like a JTextField or similar component)
Here's the event action
private void ...
13
votes
9answers
3k views
C/C++ Compiler for windows
I'm trying to port a Linux app to windows. Nothing huge, just a small command line utility. However, the last time I worked with C in Windows, it was a 'hello world' app in Visual Studio 6.
I'm ...
12
votes
5answers
2k views
As of 2011: Netbeans 7 or Eclipse Indigo for C++?
This is basically a duplicate of:
Netbeans or Eclipse for C++?
But, that question as 3+ years old, and a lot has changed since then.
I have a large code base with a custom (but Makefile based) build ...
12
votes
3answers
760 views
Eclipse syntax coloring on Netbeans
In first place I want to apologize for my english, it's not very good.
I program Java on eclipse for a while and I want to move to Netbeans.
The problem is that I'm very addicted to the syntax ...
12
votes
1answer
866 views
Generic Typed Inner Classes in Java
I've been learning and experimenting with Java Generics for a while but I have run into something that I cannot explain. Take for example the following code:
public class Question {
public ...
12
votes
5answers
12k views
How can I get jQuery code completion in NetBeans?
I'm using NetBeans for PHP.
When I edit a .js file, it gives me javascript code completion.
How can I get it to also give me jQuery code completion?
12
votes
1answer
779 views
Netbeans scala plugin - no documentation
I have installed Netbeans 6.7.1 with Scala plugin as described here. I got my "Hello World" project to compile and run.
The problem I have now is that there is no documentation available for Scala ...
12
votes
10answers
2k views
Do you have any recommended plugins for Netbeans?
This is a copy of the question : http://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse
But now is for netbeans (I'm not a eclipse lover. CTRL+TAB does not change ...
12
votes
5answers
2k views
How well do Eclipse and Netbeans coexist?
I would like to have both Eclipse and Netbeans (with JUnit) installed on one system, so I can be somewhat familiar with both.
Besides GUI development (see "Using both Eclipse and Netbeans"), are ...
11
votes
4answers
3k views
Which NetBeans projects files should go into source control?
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 ...
11
votes
11answers
4k views
GCC C++ “Hello World” program -> .exe is 500kb big when compiled on Windows. How can I reduce its size?
I just recently started learning C++ - I am using nuwen's version of MingW on Windows, using NetBeans as an IDE (I have also MSDN AA Version of MSVC 2008, though I don't use it very often).
When ...
11
votes
5answers
2k views
Compare and Contrast Java Module/Plugin mechanisms
There are several mechanisms for module/plugin mechanisms:
JSR-277 (now defunct), Project Jigsaw
OSGi
Eclipse plugins (currently built on top of OSGi)
Netbeans plugins
Android apps
Glassfish plugins ...
10
votes
3answers
2k views
Failed to allocate memory: 8
From today, when I tried to run an app in NetBeans on a 2.3.3 Android platform, it shows me that:
Failed to allocate memory: 8
This application has requested the Runtime to terminate it in an ...
10
votes
4answers
3k views
Why should I switch from Netbeans to PHPStorm [closed]
I read a lot of good things about the PHP IDE PHPStorm. Smome of my workmates recommended using PHPStorm instead of Netbeans.
I know, there are some articels about the differences between them.
But I ...
10
votes
4answers
411 views
How do I configure NetBeans to only step through Java code that I've written
Am I missing something? I'm delighted that all that code is there showing how the generic collections work etc. However when I want to simply walk my code I'm forever finding myself going deeper into ...
10
votes
4answers
1k views
Can I use or import an Eclipse formatter in NetBeans?
We have been using Eclipse for a long time. We have formatter for each of our projects. Now, some of us are moving to NetBeans. Is it possible to migrate / sync / import our Eclipse formatter to ...
10
votes
2answers
2k views
Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?
I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create ...
10
votes
1answer
4k views
Add a custom file extension to Netbeans
I am trying to figure out how to add a custom file type to be recognised by Netbeans.
I am editing .tpl files and I would like them to be recognised as PHP/HTML files.
I've looked here and here but ...
10
votes
5answers
5k views
NetBeans PHP code completion
Rrecently I started using NetBeans 6.7 beta for PHP development instead of Textmate and MacGDBp. I am rather amazed with it's feature set and most everything worked out of the box, or was easily ...
10
votes
12answers
15k views
Producing executable jar in NetBeans
I'm using NetBeans 6.5 and for some reason it won't produce executable jar "out of the box".
I set my project to be the main project, defined main class in the project properties "run" menu and it ...
10
votes
1answer
4k views
Is it possible to use VI or VIM keymap in NetBeans?
Vim is my favorite tool for programming in OSX, but my team mate all use NetBeans. Some of them use Eclipse Keymap. Any suggestion plug-in to enable VI command in NetBeans 6.5?
Related:
Does any ...
9
votes
3answers
155 views
Why declare PHP variable type in a comment?
I'm fairly new to PHP, and I just started using NetBeans to develop my PHP code.
Out of the blue, as I entered a variable in a query, a dialog popped up and asked me to complete a comment to hold the ...
9
votes
5answers
4k views
NetBeans doesnt open project from existing sources
I've installed NetBeans 6.9.1 and installed few updates for it (Help -> Check for Updates).
Then i've created a new project from existing sources. After few changes i've closed it. And now i am ...