netbeans

Printing entire project

I want to print every source code file in a Rails app (Ruby) and an Android App (Java). Are there plugins for Netbeans, Eclipse or Notepad++ which I can use for this? I don't want to code anything, I just want to click on a menu (or type a command) that says: print every file in this project (with the syntax highlighting provided by the...

ReSharper-like addon for NetBeans

Hello, is there any ReSharper-like addon for NetBeans (preferably 6.8)? I'm using NetBeans for PHP. I need following features: add some kind of code analysis add some intelligent refactoring interface enhance current code completion system add more options to code highlighting Currently I'm using multiple external tools, which aren...

Netbeans: Like XML Syntax-Highlighting

How could I say to Netbeans that it should highlight *.tmx files like they were xml files? ...

Java3d + osx + netbeans

Hi, I have a java3d project that was developed on solaris that I am trying to move onto my macbook for a variety of reasons (1 being that our solaris machines are painfully slow). Basically what I want is to use osx + netbeans for this project but it seems to reference java3d methods that are not included in the outdated version of jav...

how do i open a frame from my menu bar

i've made a menu bar with netbeans. in the menubar i've got file >exit Help >Help F1 >about the problem is i don't know how to link up either help or about to another frame that has everything i want the user to see. can someone please tell me how to go to a new frame once eiher help or about is clicked? thanks ...

in netbeans 6.8 how do you insert an image and change the size of it?

hi. in netbeans 6.8 how do you insert an image and change the size of it? i have tried to insert an image into a label. this allows me to change the size of the label but not the size of the image. thanks ...

Setting maximum width using Matisse GUI builder

I'd like to create a GUI where some of the textfields are resizable horizontaly but maximum width is also specified. For instance the preferred width is 100 pixels, it can be bigger if the window is resized, but the maximum allowed width is 200 pixels. GroupLayout supports this, we can specify the max size in the addComponent method (alo...

Glassfish can't find activerecord-jdbc-adapter

I'm trying to deploy simple Rails app on glassfish v3 and get the following error: org.jruby.rack.RackInitializationException: Could not find RubyGem activerecord-jdbc-adapter (>= 0) Environment details: App is packaged as war using warbler. JRuby 1.4.0 installed locally, with activerecord-jdbc-adapter gem installed. App is configured...

Want to use Dynamic Jasper to make Reports with my Db MYSQL

Hey, i want to Use Dynamic japser to create reports of my database i.e MYSQL. Plus, i want to know that can i send attirbutes to dynamic jasper which a user is going to select from the front end based on XHTML MP and then i want dyanamic jasper to make report on the selected attributs. P.s I m sending selected attributes through servlet ...

netbeans utf8 encoding mess - tool to search for source files according to its encoding and to fix them

I have edited several files ISO-8859-15 encoded php source files with netbeans 6.7.1, but it converted them (without asking me!!!!) to utf-8,and I lost several german characters in that process... I'm looking for a tool to find all the utf8 encoded files inside a directory (It's hard for me to tell which file has been broken). I'd also...

php: auto indent the whole code?

isnt there any software/plugin to netbeans/eclipse that auto indent the whole code after i've inserted it? not just indent when i press ENTER for new function. i want to paste in a code for example without indents and it will auto indent everything automatically since it can recognize what language is used. should save a lot of time. ...

NetBeans (Java Swing): Set window size

This is driving me crazy. When I set an appropriate size for my window in design-mode it just ignores this size and uses something else when I compile and run. Even tough I set the minimumSize and preferredSize it just ignores this... Why? How can I set my own size? ...

How to improve Netbeans for ruby slow performance?

I am developing Ruby application with Netbeans because of its automatic code completion and its inline help system. But when Netbeans try to autocomplete the source code while typing, the typing looks like stopped. Is there any way to improve this experience? Maybe by disabling the code completion, inline help system, syntax highligh...

PHP with Netbeans or Eclipse?

I'm not looking for a "religious discussion" here, but I want to know the Pros and Cons of both development environments. I'm on the Mac, btw. ...

NetBeans and PHP on the Mac: How to set it up?

I'm new to this and want to start coding PHP with NetBeans. Is there a step-by-step instruction on how to set this up? ...

Do I really need the Java Development Kit (JDK) when I want to develop PHP with NetBeans on the Mac?

The NetBeans people say that I need a Java Development Kit (JDK) 5 or 6 when I want to develop PHP with NetBeans on the Mac... see: "To complete this tutorial, you need the following software and resources." Now that sounds very strange to me. Must I really get that and spend some hours installing it? Why? What does Java have to do wit...

Where can I download Xdebug for PHP and Mac OS X?

I went to the xdebug site, but I can't find a mac download. http://www.xdebug.org/download.php Did I miss something? NetBeans tells me to get xdebug for setting up an PHP development environment on the mac. ...

Is there an free alternative to MAMP PRO?

NetBeans is recommending to use MAMP for Apache + MySQL + PHP on the Mac. There's a MAMP and a MAMP PRO. The MAMP is actually nothing more than a collection of open source libraries and stuff like PHP, MySQL, etc. in one big directory that goes to /Application/MAMP/. It comes with a little GUI to start/stop the server and to do some very...

NETBEANS find method calls

In netbeans how can i find out where methods are being called - i have one particular method in a big project ad cant find where its being called thanks ...

What's the difference between Project Folder and Source Folder in Netbeans?

For me, both things are exactly the same. What's the point of these? Where's the difference between Project Folder and Source Folder? ...