Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

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
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 ...
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 ...
8
votes
1answer
344 views

Set PHP version in Netbeans 7 for non-project files

I'm editing a PHP file in Netbeans that is not part of a project. Although I have PHP 5.3 installed, Netbeans complains about my use of a lambda function: "Language feature not compatible with PHP ...
8
votes
1answer
2k views

Netbeans and Redmine integration

Has anyone been able to successfully integrate netbeans with Redmine since the new rest API for Redmine has been released? I have read a handful of articles written a while ago that suggest this new ...
4
votes
2answers
136 views

Netbeans - *Easy* way to tell which Netbeans project a file belongs to

I was wondering if there is a way in Netbeans (v 6.8, or whatever) to have the editor tabs colored based on which project the file belongs to? Or some other easy way to distinguish which project a ...
3
votes
1answer
1k views

Error with NetBeans Android plugin

I am currently developing an Android app and i am using Netbeans 6.9.1 and nbandroid 1.0 beta. I have installed Android SDK and configured everything but when i create a simple project and try to ...
3
votes
2answers
309 views

What PHP IDE's support the Facebook XHP extension?

The Facebook XHP extension introduces what are basically XML literals (well, XHTML literals) to the PHP language, allowing syntax like the following: $foo = <div>hello</div>; $foo = ...
3
votes
2answers
302 views

Ada with Netbeans

I downloaded the Netbeans plugin for programming with Ada. However, I dunno how to link the Eclipse to the Ada platform library. What should link to the IDE ? lib,etc,bin ? I dunno what what to do. ...
3
votes
3answers
357 views

Developing Plugin for Netbeans 6.8

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 ...
2
votes
0answers
27 views

subversioning issues in NebBeans 6.9

I am using NetBeans IDE 6.9. I am getting problems with my Netbeans SVN plugin. I am getting this error when trying to update or show changes. org.tigris.subversion.javahl.ClientException: RA layer ...
2
votes
4answers
88 views

Netbeans plugins that help develop better code? - for Java

Can anybody point me to Netbeans plugins that help do better code? I hope to find some plugins that do Java code review and search for: bug patters duplicate code and other types of vulnerabilities. ...
2
votes
1answer
434 views

Is there any integration available for phing with netbeans?

I could not find any phing plugin for netbeans
2
votes
5answers
1k views

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 ...
2
votes
2answers
614 views

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 ...
1
vote
1answer
141 views

How to install Android plugin into the Netbeans IDE?

How do you install NetBeans IDE the Android plugin? Is this link working or any alternative? http://kenai.com/projects/nbandroid/pages/Install When i try i get failure: Also this gives failure: ...
1
vote
1answer
263 views

Netbeans disabled everything & became a simple text editor when i interupted the plugin upgrade process

I switched off netbeans while it was plugins upgrade was in progress & then it has disabled everything. How do I get back everything that was available before ? I trying updating once again but it ...
1
vote
1answer
58 views

Bind Ant target to “Build Project” in Netbeans?

I just started using Netbeans for my PHP projects. I'm using Netbeans mostly for the xdebug functionality. I have a script that I run through the PHP CLI to "build" cached files. Currently the "Build ...
1
vote
0answers
97 views

How to disable the NBGit plugin on Netbeans from automatically adding git version control to all projects?

I´m using Netbeans 7.0.1 for PHP development and after installing the Git plugin (NBGit), all my projects started automatically using the Git version control. I was reading ...
1
vote
1answer
736 views

Google App Engine on NetBeans 7

Is there any pluggin or alternative way to use Google App Engine on Netbeans 7? deploy code completion ...
1
vote
2answers
127 views

How to get git with Netbeans running on MacOS X?

I'm quite sure I've seen git in the Available Plugins section of Netbeans but right now it's not there. Is it just temporarily missing or am I doing wrong? All three standard repositories are ...
1
vote
1answer
558 views

UML Plugin for Netbeans 7.0?

how can i install/add UML plugin to Netbeans 7.0, i can find several ways to install plugin but only for the earlier versions from 6.9 http://forums.netbeans.org/topic28035.html its not working for ...
1
vote
1answer
269 views

Git hub how to add repository to Netbeans?

I'm new to GitHub. I just registered, because my client use it. He added me to repository, so I can see it now on gitHub website. I worked with SVN, but not with Git. I use Netbeans IDE and there ...
1
vote
1answer
65 views

autocomplete in a file without project in netbeans

Is it possible to activate full autocompletion without having the file added to a project? Maybe with a plugin or any another modification? I installed the plugin "remote file systems" for netbeans ...
1
vote
0answers
95 views

Add plugins of Android in NetBeans

I am adding the Android plugins in NetBeans 7.0 on OS X. I had tried to follow the step given in below link: http://gerry.ws/2009/01/1074/how-to-setup-netbeans-for-android-development.html Now the ...
1
vote
1answer
340 views

How to disable task scanning for PHP edition of Netbeans 7

In NetBeans 6.9 I use this , but how to do it in NetBeans 7 ?
1
vote
2answers
314 views

Actions in NetBeans module - context menu, main menu

I am developing NetBeans module and I have declared an action (using annotations, they are translated to layer.xml record) which works with my custom project type (EsperProject class): ...
1
vote
1answer
156 views

Is there any IDE (netbeans preferably) plugins for boost.build?

I find boost.build v2 very interesting and easy to use. Are there any IDE (netbeans preferably) plugins available for this? Off the topic : I tried to register with netbeans community but never ...
1
vote
1answer
396 views

NBGit to remote host with ssh

I´m trying to get that working: clone a git project from an ssh server with NBGit. I get NBGit installed, works well local, but when given the connection parameters I´m not sure what is the right ...
1
vote
1answer
52 views

How do I change the default value of the Port field on the Attach dialog programmatically?

This is the dialog that appears when a NetBeans user selects the 'Attach Debugger...' item from the Debug menu. I want to preset the value of the Port field so users just need to click OK to start ...
1
vote
1answer
189 views

netbeans install drupal plugin failed

I am trying to install Drupal plugins in netbeans 6.9.1, but I get this message about a requested in version >= 1.29.2.8. (release version 1) but only 2.5.10.2 (of release version different from 1) ...
1
vote
2answers
352 views

The UML plugin for Netbeans IDE is generating no results just empty folders!

Please, When i am trying to reverse engineering my project (from .java to UML) under netbeans, I am receiving just a set of empty folders. Any ideas about what possibly the problem can be? I am ...
1
vote
0answers
138 views

Using Hibernate+Derby in Netbeans module

I am developing a Netbeans app/module and I like to use a Derby database in it. I created a separate library handling Derby communication (working well). Then I like to use this library in Netbeans ...
1
vote
1answer
146 views

Netbeans platform vs. Visual Studio Extensibility

it could be that the word versus is too strong for my question but anyway here we go. I have used the Netbeans platform in the past and I was really impressed with it. I haven't tried anything however ...
1
vote
1answer
523 views

GLCanvas and other JOGL classes missing from NetBeans OpenGL Pack?

I'm have horrendous problems trying to get a JOGL program compiling using Netbeans 6.9. I can't seem to find an up to date explanation as to how to do this. When I install the NetBeans OpenGL pack I ...
1
vote
1answer
1k views

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 ?
0
votes
0answers
16 views

netbeans plugin update constantly freezes at 50%

I've been trying to update my netbeans plugins ever since 7.0.1, but I've never been able to get beyond half of the installation bar. It just freezes at around 50% each time. After I close the IDE, it ...
0
votes
1answer
24 views

How to install jVi plugin in jME3 SDK?

I am trying to install jVi into jME3 SDK. When I attempt to manually add them from within the SDK (via tools->plugins->downloaded->add plugins->install), I am unable to press 'Next,' and am told I ...
0
votes
0answers
30 views

How to create a custom text editor in netbeans

I've created a java based language plugin (netbeans module) in Netbeans IDE. But I want to use that plug-in with standalone text editor (java based). I want to create a standalone text editor which ...
0
votes
1answer
81 views

Git plugin for NetBeans 7.0.1 displays unmodified files as modified

For some reason the Git plugin (version 0.2.12.42.1) I use for Netbeans 7.0.1 displays all files as modified, with blue filenames. However, the status of unmodified files are displayed as "-/-" as ...
0
votes
0answers
46 views

how to set my own TopComponent in Netbeans to front from others

I tryed to write my own Netbeans TopComponent used by my Netbeans module app. I want have something like this: After user click on (special) button, plugin runs and open an instance of TopComponent. ...
0
votes
1answer
75 views

How to get text from message text box?

I'm developing mobile application in netbeans and for my application i have to get text from write message box, but i don't know how to get text from message label of sms composer component of ...
0
votes
1answer
40 views

Is there netbeans version of m2eclipse workspace resolution feature?

I colleague of mine uses m2eclipse workspace resolution, and I find it quite productive. I'm wondering is there a netbeans version of mentioned behaviour? UPDATE: definition of m2eclipse workspace ...
0
votes
1answer
54 views

how to increase vm memory for NetBeans plug-in started from NB

I couldn't find info on how to do it. Increasing memory settings for NetBeans itself is the matter of updating /Applications/NetBeans/NetBeans 7.0.1.app/Contents/Resources/NetBeans/etc/netbeans.conf ...
0
votes
2answers
36 views

Is there a way to make NetBeans ensure a newline at the end of a file?

I couldn't find this option in the settings, nor could I find a plugin solving this problem. I googled a lot. Maybe I missed something. Does anyone know how to do it? If it matters, I'm using ...
0
votes
1answer
109 views

How to install Jira Plugin on Netbeans without access to the internet

I am planning to install Jira plug-in for Netbeasns 6.7.1 on a set of workstations. Unfortunately, these workstations are not connected to internet, therefore I cannot use the Netbean’s plugin ...
0
votes
1answer
118 views

How to make Vala available in my NetBeans IDE for autocomplete or What else can be used for Vala to have autocompletes?

I just ran this code, and it looks like nice language for me. But when i was trying in NetBeans IDE i do not see any Vala nor i see any autocomplete availability. Any idea how to make NetBeans IDE ...
0
votes
1answer
87 views

collectd plugin in NetBeans

I'm trying to install the GenericJMX Plugin in NetBeans 6.9. I'm a newbie and I simply can't understand how to proceed with it. This may seem too generic a question but can someone please tell me how ...
0
votes
0answers
54 views

Why can't I install plugin for android development in netbeans?

I'm using netbeans 6.7.1. I followed the instructions from here to install the plugin for android development. I've riched into the step where I should choose 'Android' in “Availalble Plugins” ...

1 2