Questions tagged [ide]

IDEs (Integrated Development Environment) are computer programs that facilitate efficient software development by providing features beyond those of a simple text editor.

An IDE (Integrated Development Environment) is a computer program that facilitates by providing features beyond that of a simple text editor. Some typical IDE features are debugger/ support, tools/support, design tools and even performance analysis tools.

An IDE is intended to maximize a developer/programmer's productivity by providing a streamlined interface tuned to the task of software development. A modern full-featured IDE includes advanced features such as preemptive hints (when typing the first character of a variable name, for example), and tools to analyze the program at run-time (such as a debugger).

List of Some Free IDEs

10900 questions
7
votes
4 answers

Stuck at "Hello World" with IntelliJ IDEA 9.0.1 for Scala

I've been using Eclipse since 2.x and IDEs in general for over 20 years (since Turbo Pascal and Turbo C in the late '80s!). (that preamble is supposed to imply, "I'm not an idiot" ... but doesn't sound so smart as I read it... LOL :-] ) Now I'm…
Alex R
  • 11,364
  • 15
  • 100
  • 180
7
votes
7 answers

Is there a Windows IDE that can handle both C and Perl?

I'm using Strawberry Perl which includes MinGW's GCC, I'm also making use of the GNU debugger GDB and Subversion. How can I have a single development environment that would suit this (other than just UltraEdit, the command shell and IE), and how can…
Rob Kam
  • 10,063
  • 14
  • 55
  • 65
7
votes
1 answer

IntelliJ too many files open error

In IntelliJ IDEA 13.1.5 on Ubuntu 14.04 LTS I see an occasional error in large projects that says "too many files open". Interestingly, this refuses to go away and freezes the IDE completely. I've tried the following things to fix it. 1) Modify my…
Jason D
  • 8,023
  • 10
  • 33
  • 39
7
votes
1 answer

Differences between Visual Studio 2010 RC and RTM

I have been using the RC version of VS2010 for a while now. I wanted to know if anyone has a summary of what changed between the RC version and RTM? I just loaded the RTM and noticed some small things different. I searched around but can't find…
Jason
  • 2,701
  • 2
  • 25
  • 35
7
votes
1 answer

How do I get Emacs projectile-mode to ignore most of the files that show up in a virtualenv Cython project?

I'm using Emacs on a virtualenv project with Cython files, and that means that most of the files are not ones I'm editing. In particular, I don't want anything from the user subdir in the project. So far no problems -- -/usr works in the…
Henry Crutcher
  • 2,137
  • 20
  • 28
7
votes
1 answer

VBA: New collection -> A module is not a valid type

I'm trying to use a collection as part of a function, however I keep getting the error: "A module is not a valid type" on compile. Even if the function simply defines a collection, I get the same: Function CountUniqueTags() Dim table As…
andy91
  • 157
  • 2
  • 14
7
votes
4 answers

IntelliJ IDEA Terminal brings his own colors from System?

I configure my IDE to use the installed Git-Bash. Unfortunately both Terminals (Default the Windows CMD and the git-bash sh.exe) have that blue line-background-color. I've already changed the colors in the system native terminal windows. Also I…
EchtFettigerKeks
  • 1,692
  • 1
  • 18
  • 33
7
votes
2 answers

gocode autocomplete doesn't work

I want to use autocompletion, but can't get gocode (https://github.com/nsf/gocode) working. The editor of my choice is Brackets (using https://github.com/David5i6/Brackets-Go-IDE). But I can't get it working with vim+vundle or komodo either. The…
J0-nas
  • 95
  • 2
  • 3
7
votes
0 answers

IDE that can display LaTeX in comments

Is there any C++ IDE that can display LaTeX formulas in C++ comments as formulas? I envision this as a very handy instrument to document code that implements some math, but in order for it to be useful LaTeX code should be compiled and shown as set…
Vasaka
  • 1,953
  • 1
  • 19
  • 30
7
votes
2 answers

VS2013 with ReSharper 8.2 not recognizing Code Contracts?

I have the following software: Visual Studio 2013 Update 2 Code Contracts (1.6.60617.15) ReSharper C# edition (8.2.0.2160) ReSharper Code Contracts (1.0.0.0) When I open a method with code contracts, ReSharper is confused about the contract: It…
Deathspike
  • 8,582
  • 6
  • 44
  • 82
7
votes
1 answer

How to open .pas file from another app in already open Delphi IDE and position to line#

Assuming I have the Delphi IDE open, how can I open a .pas file selected in another app and open it in the Delphi IDE, as well as positioning it to a specific line number? I've seen some editing tools do this. I'm not sure if it's just an option to…
David Schwartz
  • 1,756
  • 13
  • 18
7
votes
2 answers

Are there any tools in IDEs to automatically fix comment formatting?

/* Suppose I have a multi-line comment with hard line-breaks * that are roughly uniform on the right side of the text, * and I want to add text to a line in order to make the * comment a bit more descriptive. */ Now, most unfortunately, I need…
Fragsworth
  • 33,919
  • 27
  • 84
  • 97
7
votes
6 answers

Java Fatal Error: Unable to find package java.lang in classpath or bootclasspath

I'm getting this error Error:java: Fatal Error: Unable to find package java.lang in classpath or bootclasspath in IntelliJ when I try to build/compile any project. Something that should be stated here is that NetBeans, Eclipse and even the javac…
7
votes
6 answers

How can I remain productive with one hand completely immobilized?

I broke my left collarbone and my left hand completely immobilized so I can type only with my right hand (thank God I'm right-handed). As you can imagine my typing speed is greatly reduced. Can anyone suggest a way to overcome this impediment, maybe…
Serge
  • 7,706
  • 5
  • 40
  • 46
7
votes
2 answers

JavaScript syntax check in eclipse

I am developing a RIA application with JavaScript in Eclipse. How can I enable JavaScript syntax check in eclipse?
flybywire
  • 261,858
  • 191
  • 397
  • 503
1 2 3
99
100