ide

Best QT ide?

What would be the best IDE to start programming with QT framework? IDE should support linux, windows and have a good mercurial integration. ...

Slow "Find All References" in Visual Studio

I have a VS solution that contains 6 library projects and 1 web folder project. When I try to use the "Find All References" feature on an object or method, it takes more than 6 minutes to finish ! It seems to be refactoring every aspx & ascx file of the web project. Any idea on how to make it faster ? ...

What are some of the things you hate about your favorite editor/IDE?

Similar to What are five things you hate about your favorite language? Name some things that annoy or infuriate you about your favorite editor/IDE. No bashing other editors/IDEs. It has to be your current favorite editor/IDE. ...

How do I configure jEdit for Scala projects?

I'd like to be able to use jEdit to write, compile and test projects written in Scala. How can I configure it to do so? ...

How often would you tolerate your IDE crashing?

I was experimentally trying to switch from coding in vim to coding in an IDE (in this case, Anjuta on Linux), but I found that every time I crashed the IDE, my trust in it went down, until around a crash rate of once a day I trusted it so little that using it was considerably more stressful than using a simple text editor for coding. Ho...

Is there a way to collapse functions and sub-routines for Classic ASP in Visual Studio 2008?

Is there a way to enabling collapsing of functions and sub-routines for Classic ASP in Visual Studio 2008? I'm able to manually go through and specify blocks of code as collapsable, but it would save me a lot of time if there was a way to automatically do this. Otherwise, is there another IDE or text editor that you can think of that s...

Homesite outline profile editor

I've been using HomeSite since Allaire owned it. I started with plain html, then classic asp, now I've been using it for php development for quite awhile but there's a feature I really want and Homesite only seems to do it sometimes. Most IDEs will show a list of functions on a page. Homesite will sort of do this with the Tag Inspector f...

Auto-sync Visual Studio's Class View

Is it possible to have Visual Studio's Class View pane (available under View > Class View) automatically synchronize to current symbol? Basically execute View.SynchronizeClassView whenever the current symbol changes. ...

IDE for C application development that you admire most

I am looking for a good Integrated development environment for developing applictaions in C language for both windows and linux. IDE should have: good interface, easy file management, auto filling and any advanced options. Tell me which IDE you most admire for these tasks For general PC application development For embedded app...

Free IDE for Windows Mobile Development?

It's been a while now since Microsoft stopped supporting Embedded Visual C++ 4.0 (eVC 4), and they don't let you use the Windows Mobile SDK with the Express version of VS 2008. Now, I'm OK because I get an MSDN license through work (including VS 2008 Pro), but I'd like to work on a couple open-source projects, and not all the other cont...

Mysterious cosmetic Visual Studio Editor issue

In the Visual Studio code editor, I sometimes have an extraneous mark on the white background. It's a short diagonal slash, one pixel wide. If I scroll up and down, the mark remains in the same place, more or less as if it was a scratch on the screen. It's sometimes there, and sometimes not. I don't know how to make it appear or disapp...

What are some of the tools used to edit Python files?

I am just a beginner and want to know how to edit Python files. Which applications are used to edit Python files? Thanks for the help in advance. Related questions: Poll: Which Python IDE/editor is the best? What is the best WYSIWYG GUI editor for Python? What IDE to use for Python What IDE would you recommend for Python development? ...

Can a higher edition S60 Platform SDK build for lower?

After installing the S60 3rd Edition FP1 Platform SDK, with the Carbide C++ IDE, you can build programs for phones that support: 3rdE-FP1 but can you also target phones that support the following? 3rdE 2ndE-FP3 2ndE-FP2 2ndE-FP1 2ndE 1stE ...

How does VS2008+ReSharper compare to IntelliJ IDEA?

I used to be a Java user, but I moved into 100% .NET 4 years ago. Having grown accustomed to ReSharper and all the commands it offers, how does it compare to IntelliJ? Both being from JetBrains, I'd imagine they are close - but I haven't used it. (I know I can do that and answer myself, but YMMV.) Thanks; ...

Things possible in Eclipse that aren’t possible in IntelliJ?

I have heard from people who swear by one or the other. Both are full-featured, excellent IDEs. But each has slightly different strengths. This is not meant to turn into a holy IDE war. Please downvote any flamebait answers. Thanks. This is the analog of this question. ...

Clojure IDE on Windows?

How do you develop in Clojure on Windows systems? ...

Possible to view method/function docs in NetBeans (Python plugin)?

I just started trying out NetBeans 6.5 with Python support. I like that the IDE provides the docstring documentation for a function/method in a popup when it's auto-completing, but is there any other way to view docstrings, either by mousing over a function/method name, or clicking somewhere? I just can not seem to find a way to do this....

Concepts required in building an IDE/compiler

When it comes to making an IDE (e.g. SharpDevelop) or a compiler/language parser, what topics of computer science do I need to know? I don't expect a full list of in depth tutorials but just a list of topics which would benefit me in improving. Am I right in thinking a parser has some rules about the syntax/semantics of a language, and ...

Why do I need to restart Delphi 7 to get the debugger to work sometimes.

I've been meaning to ask this question for a while, at least 4 times a day I need to restart Delphi to get the debugger to stop at breakpoints again. Sometimes I can trick it into working again by attaching to the process after a rebuild of the code. But most of the time I can't and it is costing me a lot of time to go back and re-open...

Would rich-text help comment code?

I always wondered why I have to write rich-text code comments a.k.a. pseudo code in a text editor (c'mon, bold, underline!) and come back to the IDE (integrated?) to write the actual program, not to mention ensuring these documents stay near the code. So the question is, What if IDEs allowed rich-text code comments. Would it help anyone...