netbeans-plugins

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 pages.) Please, I'm very curious. ...

recommmendations Java libary for SMS gateway international.

I want to make program it's can send sms to person in other country. I heard using sms gateway international can do it, and cheap (or maybe free). So, i want to know the best library for it . Thx i'm using netbean 6.5 for making program. ...

Fail to install my NetBeans plugin

Playing around with creating a NetBeans plugin but I am making very little progress since the process of installing the module fails. What I am doing is right-clicking on the and choosing the 'Install/Reload in Development IDE' option and it fails with the following exception: Enabling StandardModule:org.willcodejavaforfood.com jarFile:...

Is there a way to autoscroll vertically in NetBeans editor while typing?

I couldn't find this feature in docs and google. I would like to have Netbeans autoscroll vertically 3 or more lines before I reach the bottom of the screen. That is how I've had emacs setup, and it is really hard for me to almost always code in the bottom line of the screen. if there is a third party plugin that I don't know about that ...

Is there a way to center code text in Netbeans to the screen?

I'm trying to emulate my prior darkroom setup I've had with emacs, but with Netbeans. I'm pretty much all the time in alt-shift-enter full screen mode, and then shift-escape to maximize the code editor screen. However, this results in all of the code text editor block, along with line numbers, to be aligned to the left of the screen. Is ...

Where to migrate existing Visual Web Project in Netbeans to?

We currently maintain a JSF application developed using Netbeans 5.5.1 using the Visual Web Designer. Our environment is forcing us to stop using Netbeans 5.5.1 and we now have to find another tool to develop our application in. The problem is that migrating to Netbeans 6.7 we will lose the Visual Web Designer we have grown so accustome...

netbeans - preview html within IDE , split view??

Hi there, I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it.. Does it support HTML preview inside the IDE? Do i need a plugin? I would like to view in design mode at least so i can design in the ide ... All i see is pure html ... any ideas? thanks ...

How do i upgrade a module in a running NetBeans Platform application from commandline or script?

How do i upgrade a module in a running NetBeans Platform from commandline or script? When developing NetBeans Platform Apps in NetBeans IDE it is possible to hot deploy/update modules in a running instance of the application you are working on. How can i do this from ex commandline or an ANT script so i can do rapid development of NetBea...

Python plugin in netbeans manually

Can install python plugin in netbeans 6.7 manually (without Tools/Plugin) ? if yes (with .nbi package ) which url can use ? ...

free memory netbeans plugin

Is there any plugin for netbeans to free memory manualy ? The netbeans 's core has this feature but not complete . ...

How difficult is it to use the NetBeans RCP?

I need to write a GUI for a Java desktop application and I want to use something more / better than Swing. What is the learning curve for the NetBeans RCP like? The learning curve for Eclipse RCP is so bad that it's not worth considering: "Right now, after one week of training, a RCP newbie just touched the very basic things of RCP. T...

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 your class and enter comments, which are added to the source file. It even verifies that there are no parameters you have not accou...

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 tell me about another plugin for Smarty or teach me how to install SmartyEditor? Edit: I use Windows XP SP3 ...

NetBeans Profiler

Does NetBeans profiler work with Eclipse? ...

What is the best Perfomance and Load tool that one can use with Netbeans 6.5 ?

I want load and performance testing for my web application, which is a java application that uses the Jaxws webservices. I found JMeter is the Apache tool that we can integrate with NetBean IDE. Can anyone suggest me best performance and Load test tool that i can use with Netbean IDE?. ...

In Netbeans IDE, desired behavior is when i press b then space, it creates two curly brackets with cursor in middle

when I press b-space for code block it does: { (cursor here) } How can I go about accomplishing this? Thanks. ...

Netbeans re produce Makefile when change options in c/c++ developing

I create new c/c++ project in Netbeans and change Makefile and add -lpthread for work with pthread and run my project .also I need to add some runtime argument from project properties/Run/Arguments . when I change runtime Arguments Makefiles that place at /'project folder'/nbproject/private/Makefile-Debug.mk & Makefile-Release.mk are re ...

how can I connect netbeans(ruby on rails project) with source safe (Vss) ?

how can I connect netbeans(ruby on rails project) with source safe (Vss) ? ...

Adding more source folders to a NetBeans PHP project

Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project? I have downloaded and tested the Java version of NetBeans, and there is clearly possible to add more source folders. But not in the PHP version? ...

Developing Plugin for Netbeans 6.8

Hi all, I would like to develop a plugin for Netbeans 6.8 but I can't find enough tutorials / resources / articles for the same. The only decent reference link I could find was http://platform.netbeans.org/tutorials/nbm-google.html and being new to this, I find that insufficient. I'm looking for either links for better references, or i...