ide

How to use Grails Dependency cache in IDE?

Is there a way to use the ivy cache grails dependency DSL creates within an IDE like eclipse or netbeans? Or must I manually add all dependencies to the IDE lib folder? I've looked into plugins like ivybeans and ivyde, but they seem to require ivy.xml and ivysettings.xml files, which grails does not produce. ...

Java in Visual Studio 2010?

Is there a way to manage/debug/compile Java projects in Visual Studio 2010? Before you answer, please read this. ...

Who uses IntelliJ for real commercial projects?

Just a simple question: Would you prefer IntelliJ? If so, what are the Pro- and Cons? Thx ...

Pair programming, mixed IDE environments?

Anyone got any experience of teams doing pair programming where there is a mixed IDE environment? I'm a long time IntelliJ user, others use Eclipse, which you may have heard of. In my mind pair programming involves a lot of passing the keyboard between the programmers. But every time I get the keyboard I grind to a halt as I don't know ...

Remote coding and execution with python: what IDE ?

I have been developing a project in python for the last six months, and love the language. But I have yet to find an IDE or text editor that could provide some extra functionality for me. I currently have syntax highlighting which is one of the easiest things to get, but not much more. I am dreaming of having my IDE jump to the line in m...

How to build cross-IDE java GUI's using "interface builders"?

In a Java project with developers that use different IDEs, say Eclipse and IntelliJ, what's the best way of developing visual components using the tools offered by the IDEs ("Visual Editor Project" for Eclipse and "Swing GUI Designer" for IntelliJ)? If a developer using Eclipse needs to make changes to a GUI written by another developer...

Visual Studio design mode don't work at all ... how can I solve ?

Visual Studio ( VSTS 2008 ) design mode work good for long time and from about 2 weeks ago it's suddenly stop view any thing in design mode i tried a lot with trying in another projects even in a simple web page but no way it's doesn't view any thing in design mode ... I think to reinstall VS 2008 again but I don't know if is there any o...

CSS editor with collapsable regions

Is there any way to get Visual Studio to put collapsable regions in CSS files? Or can someone recommend an alternative (free) editor that offers this? ...

IDE pros and cons for J2ME and Android development

I have been tasked with updating my teams dev. environment. This environment will be used to develop and test J2ME and Android mobile applications. I am looking at NetBeans 6.8 and Eclipse 3.6. Do you have any recommendations for why either of these would be good or bad for this? (aka mobile plugin problems, compatibility issues, ease of...

difference between SDK and IDE

I'm a little bit confused about these two terms, can somebody explain what is the difference, for example Eclipse is an example of IDE, there I can edit, debug, compile my program, but the same things I can do with SDK, am I wrong? thanks in advance ...

Code Syntax Highlighting in Delphi 6 (to highlight syntax and ifdef blocks)

Delphi 6 is pretty old, I know. Unfortunately there are reasons why I can't upgrade which I don't want to get into here. My problem is that it's hard to read code. I have the Castalia plugin which helps a bit (parenthesis matching, shows blocks of if, else, end) but it doesn't highlight the syntax like other IDEs do (variables, cons...

Eclipse Plugin or else for coding footnote

I love the Manning In Action Series. One of appealing area is that the code listing inside the book always has a footnote where there is a detailed explanation by a reference number. See below the example: So I'm wondering if there is an Eclipse plugin or online blogging service that allows footnote taking in the source code? ...

How to "force" a file's ISO-8859-1ness?

I remember when I used to develop website in Japan - where there are three different character encodings in currency - the developers had a trick to "force" the encoding of a source file (so it would always open in their IDEs in the correct encoding etc). What they did was to put a comment at the top of the file containing a Japanese ch...

Rational Software Architect: UML to Java transformation: Java Source Code Layout

Hi, I am using IBM Rational Software Architect for creating a UML Model and then transforming it to Java Code. Unfortunately the generated Java Souce Code format isn't the greatest, at least it is not the format I want to use. An example: /** * */ package net.game3.shared.entity; /** * <!-- begin-UML-doc --> * <!-- end-UML-doc -...

Netbeans 6.9 Vertical Line on Screen

Netbeans Vertical Line Screenshot http://www.freeimagehosting.net/image.php?ae2e5aca02.jpg I cannot figure out how to remove this vertical line every time I start Netbeans 6.9 and open any file, it's just right there. I just tried Netbeans 6.9 cause I'm looking for Aptana IDE replacement due to PHP issues. Help...thanks. ...

MonoDevelop -- GTK Designer just shows a blank square?

I am having problems getting the GTK designer to work with MonoDevelop. I tried 2.4 on Arch Linux and it gave this problem. Then I tried 2.2 on OpenBSD and it gives the exact same problem. Both machines are 64bit. Instead of having a window to drag things on I just have a blank square: The tutorials I've seen look similar to this th...

Setting Ant project name without changing build file

We have a Java application and a supporting Ant build.xml file, and the team use the Eclipse IDE. I (and others) have the same application checked out several times, usually different branches. In the Eclipse "Ant" view, I get a list of the Ant projects, but they all have the same name - coming from the 'project' element of the Ant build...

C compiler/IDE for Windows 7?

Possible Duplicate: Best C++ IDE or Editor for Windows What is a good compiler and/or IDE for C that runs on modern Windows systems? ...

How do I change the file that the XSLT template is using in Visual Studio 2010?

I have an XSLT file and the first time I ran it, it asked me for an XML file. How do I get it to let go of that setting and let me choose a new one? ...

Customize the items showing in Context Menu of VS IDE

After installing some plug-ins for Visual Studio, they have added their own context menu options to the context menu of VS IDE. so now when I right click on the IDE, there is a huge list of menu items in its context menu. Is there a way we can add/remove the items that are showing in this pop-up menu of the IDE? ...