The netbeans-plugins tag has no wiki summary.
0
votes
1answer
21 views
Error installing netbeans Primefaces CRUD Generator plugin
I am using Netbeans 7.3 with installed Primefaces 3.4. I am trying to install the netbeans Primefaces CRUD generator plugin and i am getting the following error attached:
Please help me in resolving ...
0
votes
1answer
23 views
How do I make readonly file writable in Netbeans
I am using Netbeans 6.9.1.
Whenever I open readonly file and want to edit it I have to go to file directory manually and remove the readonly flag from properties.
Is there any plug-in or some way ...
0
votes
0answers
16 views
Programmatically Show Revision in History View
I am writing a plugin for netbeans, and I am trying to programmatically open/view a specific revision of a file in the history view/tab of the editor.
I am trying to call an action to show the ...
0
votes
1answer
79 views
Running arduino program in netbeans 7.3
Hi I am using arduino and netbeans in my project. My final work is to switch from arduiino program to java. I managed to install an arduino-netbeans plugin as described here This
My arduino program ...
0
votes
2answers
52 views
Migrated Android App from Netbeans to Eclipse ADT - Will app release be considered as a “new” or “versioned” release?
I previously released an Android app which was built using the Android plug-in for NetBeans.
For the subsequent updated versions, I am using the Eclipse ADT. This is due to a problem I faced with the ...
0
votes
0answers
16 views
Adding a Reference to Another Project from a Plugin Project (Netbeans)
I have a Netbeans module project (the plugin) that needs to use the .jar from a java class library project. Currently, I have simply added the .jar to the "Wrapped JARs" section of the plugin, but I ...
5
votes
1answer
143 views
Is it possible to show in the project view of Netbeans whether a class is public or package-private?
My team would like to be able to clearly see which classes in a package are public. Unfortunately there seems to be no visual indication of this in the Netbeans project view. Is there any way of ...
0
votes
1answer
58 views
Netbeans does not update my Netbeans-Platform application when I modify modules files
I'm currently having troube developing a Netbeans Application on a 7.3RC2 base : I have a few modules of my own, and when I run the application (from the module in netbeans), nothing appears to change ...
0
votes
0answers
115 views
Is there a netbeans autocomplete feature for jquery-ui?
Is there a netbeans auto-complete feature for jquery-ui? I cant seem to find one online? Any suggestions people?
Netbeans auto-completes JQuery but not JQuery-ui.
I am using Netbeans IDE 7.3
0
votes
0answers
18 views
netbeans does not see new bugzilla product
I am using netbeans 7.2.1
I have been successfully using it with an existing project and corresponding Bugzilla product
I have created a new netbeans project and also a new Bugzilla product
...
0
votes
1answer
106 views
Netbeans API: How to save a file, or all files in the current project?
I'm developing a plugin module for Netbeans using the provided API in order to provide support for a new programming language.
I've created an Action in the Context Menu, using the MIME-type defined ...
0
votes
0answers
109 views
AppEngine Plugins for IntelliJ or NetBeans
I see on Google Developer page only AppEngine SDK plugin for Eclipse.
When I do search, I also find plugin for NetBeans ...
3
votes
0answers
129 views
Stylus CSS highlighting plugin for Netbeans?
Stylus CSS pre-processor is awesome but since i used to code in Netbeans, it is hard to code without color highlighting. is there any Netbeans plugin for Stylus available? If any, it'll be perfect!
...
2
votes
1answer
41 views
Adding option “Drupal Project” under “New Project” in Netbeans
Is it possible to add new option under "New Project" in Netbeans so that I can select
New Project >> PHP >> Drupal Project. This will create new project having Drupal files already in it.
Is this ...
0
votes
0answers
19 views
Get the JTextComponent associated with a FileObject or TopComponent
Given an instance of FileObject or TopComponent how would I find the JTextComponent that is used to edit that file.
Ultimately what I want is to get the FoldHierarchy for a given file but the only why ...
0
votes
1answer
31 views
Switching between netbeans files by name
Is there a way in Netbeans, or a plugin, that enables switching between files by name? E.g. entering the name, or part of the name, of the file, and getting a dynamically narrowed list of matching ...
3
votes
1answer
87 views
need help finding comprehensive netbeans plugin development tutorials
I am trying to develop/create a plugin, but I can't seem to find a [good] series of tutorials covering the broad range of topics that are involved in doing so. I have already found the Developer FAQ ...
2
votes
1answer
86 views
Why does my android application crash when I add “android:id”?
I am writing an Android 2.3.3 application and testing it on my Samsung S3 handset. I added a custom view to the application for drawing a graph, and now when I try to run the app on my handset, the ...
0
votes
3answers
91 views
NetBeans RCP lookup analogy with Eclipse RCP X?
I have experience some year with NetBeans RCP. The most amazing thing is Lookup (org.netbeans.lookup) it is Alpha and Omega of whole NetBeans inter-module communication system.
Now I am searching ...
0
votes
1answer
170 views
Cannot run netbeans IDE After Adding python plug in
I added this plug in to my netbeans 7.2 IDE. Then, when I restarted the program and tried to open it again it did not open
as shown in this picture
I tried to restore my Windows system to ...
1
vote
0answers
375 views
Netbeans 7.2 Git Clone ssh
I am running Netbeans 7.2 on Windows 7 and cannot clone a repo. I was previously on Windows XP with Netbeans 7.1 and did not have any issues.
The process that I have always used is to open Pageant ...
0
votes
2answers
69 views
Deploy button to manually redeploy in Netbeans while working with deployOnSave disabled mode
Is there any way to manually redeploy project after making certain changes to source ?
I disabled deployOnSave option in Netbeans to prevent unnecessary redeploys while I make trivial changes in ...
1
vote
2answers
201 views
Replace Netbeans Projects Logical View to Outline View
Context: We are designing a Netbeans Platform RCP based Lua IDE. We have implemented a build system that allows users to easily enable/disable files and add aliases to rename files at buildtime. We ...
1
vote
1answer
254 views
FTP Browser plugin for NetBeans?
For some time now I am looking for a good FTP plugin for NetBeans. I know it has some basic support but you can only use it with one project and involves downloading everything before you can freely ...
0
votes
0answers
33 views
UML diagram form java source Netbeans 7.1 [duplicate]
Possible Duplicate:
Creating UML Class Diagrams in NetBeans 7.1.1
I want to get UML (class diagram first of all) from java source. I saw tutorial how to do it with Netbeans 6.x, followed it ...
0
votes
1answer
60 views
netbeans manifest.mf is read-only because it is inside
I want to change contains of file Meta-inf/Manifest.mf . I try this:
org.openide.filesystems.FileObject projectDirectory = project.getProjectDirectory();
FileObject modulesFileObject = ...
1
vote
1answer
220 views
using netbeans 7.2.1 doing a diff between local and remote
I have a netbeans php project that is local on my PC. I have it setup to save on the remote server "on save". This all works well. I now have a second developer in the mix who is doing the same thing ...
0
votes
2answers
88 views
Building a JUnit test in NetBeans for use with older Java version
I am developing Java software using NetBeans 6.5 IDE (Build 090226) with Maven (4.0.5) using Java (1.6.0_06) on a Fedora system.
I am making an update to some legacy code and I wanted to build a test ...
1
vote
1answer
34 views
Undo actions done prior to netbeans restart
Is there any way to enable undo for actions done, prior to Netbeans restart, after the netbeans is restarted ?
Any plugin support for this would also do fine.
0
votes
2answers
362 views
Netbeans and Subversion committing error
When I try to commit or update or do anything with the subversion inside my NetBeans 6.9.1 an error message comes up and says:
It seems that files you are working with were created with an
...
0
votes
1answer
625 views
Netbeans PHP project - can't create a new one
netbeans noob - first time running ubuntu and ever using netbeans just a heads up..
I can't create a new project in netbeans. I downloaded the plugins i wanted for PHP
When i go to File -> New ...
0
votes
0answers
89 views
Netbeans Team Server plugin port-number/ip connection
I'm trying to use netbeans 7.2 with Team server plugin in my work office, but looks like this plugin works over a port that is currenly blocked by the VPN proxy. I suppose that the port is blocked ...
2
votes
0answers
256 views
How to Install Web Preview Plugin in Net bean 7.2? [closed]
I need to know how to install web preview plugin for netbeans version 7.2.
I couldn't find the default configuration.
-1
votes
1answer
538 views
Plugins for NetBeans 7.2 and some issues that I am facing
I upgraded to NetBeans 7.2 from NetBeans 7.0 yesterday, and I don't see the "Java desktop application" option in NetBeans 7.2 unlike NetBeans 7.0. I googled and found out that it (the framework for ...
2
votes
0answers
408 views
iReport plugin for Netbeans7.2 can't “replace with current document” in JasperServer repository
I am trying to change main.jrxml in JasperReports Server repositiory using iReport plugin for NetBeans today, but it is not working.
NetBeans is throwing the exception:
Error; nested exception ...
0
votes
1answer
147 views
netbeans for c/c++ saying “no compiler found”
I have tried the this tutorial but it did not help me out. I have installed Cygwin and added its C:\cygwin\bin path in my environment variables but nothing happened, still the same error.
and its not ...
0
votes
0answers
126 views
Netbeans twig plugin has wrong indentation after include tag
I have the following twig template in netbeans (I the indentation showed here is the same as netbeans') :
<!DOCTYPE html>
<html>
<head>
<title>{{ at_title ...
6
votes
0answers
681 views
Netbeans 7.2 hangs at “Loading Modules…” [closed]
I recently installed Netbeans 7.2 on Ubuntu 10.04 LTS and wanted to add some plugins. I got prompt to install some updates and agreed. Downloading those updates took quite a long time and I had to ...
0
votes
0answers
143 views
after loading a codeigniter project into netbeans, the routes don't work
I already had an existing codeigniter project, but when creating a new netbeans php project and using an existing source, my routes for the codeigniter website don't work no more.
I can tell ...
1
vote
0answers
196 views
Netbeans plugin for Apache Geronimo 3
Does there exist a Netbeans plugin for Geronimo 3?
I can't get to work the one for Geronimo 2 with a Geronimo 3 installation (which makes sense) and cannot find one for Geronimo 3.
0
votes
0answers
330 views
How to add compass/utilities to the load paths (compass + sass + netbeans)
I am trying to use the sass plugin of Netbeans, my .scss file require the compass library. It work well from the commad line:
compass compile
but in the Netbeans IDE I get the following error:
...
2
votes
1answer
102 views
How can I stage specific lines of file to git in NetBeans?
I'm quite new to using NetBeans and today I faced a problem. I have used to stage only part of files to make better commits.
I have used vim and fugitive plug-in, where I can just move specific lines ...
0
votes
1answer
567 views
VLCJ fails to toggle fullscreen
if i directly use vlcj to show full screen then it's ok,but when i initially set a fixed size and later on the fly set it to full screen then it losts it's rendering,
code:
panel_canvas=new ...
1
vote
1answer
310 views
Netbeans plugin for Sass and Compass
Is there a plugin for Netbeans in Windows that supports both Sass and Compass?
0
votes
0answers
75 views
Netbeans plugin development: on project loaded event [closed]
I am building netbeans plugin that extends the java project.
I want that when a person creates a new project, a bunch of source files will be downloaded for him.
In order to do so i need some kind of ...
1
vote
1answer
36 views
netbean git plugin issue on pulling/reverting and commiting
I am having the following two issues:
1) While I am trying to pull a version from remote git server(assembla), I get a message box as following image screenshot:
Now, when I click for the revert ...
0
votes
0answers
71 views
netbeans plugin javafx download
I installed JavaFX plugin for NetBeans 6.9.1 several months ago. I now can't find this plugin on internet or my computer. Where can I download this plugin again?
5
votes
1answer
120 views
how to connect to php parser in netbeans platform
I am writing a code completion plugin for a PHP library in Java / Netbeans Platform.
I need to find a way to obtain a reference to one of the PHP modules so I can interpret part of the source, anyone ...
1
vote
2answers
276 views
Netbeans keeps on restarting
I've installed the Nokia sdk 1.1 and chose to integrate the sdk with Netbeans IDE. Afterwards I tried closing the Ide but the Ide keeps on restarting and reinstalling the plugins. What can fix be the ...
1
vote
1answer
173 views
A quick way to select a line in netBeans
I am looking for a quick way to select a line in netBeans.
For example for copy and paste. (in vim editor yy yank current line)
