ide

Netbeans cannot connect to internet (java.net.ConnectException: Network is unreachable)

Hello, (I'm not sure if this question belongs here or on superuser.com, but it's about IDE so...) So I installed Netbeans with installation bundle from netbeans.org and it can't connect to internet. It can't reload plugin catalog or upload files to FTP. While updating plugin catalog it gives me the error: Unable to connect to the NetBe...

Odd behaviour of casing of a control name in vb6 code

I have a label control on a form named lblTotal During my last commit to the repository I was surprised to see this form's name on the modified list. When I looked through the code I saw that all occurrances of this control's name were now lbltotal, (ie Small t). The control's name itself was lblTotal in the properties window. Furth...

on screen keyboard template software

Hi all, I'm after an on screen keyboard for windows that I can change the keys on so that I have a set of buttons that have thing like 'for' 'while' etc. I would like to then click (actually on my touch screen) on these while I'm editing code and it inserts the text. I'd have thought these would be everywhere but I can't seem to find ...

How do you get full support of zen coding in NetBeans 6.9?

I'm using NetBeans 6.9 with the Zen Coding plugin. I was wondering if there is a way to get the selector support working in NetBeans. Currently typing this: ul#my-list>li*3>a Does not produce this: <ul id="my-list"> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> </ul> ...

Eclipse: Set maximum line length for auto formatting?

I am working with Java. If I hit Ctrl+Shift+F in Eclipse Helios, it will auto format my code. At a certain point, it wraps lines. I would like to increase the maximum line length. How can I do this? ...

Which Scheme IDE's are there?

I am planning on learning Scheme (by following SICP) and afterwards doing a project with this language. However, I was wondering what would be a good IDE for this? I've looked around a bit, but could not really find very much, except something called Edwin? ...

Never hide tabs in Eclipse? I would like to have smaller tabs also...

I cant find anything related in the settings while searching "tabs". I dont care about the hiding feature so much, because I always loose the context, when all the sudden a tab disappears. The order of tabs gets mixed up visually. ...

What Free Open Source IDEs do you use?

I'm Looking for a new IDE to develop on, instead of Eclipse any suggestions? And if you wonder why i wasn't pleased with eclipse it's because the debugger is horrible... ...

Program/IDE to save state of a running program and restore later

I have a simulator written in C++ which reads a file and processes it line by line. This is a time consuming process. I mostly run into rum time errors where the program crashes after 15-20 mins. I start debugging and the program takes the same amount of time to hit the break point I set . I examine a few variables and step through the c...

Editor for html/css/php/js/jQuery

It would be great to have something like intellisense or code auto-complete for php/js/jquery.. I'm using Windows, and I've tried only NetBeans so far, can you suggest another all-in-one IDE ? Thanks in advance, best regards. ...

Best C++ IDE for Mac OS X

Hello, I am just looking for a C++ IDE for Apple's OS X. I currently use netbeans for java but cannot find something as robust as this for C++. Thanks! ...

Essential Java IDE Plugins?

Until JetBrains released IntelliJ 8 or 9 I went nuts without the Identifier Highlighter plugin (highlight other uses of the identifier at your current caret placement), I also went to a talk last night where John Smart recommended Infinitest (runs relevant unit tests whenever you alter a file) which seems like a great plugin. Not sure i...

Is there an IDE for CSS with code validation?

What's a good IDE for CSS that makes validation of the code as you type? ...

Tool or IDEs that can generate dependency trees?

Does anyone know of free tools, IDEs or plugins (preferably for Netbeans or Eclipse) that can generate dependency trees like NDepend for Visual Studio? I am looking for one that does it for PHP, but ideally it would support multiple languages. ...

Eclipse CDT vs NetBeans C++ vs ...

Possible Duplicate: Best C++ IDE or Editor for Windows Hello, everyone. For a long time now, for C/C++ development, I have been using Notepad++ and the command line for compiling C/C++ programs. Now, I want to start using an IDE, and I have tried out quite a few. Currently, I am thinking of either Eclipse CDT or Netbeans C++,...

How to improve the transfer-code-from-mind-to-file effort?

QUESTION OBSOLETE: This question has been re-asked, in a much more condensed form, on programmers.stackexchange. Please vote to have this question closed. Programmers' trade is essentially to write code. Yes, there is a lot more involved than that, but when you really boil down to it, at the end of the day, programmers will have produce...

Aptana: which one is better? Standalone Version or Eclipse Plug-in Version?

hi, i'm new to ubuntu and wanna choose my php/javascript IDE. there is two options for download: Standalone Version and Eclipse Plug-in Version the performance and not being too hight-weight is important to me. which one shall i download? what's the benefit of downloading it as a Eclipse plugin? does it help me to use it be...

How to exclude a folder that is producing warnings/errors in an Eclipse project?

Okay. I'm sick of this problem. This has to have an easy fix, I'm sure of it!! I hope SO can help me to get rid of this once and for all! Question How do we get Eclipse to stop trying to process/compile all files under a particular project directory? The goal is for no errors/warnings to exist in the problems view if t...

Netbeans on MACOSX: menu bar vanished

Hi I have tried both latest and Netbeans 6.8 and I am facing similar problem to this guy: http://forums.netbeans.org/ptopic24545.html ...

The Author column in the CVS history disappeared from Eclipse

It happened since yesterday that the Author column in the CVS history disappeared in my Eclipse IDE. I have gone through all the menus in Eclipse and all kinds of Google search but couldn't figured out how to add it back. Does anyone have a clue on it? I am using the latest Eclipse (Helios) on 64-bit Windows 7. I used the following ste...