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

learn more… | top users | synonyms

-1
votes
2answers
12 views

What is a good development tool for blackbery os 10?

I need to develop an app for blackbery os 10 and os 7.1. What are the supported development-tools for BB OS 7.1 and BB OS 10?
-3
votes
2answers
23 views

Which IDE is developer friendly? [closed]

There are many many IDE for coding. From your experience please share which IDE is developer friendly? Points to be noted about IDE (number of * is proportional to that point's value) ** Is it ...
0
votes
1answer
15 views

which IDE would you use when reviewing source code of huge software?

For the sake of curiosity, I downloaded the jdk source code, thus reading multiple files by opening them in a simple, lightweight editor such as notepad++; I could have used vim if I were on Linux. ...
0
votes
0answers
6 views

Selenium IDE help needed

[error] Unexpected Exception: fileName -> chrome://selenium-ide/content/tools.js -> file:///C:/Documents%20and%20Settings/User/Desktop/selenium-2.25.0/sideflow-master/sideflow.js?1371573471264, ...
0
votes
1answer
12 views

IDE for building extensions in TYPO3

Is there any IDE for developing an extension in TYPO3 V 6.0 + ? I'm using extension builder to develop extensions and FE plugins
0
votes
0answers
12 views

IntelliJ Gradle compiles cleanly yet IDE window reports errors

I have started using the IntelliJ's Gradle integration and I have been able to import an existing Gradle project and get it compiling using the JetGradle view. My issue is that the editor window of ...
0
votes
0answers
27 views

Eclipse creating projects every time to run a single file?

i am a beginner using eclipse CDT. usually in DEVc++ or other lightweight IDE's we can directly open and edit a single .cpp file from desktop and run it. on the other hand i cannot find this simple ...
0
votes
0answers
55 views

What is a good C++ programming IDE for Graphical development [closed]

I'm trying my best to be an aspiring OpenGL programmer but I cant find a nice IDE. I've been trying to use VS2012 but it's very confusing with it's cloudy compiler errors, I've tried devc++ but I cant ...
0
votes
1answer
51 views

How does an IDE verify a written piece of code?

Imagine programming something in Java or C++. You have a file, which is about 5000 lines worth of pure code. Every time you type a single letter, and pause for a split second (think Eclipse or Visual ...
1
vote
2answers
34 views

Simple JavaScript IDE

I am brand new to JavaScript and I would like practice my skills using a simple windows based IDE. While learning I do not want to use any CSS or HTML. I would like if possible to have colour single ...
1
vote
1answer
17 views

What is the best IDE for OpenERP?

I have Question regards best Open Source IDE for OpenERP . Right now i using Eclipse Version: Juno Service Release 2 for OpenERP development purpose . I can't explore the eclipse properties like call ...
0
votes
1answer
24 views

How to set up instant code completion in WebStorm 7 EAP?

I'm love instant code completion, but in my WebStorm 6.02 it doesn't works. Pop-up with options shows after few second, when I've stop typing. Need help ;-( My Settings: OS: Mac OS X 10.8.4 WebStorm: ...
-1
votes
0answers
50 views

What is the best PHP tool chain for large teams and what is the best way to distribute it to them? [closed]

What is the best tool chain and workflow for large PHP teams - extensive applications - not just a XAMP web site. When the team works co-located and remotely on different platforms, i.e., mac, ...
0
votes
0answers
11 views

Assigning keyboard shortcut that does not have a conflict

Jetbrains' IDEs have this plugin called KeyPromoter. It asks you for shortcut key assignment if you press a button multiple times using your mouse. It however, does not suggest a possible shortcuts, ...
0
votes
0answers
14 views

How to get android support library v4 to work with AIDE

I use AIDE, https://play.google.com/store/apps/details?id=com.aide.ui&hl=en, on my Android tablet and when I synced my project, with DrawerNavigation, and added the latest support library and ran ...
6
votes
2answers
37 views

Cause runtime exceptions to be properly ordered with println in console output

A common problem with VM Java console output is that System.out and System.err are not usually synchronized properly, possibly because they are on different threads. This results in mixed up output ...
0
votes
0answers
17 views

android phonegap development bundle?

i'm using dreamweaver cs6 and jqm to develop mobile application. i know that cs6 support online 'compiling' using phonegap build. but most of time i don't have internet connection to do this. so i ...
0
votes
0answers
8 views

Aptana Studio 3 Matching Bracket highlight?

In my Aptana Studio it does not highlight the closing bracket when you select the opening bracket. is there a way to change this setting? Thanks
1
vote
1answer
106 views

Android Studio Can't resolve Gradle project

When moving to a new computer I have lost a drive and now am using a different file path for my programming assets. When I start up one of my previous working projects in Android Studio I run into an ...
0
votes
0answers
8 views

Plugin migration from an old Eclipse version to a recent Eclipse version

I currently use an Eclipse plugin (decomposed in several .Jar files and folders, located in the /plugins repository) which works on an old version (Helios 3.6.2), and I would like to extract this ...
0
votes
1answer
17 views

Is there a GUI designer for Kendo?

Does Kendo have anything for designing placement of controls like Sencha Architect for Ext JS? Not just an IDE like WebStorm that makes typing the JavaScript easy, but one that does drag & drop ...
0
votes
1answer
12 views

IntelliJ IDEA closing unsaved tabs

I know that I can mark unsaved files with asterisk if I check the corresponding check box in settings. But when I close the tab IDEA is not asking me "Do you want to save changes?". Tab is just closed ...
0
votes
1answer
30 views

presentation tool for living-coding demo? [closed]

I'm doing a live coding demo and am looking for some sort of presentation tool to overlay some text (e.g. "Refactoring method xyz") on the screen whilst I work in the java IDE. Does such a tool ...
0
votes
0answers
27 views

dev c gave me some weird errors. I wrote some #defines put each one on a seperate line

dev c++ is buggy. I tried to compile my program. It gave my strange errors on a lines that has several define's on it. 11 #define VAR1 0x0001 12 #define VAR2 0x0002 13 #define VAR3 0x0004 14 ...
0
votes
1answer
342 views

Can't Install Xcode 4.6.2 on OS X Mavericks [closed]

I am unable to install Xcode 4.6.2 on OS X Mavericks. I upgraded from Mountain lion to OS X Mavericks and it was running during that time. I uninstalled it because i thought it was behaving in a ...
0
votes
1answer
33 views

VS 2012 IDE Errors

I have a VS 2010 web application project that i have opened in VS 2012. The problem i'm having is that whenever i edit a code file, the error list will display lines and lines of random errors, it ...
1
vote
0answers
38 views

Why won't my Play application compile on my Mac? [closed]

I'm just getting started on a Play 2 application and am using IntelliJ IDEA 12 as my IDE. My application needs to use some classes outside of my main project. I've configured the external class source ...
-10
votes
1answer
50 views

How to use Visual Studio for c++ programming [closed]

How do I teach a friend of mine how to use Visual Studio? He will be implementing in C++ but has recently upgraded from VS6 to VS2010! Just simple stuff how to compile, debug, edit etc. I had quick ...
0
votes
2answers
16 views

making debug code and release code equal in visual studio 2012 express

I'm a beginner with visual studio 2012 express and applications development in general. Right now I have release code that is spot on to what I want the app to do and output. When I change the ...
1
vote
0answers
17 views

IDE for Java + Rhino with debugging and profiling facility for js scripts using custom js libraries and the complete JCL?

I have a Java application that extensively uses javascripting to let us quickly configure its different modules in different ways. Internally the scripts are simply compiled by Rhino, and can use any ...
0
votes
1answer
21 views

intellisense Symbol Identity in Visual Studio [duplicate]

I've been using Visual Studio from a month and noticed that each set has been a different kind of symbol. I want to know the Types of the Symbol shown for Identity in Visual Studio.
1
vote
1answer
22 views

What is the equivalent of Visual Studio Command Window in Netbeans

In Visual Studio the command window allows me to write code and test while my program is running. As an example the following may print length of an string in C++: ? strlen("abcd"); Is there such a ...
0
votes
3answers
59 views

I'm looking for nice IDE to work wit PHP, HTML, CSS, with Zen Coding support and smart auto completion [closed]

I have troubles to find a good IDE regarding my expectations. A free one is better, but not mandatory. I strongly need Zen Coding support, and smart auto completion (ie suggesting only CSS properties ...
0
votes
0answers
45 views

Android Studio [Can not resolve symbol @+name/name]

In Eclipse, I would use custom names when creating element IDs, i.e. @+main/home_container @+main/home_button_1 @+cell/container R.java contains the following after build. public static ...
0
votes
0answers
12 views

Better HTML outline plugin in Aptana / Eclipse?

I'm considering moving to Aptana Studio as my main environment for code development (PHP + Jquery + CSS). For the most part I like it, but a couple elements of the app seem flaky to me, or at least I ...
0
votes
1answer
30 views

What is the .idea folder? [closed]

When I'm trying to create a project in Jetbrains Webstorm a folder gets created called .idea. Is it okay if I delete this? Will it affect my project in any way if I don't upload it to my FTP? One ...
-2
votes
0answers
19 views

How does Android studio attatch to source code? [closed]

How does Android studio attatch to source code? In eclipse, when click Ctrl + Left-Button on some statements, it Prompt me to attatch source code, then I find the source code path, and next time Ctrl ...
0
votes
1answer
29 views

turning off tooltips in code::blocks

I want to turn off the tooltip in code::blocks that shows function prototypes when I'm typing functions because I can't see what I'm typing. I went to Settings > Editor > Code Completion and unchecked ...
2
votes
2answers
67 views

Alternative IDE supporting debugging for Google App Engine in Python (Eclipse + PyDev no debug support on SDK 1.7.6+)

I'm developing on GAE-Python 2.7 using Eclipse+PyDev as IDE. Since GAE SDK 1.7.6 (March 2013), where Google "broke" support for breakpoints*, I've been using the old dev server to continue debugging ...
0
votes
0answers
8 views

NetBeans IDE C++ project: same code, different tool collections, how to duplicate?

I have a NetBeans IDE C++ project that compiles using Cygwin tool collection. I just installed MinGW and managed to make it work with NetBeans. How do I duplicate the project to compile using MinGW ...
-1
votes
1answer
22 views

Python IDE for mac [closed]

I just started coding python on my mac. Is there any IDE's for python on mac that let you add breakpoints at runtime while debugging like xcode lets you? If not, what's the ide that is most like xcode ...
0
votes
0answers
10 views

vb.net 2010 express enable xml comments

I cannot control my XML comments. It become enabled or disabled with no specific reason. I can see them at home and not at office or vc/vs, I'm talking about multiple projects or complex solutions. ...
0
votes
0answers
11 views

PHP Editor With FTP Based Xdebug Support

does anyone know of a php editor or ide that supports remote xdebug sessions using remote ftp without having to download all the files locally? the idea is I add the ftp host, browse and open the ...
0
votes
0answers
12 views

How to detect if the project reference is existing project or dll itself?

I'm interested how can I determine within Visual Studio (possibly from a given project reference properties window) if a project reference was included as an existing project or targeted as a dll ...
0
votes
0answers
16 views

Selenium IDE + RC + java/eclipse AJAX

Hi i have to test a web page and its preety complicated. Scenario: i want to make new compilant http://img402.imageshack.us/img402/5821/bladwy.png it will be simple with just text inputing but like ...
1
vote
1answer
38 views

How to manage IDE files in a git repository?

The application is developed using Sencha Architect, which uses a host of auxiliary files for managing various IDE-related things (export paths, versioning of the IDE etc.). Some of these files will ...
0
votes
1answer
8 views

Is it MonoDevelop's bug?

I use Debian Squeeze and MonoDevelop 2.4 for my program and I have some problems with it. When I trying to save my project's changes, I have next message dialog of MonoDevelop: ...
0
votes
0answers
15 views

pio hard disk driver read sector hangs after write sector

I am looking at this example code for PIO Disk Driver := http://forum.osdev.org/viewtopic.php?t=12268 And when testing it in my OS under Virtual Box and Bochs, the read hangs after a write. It seems ...
0
votes
0answers
16 views

why colours of code is not changed according to the theme setting in Xcode?

In Xcode, i set the theme as default from fonts and colours but the code's colour are not displayed according to setting, only keyword's colours are changed according to setting, how can i overcome ...
-2
votes
0answers
15 views

Programming my TI-84 calculator on computer [closed]

I have been programming my calculator for a while now, and have used many of my programs for school work etc. I was wondering if anyone knew the IDE and where I could get it to write programs for my ...

1 2 3 4 5 98