What is the IDE of choice for Erlang development?
I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use Eclipse for Java development.) What is the IDE of choice for Erlang development? ...
I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use Eclipse for Java development.) What is the IDE of choice for Erlang development? ...
I didn't find a question on this while searching SO but if anyone does please tell me. There are alot of questing on the pros and cons of IDE's and what IDE to use for this and that language, like "Why should I use an ide?" and "Are we too dependent on our IDE's?". But as a beginner just starting to understand how to build GUI's with ...
I work in a very large PHP codebase from a Windows box, and I'm looking for an editor with good code browsing capabilities, and one which will scale to a large codebase. I've started using Eclipse PDT for a couple days, and while I like the feature set for the most part, I've found it to be unreliable. It randomly hangs for long period...
Is there a way to improve the intellisense of intellij? I love how visual Studio intellisense works by making suggestions as you type. ...
I'm starting a project e-commerce site with Magento. I've been using the Microsoft Stack for a while now, but I'm excited about working with PHP. Before I really dig in, I need some resources. I've found the tutorials on Magento's site, but they were pretty sparse. I'd like to hear what Magento developers here are doing, so I have a fe...
I am developing a set of TFrame-based components that inherit from one another (as so many who have helped me tremendously along the way already know!), and am running into yet another little "snag," related to packages and installation. I have essentially the following hierarchy: TFrame TBaseFRame TBaseSizeableFrame TViewerType1 ...
Hi, I am trying to setup a development environment for Linux C++ application. Because I'm limited to my laptop (vista) which provides essential office applications, I want to program and access email, word at the same time. I'd prefer a local Windows IDE. SSH to a company linux server and using VI doesn't seem productive to me. Even usi...
What are the IDE's or development tools best suited for projects involving Objective C, C and C++? Is there a common IDE which would support all the three languages. ...
In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely replaces an IDE under Linux and while that's certainly true, it lacks one important feature: autocompletion. I know about Ctrl-N, Exuberant Ctags integration, Taglist, cppcomplete and OmniCppComplete. Alas, none o...
Mathematica's notebook front end has provided a hugely productive next-generation development environment for over 13 years, particularly suited to technical computing but also more widely applicable. What other languages have IDEs that allow code to be typeset and have inline graphics? ...
I want to see which classes are implement from a particular Interface. I know this is possible with the Eclipse by saying "Type Hierarchy View". Is is possible in VS 2008? I guess that it may be possible with Resharper. But without it, is it possible? Any workarounds? Thanks ...
Hello, i've looking for an IDE for MySQL with intellisense, which would help a lot. Any suggestions? Thanks! ...
Hello! Is it possible in Eclipse to create a separate Folder in a package? When select "new --> folder", my eclipse version always creates a package. But i want the new folder to be in the old package. How can this be achieved? Thanks in advance... Patrick ...
Hi All, I have to edit a number of SQL Windows applications that I have inherited. This is not something that i've done before and i'm having trouble finding an IDE or similar (never mind editing the code!) as it seems a number of responsible companies have gone bust in the years since these apps were written, can anybody advise on how ...
What is the best operating system to develop while using C++? I would like the OS that has more tools and software for C++ development. I also want to develop only for the command line, because I find GUI development in C++ to be confusing. ...
In Microsoft Visual Studio 6.0, you could create several files at once by spacing them with double quotes in the "Add files to project" dialog: "Class1.h" "Class1.cpp" "Class2.h" "Class2.cpp" It seems they have removed that functionality since 2003. Now, for every file I want to create, I have to select the file type I want, then name...
I'm trying to find a legend that can help explain the different colors Netbeans uses to describe the state of a file. In my project, some of my files are: grey blue green [colors I have yet to discover] If it helps, I'm using Netbeans6.7 with CVS. ...
Is there a way to get a related file tree for files in eclipse? In other words I want to know ALL possible files changing a particular file could effect. So if I change an image file I want to know all JSPs that reference that image and all servlets that reference that JSP and all other java classes that reference that servlet... etc. M...
As far as I know there's Erlang plugin for NetBeans and Eclipse. Which one has the upper hand at the moment? Are there any other IDE for Erlang which I didnt mention, and how good are they when compare with NetBeans and Eclipse? ...
Is there an Eclipse IDE plugin that can generate workflow of Java code? ...