Top "Ide" questions

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

ORA-00900: invalid SQL statement- when run a procedure in oracle 10g

I am using Oracle 10g database and trying to run a procedure using SQL commands. create or replace procedure "exam" …

oracle stored-procedures plsql ide procedure
Android Studio 'tools.jar' file is not present in classpath

I downloaded the current version of Android Studio (latest as of 4th July 2013) I also downloaded the JDK version 7u25. …

ide classpath java-7 android-studio tools.jar
Eclipse plugin for Objective-C?

I'm going to learn Objective-C, and I was wondering if there was an eclipse plugin out there to do things …

objective-c eclipse ide eclipse-plugin
Intelli J IDEA takes forever to update indices

Is it normal for Intelli J to take a lot of time (almost 12 hours) to update indices for a project? …

maven ide intellij-idea indexing
Microsoft Visual Studio Change Default Theme

I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there …

visual-studio-2012 ide themes microsoft-metro
What vim plugins are available for Eclipse?

I have found three and would like to know if there are others and what their advantages or disadvantages might …

eclipse vim ide
How to quickly implement/override methods in Eclipse?

If I want to override some methods I currently right-click on the class name, select "Source" -> "Override/impl...". …

java eclipse ide refactoring keyboard-shortcuts
How to change the path of Python in Spyder?

I'm using Debian. I installed Python 3.2.3. The path of Python 3 is /usr/bin/python3. How do I change it in …

python ide path spyder
Using Emacs as an IDE

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the …

emacs ide development-environment slime
Code cleanup in netbeans

Is there something similar to the Eclipse cleanup rules (Preferences > Java > Code Style > Clean Up) in NetBeans? …

java ide netbeans formatting