The netbeans tag has no wiki summary.
0
votes
0answers
32 views
Netbeans 7.0.1 > How to get Java as first file type when New File..
How to get Java as first file type when New File.. in Netbeans 7.0.1
It's always Java Cardâ„¢ 3 Platform.
I've looked around in the menus, but is this possible to tweak?
0
votes
0answers
15 views
NetBeans ubuntu font monospaced plane 15 for Eclipse
I use NetBeans IDE for Java web development, and I really enjoy NetBeans Monospaced font for Ubuntu. But now I started using Eclipse for Android projects and I would like to know if there's anyway of ...
0
votes
0answers
8 views
How to change background color of line highlighting during debug process in Netbeans?
how to change background color of line highlighting during debug process in Netbeans?
Tried to change "Highlight Caret Row". No success. It only changes bg color of line where cursor blinks, but ...
2
votes
1answer
108 views
Netbeans color scheme settings
Trying to create Sublime Text environment in Netbeans editor.
The screen below is before moving cursor into any "path"
And after
As you see, bg color of multiple instances changed.
The ...
0
votes
0answers
41 views
Arch Linux - Netbeans: Entering text in prompts does not work
I tried the following java packages:
extra/jdk7-openjdk
aur/jdk
In both cases, when using Netbeans, I cannot type text in several dialogs. If I want e.g. to create a new project I cannot specify ...
1
vote
1answer
35 views
Finding where a variable or object was declared Netbeans
In Netbeans PHP if you control + mouse1 click on an object or variable it will go to the initial declaration, if it's in the same script.
But is there any way to make it go to the initial declaration ...
0
votes
0answers
12 views
Can't create Java Web Application in NetBeans [migrated]
I want to write a java web application using NetBeans 7.0.1, but i can't find the option Java Web in File -> New Project. Do i need to get any special Java edition to do that?
0
votes
0answers
36 views
Netbeans: How to delete file locally but not on remote server?
I created a new project in NetBeans and downloaded the files from a remote server.
Syncing is automatic so if I delete a local file in my NetBeans project it also deletes the same file on the remote ...
3
votes
1answer
59 views
Deleting a folder named <error> in Windows XP
For my job, I switch between Windows XP and Ubuntu, using Netbeans as IDE.
Now, I don't know why, but Netbeans on Ubuntu some times creates a folder named <error>, and places it into the build ...
0
votes
0answers
17 views
How to find the next match in Netbeans project tree search box
If you type some characters in the project tree in Netbeans it highlights the file that contains a partial match. How can we trigger the next match search?
If I have 5 files containing word cycle ...
0
votes
1answer
29 views
netbeans supress or disable system dynamic
while document has been already saved and I press ctrl+s - system dynamic "beep". it infuriates colleagues =(. How to disable it? Maybe it is possible to disable dynamic system-wide?
0
votes
0answers
46 views
Does Netbeans support hints, auto include, etc.. for C++ like it does for Java?
I'm using Netbeans 7.0.1 and last night i installed cygwin so i could see how netbeans behaves for c++ programming.
I noticed it lacked many equivalent features it had for java.
For example
with the ...
2
votes
2answers
53 views
Netbeans destroys hardlinks on save
I am using Netbeans 7.0.1 on a Linux system.
I have a file
module/test.php
and another one
application/module/test.php
Both test.php files are hardlinks of each other.
When I change ...
0
votes
1answer
38 views
How to reapply Zend Framework nature to a netbeans project?
I'm working on a netbeans project with a Zend Framework "nature" on two computer synced by mercurial.
On the first computer, where the project has been created, project is marked as a ZF one and I can ...
0
votes
0answers
20 views
Can I change the mouse button bindings in Netbeans?
Is it possible to change the bindings for mouse4 and mouse5 (the thumb buttons) in Netbeans? I can't find any option in the NB keymapper, nor can I find anything on Google!
I'm using Netbeans v7.0.1.
...
0
votes
1answer
37 views
How to install netbeans on ubuntu
I have just installed Ubuntu for the first time - in a virtual machine. (I don't have much linux experience).
Now I'm trying to install netbeans. I have downloaded netbeans, which seems to be a .sh ...
2
votes
0answers
51 views
Files edited through gvfs using Eclipse and NetBeans getting corrupted. gedit using smb works fine
I'm facing a strange problem. My development machine was recently moved to Ubuntu. When I edit files situated in a network server (LAN) and then save, the files are getting corrupted. In all cases a ...
0
votes
0answers
25 views
How do you make NetBeans detect new source files?
So you're using NetBeans (Don't ask me why). You have a directory full of source files. It's all under git. Now lets say you pull down some new files from somebody else. How do you make those ...
0
votes
0answers
152 views
Netbeans 7.0.1 use 100% processor
My netbeans java program use always 100% of my processor. I've found some page on the web about this question, but i can not to fix it.
I'm running on Ubuntu 10.10, with 2.6.35-30-generic-pae linux ...
1
vote
1answer
53 views
Netbeans 7.x - change editor identation
Is it possible to change the indentation on the Netbeans 7.x IDE editor? I prefer to use a single indentation, but Netbeans always uses 2, which makes some of my PHP files a bit hard to read.
0
votes
2answers
75 views
Netbeans shortcut to minimise all functions?
I recently got into Netbeans. I used to code in Visual studio, so I'm trying to figure out what all the shortcuts are that I used to use in Visual Studio. CTRL-SHIFT-S, for one, is the same. But I ...
0
votes
2answers
199 views
How can I make JDK 7 the default JDK in NetBeans?
I uninstalled JDK 1.6.26, then installed JDK 7 and changed my PATH to point to the new version.
However when I now open NetBeans it shows me this error:
Cannot locate java installation in ...
0
votes
0answers
25 views
Selective highlighting with netbeans
If I am working on a file that has a mix of html and php code for example is there any way to just highlight the php code when I am in a php code block and highlight only the html code when in a html ...
1
vote
1answer
163 views
How do I remove NetBeans IDE from Fedora 15?
I have two version of NetBeans installed in Fedora 15. I am unable to open them for the past three days.
I would like to remove the existing ones completely but they were not installed via yum. How ...
0
votes
0answers
27 views
Will Netbeans react properly to an SVN switch on a project root?
If I "svn switch" to another branch at my project root, will Netbeans realize this? (How about for complex multi-module projects?) Should I close and reopen the project in the IDE to force recognition ...
1
vote
1answer
125 views
How can I get around UAC in Windows 7 / Vista to run tests using Selenium under NetBeans?
I am trying to set-up a test environment for a PHP web application on a windows 7 system. I'm using the NetBeans IDE with the Selenium PHP plugin and PHPUnit installed on a local web server (XAMPP). I ...
1
vote
2answers
70 views
Why does an instance of a program sometimes not merge with his icon on the taskbar?
Allow me to explain by showing you this picture:
As you can see, it is a picture of my Windows 7 taskbar, no modifications made.
Now let's take a look at the right 3 active Icons. You have Navicat ...
0
votes
0answers
647 views
UML support for Netbeans 7?
I downloaded netbeans after seeing http://netbeans.org/features/uml/
But after starting I am not able to create uml project. There is not project type as UML in netbeans 7. and I can't find any ...
0
votes
1answer
108 views
How to use the latest Java from NetBeans 7.0 on TextMate?
Several months ago I downloaded NetBeans 7.0 with All Supported technologies from this page.
I find myself on TextMate more often instead of NB when experimenting Java codes, I open NB maybe once in ...
1
vote
1answer
179 views
How to have the file selected in Project Explorer when focusing on a certain file's tab?
Say I have multiple files opened in Eclipse IDE. I just want Eclipse to show the file in the Project file tree, so I don't have to find it again and again from the left side.
Just like in NetBeans. ...
2
votes
0answers
33 views
Customize netbeans rails module
The Netbeans rails plugin has a simple a project structure:
However, I have encountered the following problems:
I cant access config.ru file
I cant access app/uploaders dir (carrierwave gem)
...
2
votes
1answer
66 views
Mercurial no longer working in NetBeans?
I have been using Mercurial inside NetBeans for a while now.
For the past few weeks now Windows Explorer has been crashing for various reasons, including every time I right click.
Finally someone ...
1
vote
1answer
112 views
No Subversion Plugin Available for netbeans
I think there are missing repositories for netbeans plugins in my installation.
I can't find subversion in my 'available plugins' tab.
Here are my repositories:
...
0
votes
0answers
667 views
GitHub and Netbeans Git Plugin
I'm having trouble using the git plugin (via "Plugin Portal" v 0.2.8). I am really just having trouble in general using this all together.
Does anyone have any suggestions for integrating NetBeans ...
0
votes
0answers
82 views
Netbeans Manual upload
Running Netbeans 6.9.1 in Ubuntu 10.04. Automatic upload of files on save to remote sftp server is working, but if I set it to manual and try to upload with the right click context menu, it won't ...
0
votes
0answers
117 views
Error: unable to open 'libs/mx/mx.swc' Flex in NetBeans IDE
I'm trying to create flex applications with NetBeans IDE, but I have an error
Adobe Flex Compiler (mxmlc)
Version 4.5.0 build 20967
Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved.
...
1
vote
1answer
442 views
netbeans won't start after pc hung while installing plugin
I've just installed a plugin (Python) on NetBeans 6.9 - during that time my Ubuntu Natty nearly froze; unfortunately it seems to do that whenever there are too many file operations
happening.
I now ...
0
votes
0answers
80 views
Mac Netbeans ignores breakpoints
Has anyone gotten Netbeans (7.0) with xDebug breakpoints working locally on a mac? I'm using an MVC Framework (Yii) and the breakpoint works fine on the initial index.php file of the application, but ...
0
votes
1answer
210 views
Installing NetBeans IDE + GlassFish in Dropbox
I want to have my development environment synchronized, so I installed NetBeans 7.0, GlassFish 3.1 and JDK 6u25 in a Dropbox folder.
The IDE works fine after setting up /etc/netbeans.conf:
# ${HOME} ...
2
votes
1answer
59 views
Merging Mercurial conflicts in Netbeans
If you look in the image below..
The top left is my changes:
$static_pages = 'terms|privacy|about|home|media';
The top right is some one elses changes.
$static_pages = ...
0
votes
0answers
439 views
NetBeans 7 javascript & autocomplete
I'm trying to get autocomplete for some custom jQuery plugins but I don't know what is required for NetBeans to pick it up. NetBeans doesn't seem to have this in it's "index" after it's written. Is ...
0
votes
1answer
62 views
Netbeans editor won't expand window to whole screen?
I'm using NB7.0, it used to be working fine, when I open a Java file, I can double click on the file name and expand the file to full screen, then double click the file name again to shrink it so I ...
0
votes
1answer
454 views
Cannot install Netbeans 7 on Windows 7
I'm having problems installing Netbeans 7.0 on my machine. The installer works but then the system suddenly restarts. How do I troubleshoot this one?
Here's what I got:
Problem signature:
Problem ...
0
votes
0answers
111 views
Change Mark Occurrences Color in Netbeans
In netbeans 7 how can I change the background color of the mark occurrences for groovy?
2
votes
1answer
336 views
Using NetBeans for pure HTML/JS/CSS development
Is it possible to use NetBeans to create HTML/JS/CSS projects which can be run by a local web browser instead of a full PHP project which has to be passed through an interpreter?
0
votes
2answers
518 views
How to disable text overwrite mode in Netbeans (CentOS)?
Everytime I type some text, it is overwriting what I have typed. I assume that the mode is set to overwriting,
I want to insert the text not overwrite it, but I can't disable it because my insert ...
0
votes
0answers
306 views
How can I run GDB without root permissions on a Mac?
When I start GDB from the command line I have no problems. But when I start debugging a program from NetBeans (C++), I get this message:
"Type the name and password of a user in the "Developer Tools" ...
2
votes
2answers
402 views
Using NetBeans on Apple MacBook Air
I have just purchased an Apple MacBook Air (2010 Model Top Spec, 4GB RAM, 2.13 GHz CPU, 256 GB SSD) for its extreme portability. I have been using the trial version of Coda but it seems to lack some ...
0
votes
0answers
98 views
NetBeans window on mac keeps crashing when run project
NetBeans window on mac keeps crashing (grey color all over it) every time I run my project (Tomcat/Glassfish) so I need to "reset windows", is there any way to solve this problem
1
vote
1answer
192 views
Add GCC into Netbeans
I want to make programs in Netbeans (C++ language), but Netbeans doesn't detect C++ libraries and compiler.
How can I add GCC into Netbeans?