ide

How do you handle different Java IDEs and svn?

How do you ensure, that you can checkout the code into Eclipse or NetBeans and work there with it? Edit: If you not checking in ide-related files, you have to reconfigure buildpath, includes and all this stuff, each time you checkout the project. I don't know, if ant (especially an ant buildfile which is created/exported from eclipse) w...

What IDE to use for Python?

Asking as a Python beginner, what IDEs ("GUIs/editors") do others use for Python coding? If you can just give the name (for example, Textpad, Eclipse ..) that will be enough. If it is already mentioned, you can just vote for it. But if you can also give some more comparative information, that will be much appreciated. Update: Result...

ReSharper sluggishness

I like ReSharper, but it is a total memory hog. It can quickly swell up and consume a half-gig of RAM without too much effort and bog down the IDE. Does anybody know of any way to configure it to be not as slow? ...

Adding a guideline to the editor in Visual Studio

Introduction I've always been searching for a way to make Visual Studio draw a line after a certain amount of characters: Below is a guide to enable these so called guidelines for various versions of Visual Studio. Visual Studio 2010 Install Paul Harrington's Editor Guidelines extension. Open the registry at: HKEY_CURRENT_USER\So...

What is the single best free Eclipse plugin for a Java developer

Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those. Some provide useful enhancements, but in a specific niche. I'm not interested in those. Some are great, but cost money. I'm not interested in those. Some were really useful on older versi...

How to Autogenerate multiple getters/setters or accessors in Visual Studio

Before I start, I know there is this post and it doesn't answer my question: http://stackoverflow.com/questions/3017/how-to-generate-getters-and-setters-in-visual-studio In Visual Studio 2008 there is the ability to auto generate getters and setters (accessors) by right clicking on a private variable -> Refactor -> Encapsulate Field... ...

best Java GUI Editor

I know there is nothing called the best Java IDE (eclipse, netbean,...) each one has its own speciality but when it comes the GUI Editor (visual Editor) there are some interesting items out there i would love to know which one is the most recomanded thanks I am not asking for a full IDE, i am sking about any GUI editor or plugin for a...

Is there a good and free ide for c/c++ in linux?

I'm used to work with SourceInsight for windows which works great, shows caller and callee for each function, shows the content of a function the cursor is on and smartly auto-completes symbols across project. I don't feel like falling into the long learning curve of vim/emacs. I want productivity and I want it fast (I don't mean a cons...

Best C++ IDE or Editor for Windows

What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio. ...

C++ Editor, Compiler, Debugger on Windows ( Lighter than Visual Studio)

What would be a good alternative to Visual Studio ? Free or non-free, but a free program definitely makes a better choice. So what do you guys use ? If anything like that exist... ...

Advantages of VS 2008 over VS 2005

Could somebody please name a few. I could given time, but this is for somebody else, and I'd also like some community input. ...

best IDE for ruby on rails

Having moved from java to ruby, I am struggling to find a good IDE for ruby. I used eclipse on java, so I tried Aptana Studio (previously Radrails), but its not even half as good. Currently I am trying out Netbeans for Ruby. Please suggest me the best RoR IDE out there. I believe TextMate is universally accepted as the best editor on ...

How can I highlight text in Scintilla?

I am writing an editor using Scintilla. I am already using a lexer to do automatic syntax highlighting but now I'd like to mark search results. If I want to mark only one hit I can set the selection there but I'd like to mark (e.g. with yellow background) all the hits. I writing this in Perl but if you have suggestions in other languag...

Non Visual Studio F# IDE

Does anyone know of an IDE for F# development that does not involve me shelling out $300? I will gladly move to F# VS Express if they ever release one, but spending money to just get started with a new language is not in my budget. ...

Which IDE is best for C++ ?

DevC++, Visual Studio, Ch, Vim, gedit, what else? ...

Eclipse memory use

Hi, I use the recent Ganymede release of Eclipse, specifically the distro for Java EE and web developers. I have installed a few additional plugins (e.g. Subclipse, Spring, FindBugs) and removed all the Mylyn plugins. I don't do anything particularly heavy-duty within Eclipse such as starting an app server or connecting to databases, ...

Using array parameters in the Eclipse HibernateTools plugin

How can I bind an array parameter in the HQL editor of the HibernateTools plugin? The query parameter type list does not include arrays or collections. For example: Select * from Foo f where f.a in (:listOfValues). How can I bind an array to that listOfValues? ...

Using Vim for Lisp development

I've been using Lisp on and off for a while but I'm starting to get more serious about doing some "real" work in Lisp. I'm a huge Vim fan and was wondering how I can be most productive using Vim as my editor for Lisp development. Plugins, work flow suggestions, etc. are all welcome. Please don't say "use emacs" as I've already ramped up...

Does anyone still code using "notepad" ?

I know we've got all of these nice IDEs out there today. With the way that it intelligently finishes your coding for you or checks syntax as you type - it's cool. But.... for those of us who really love to bang out code in a simple editor , is it still possible to do this AND, if so, is anyone? I am finally migrating over to VS.NET...

Color Themes for Eclipse?

I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along). My current excuse is that it hurts my eyes. I'm currently using the excellent zenburn theme in emacs, and would love to find it for eclipse. However, I find that chan...