ide

Most desired feature of eclipse

What do you think will be most desired feature of eclipse which does not exist yet? ...

Collapsing parts of PHP code in an IDE (Eclipse)

Hi Guys, I am trying to find the best PHP IDE for me on the Mac, I like Eclipse and Netbeans but I for some reason I can't collapse PHP code, it only collapses the HTML parts, I'm guessing that I am missing an option somewhere? Both Coda and TextMate can collapse php code ok but I need code completion and realtime syntax checking. Any ...

XCode IDE Method/Class Definition Drop Down

Does anyone know if there is a way I can get the XCode method/class definitions (which currently sit in a drop down in outline form) list to stay permanently in a window? I'd like to dock it somewhere in order to help me move around in my classes instead of using the drop down menu at the top of the window. Any ideas? ...

Tips on troubleshooting an EStackoverflow exception in the Delphi IDE

I'm running Delphi 2009. When I try to view a form in the form editor I keep getting a stack overflow. So I did what anyone else would do. I used Delphi to debug itself or rather another instance of the IDE. So I know where the overflow is occuring I just don't know what to do about it. There is a custom component on this form that is i...

Eclipse: Frustration with Java 1.7 (unbound library)

I'm having trouble with a brand new project in a brand new installation of Eclipse. Repro steps: Download this version of Eclipse: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr Unzip to c:\program files\eclipse java Launch Eclipse; choose a workspace File > New > Java Project Project name: Hello World. ...

PHP IDE with webservice wsdl Import Support

Recently I have been building a lot of applications that needs to access webservices. I currently use a tool wsdl2php to generate a php Class file from the wsdl file. I was wondering if there are IDE's available that can do the same thing, or at least make it really easy to access/code against the Methods that are available. I currentl...

"Fix similar errors" feature in Netbeans

Hi, everybody. This is a question about Netbeans. In the Tasks panel, can I select some similar errors and fix them all? I remember doing this in eclipse. For example, I have a lot of warnings about not using String concatenation with a StringBuilder, and Netbeans is capable of fixing those errors replacing the String concatenations wi...

Professional Java /JavaScript toolkit

What is a good constellation of tools for developing Java and Javascript web-applications? Editing the code: syntax highlight, code completition, outline. (Java, JavaScript files at one IDE.) JavaScript Debugging. Build process: compiling java classes, compressing JavaScript files, assembling WAR, etc. (Ant tasks, Maven plugins for Jav...

Java IDEs vs Microsoft IDEs

Hi Guys, I come from a strong Java background and in recent years have been also developing in C#. What I can never understand is how far behind (Personal Opinion) the Visual Studio IDE's are in compared with Intelli-J IDEA and Eclipse (Java). There have been improvements by Microsoft from VS 2005 to VS 2008, but I feel they are not q...

How to replace a character by a line break in VS or SQL Server Management Studio

How to replace a character (or many characters) by a line break in VS or SQL Server Management Studio using the Find and Replace dialog? ...

Difference between Project Location and Project Folder in Netbeans?

I'm creating a new project in Netbeans 6.9, and it's asking me for a Project Location and a Project Folder. What is the difference between these? ...

Writing autocomplete plugin for IDE's

As of now , other than visual studio , and netbeans , very few IDE's have given me satisfactory auto complete(or code suggestion?) features. Yeah they do perform to an extent , but i would atleast like to try my hand at making one , that suits to my taste. I have experience in java , c , C++ , C# and have learnt the basics of wxwidgets(...

"Abnormal program termination" bug in the D2007 IDE : is there any workaround ?

I face a very annoying bug in D2007 IDE : It's the second time I have this problem within one month (on two differents computers, but with the same project), and it is a very annoying bug that causes the IDE to close itself without allowing me to save any changes in the code. I tried but cannot reproduce the bug, it only appears random...

Aqua Data Studio: Logs - who changes smth in db: data in table, or changed proc

How can I see logs, using Aqua Data Studio (I'm using MSSql db) - I need to see last change for a concrete table or procedure? And I can't add any security logic - only use default settings. I`m guessing there should be some global log, that is saving all changes, made to db. ...

Move between variables using keyboard shortcuts

Is it possible to move quickly from one place in code to another where variable is used? For example I have variable String strResponse and it used in several places in code. I want to get from one place where variable used to another quickly using keyboard shortcuts. Is it possible? VS has "Find all references" option but that's not w...

Remote development.

Hi, I need IDE for remote debug. Local host on Windows xp and remote is on Linux. I doubts between Eclipse and netBeans EDE. Can anyone give me advice with that? ...

A good editor/add-on for Sproutcore?

Is there a good editor/ide/add-on for sproutcore out there? ...

Which IDE has syntax highlighting, code outline for several languages, collapsible code and FTP remote editing for web development?

I am in dire need of an IDE I'm comfortable with. The closest to perfect I've come in IDEs, and the one I'm currently using, is Aptana Web - which has everything I'd ever want from an IDE except perhaps the most important feature: collapsible code. The features I need in my editor is: Syntax highlighting for HTML, CSS, Javascript and ...

Can I set Visual Studio 2010 Professional up as an IDE for C?

Not C++, not C#, just plain old C for my computer science class. I see options for C#, F#, Visual Basic, and Visual C++, but if there's an easy way to get it to work with C, I'm not seeing it. *"set up as an IDE" in this case, meaning use Visual Studio to compile, debug, and run the written programs via VS2010, just as I've been using ...

Regex for removing part of a line if it is preceded by some word in Java

There's a properties language bundle file: label.username=Username: label.tooltip_html=Please enter your username.</center></html> label.password=Password: label.tooltip_html=Please enter your password.</center></html> How to match all lines that have both "_html" and "</center></html>" in that order and replace them with the same lin...