IDEs (Integrated Development Environment) are computer programs that facilitate efficient software development by providing features beyond those of a simple text editor.
0
votes
0answers
9 views
Paremetrization/Sel-IDE and .js file not outputting UTF-8 correctly
I decided to parametrize my tests and added some cyrrilic data in a .js file.
this is the code of the file:
var names=new Array ('Китара','Хладилник','Телевизор','Телефон','Микровълнова ...
0
votes
0answers
21 views
Android Studio Exclude Class from build?
I've been learning Android over the past few months and have been using Eclipse Juno as my IDE.
I am trying to migrate to Android-Studio and wonder how I can "exclude from build path" some of the ...
0
votes
0answers
8 views
Eclipse PyDev is throwing false errors
I updated PyDev (Eclipse) yesterday and now it is telling me that None, name and other reserved words/builtin functions are invalid, but the script runs just fine. I have read on this forum that the ...
0
votes
0answers
12 views
JSF Attributes Ordering plugin
I;ve inherited some poorly written jsf + richfaces markup looking like this
<rich:comboBox selectFirstOnUpdate="true" suggestionValues="#{controller.getSuggestions}"
id="someId" required="true" ...
0
votes
0answers
9 views
IntelliJ IDEA: SVN merge
I have IntelliJ IDEA 12.1.3 installed and I have trunk and branch in SVN.
I use IDEA to merge from branch to trunk, and call command Subversion->Integrate Directory.
Source 1 is branch, Source 2 is ...
3
votes
4answers
55 views
Is there any risk in upgrading from VS2010 to VS2012 in the middle of project development?
I have been working on a rather large project for approximately two years in VS2010. I just got a license for VS2012 but I have some fears regarding what may happen if I remove VS2010 and attempt to ...
0
votes
1answer
20 views
How to display eclipse project type
In Eclipse IDE there are icons to display the project type, but I can't find a text description. I would expect right click -> properties to show this info but according to this all projects are of ...
-2
votes
1answer
57 views
Create an eclipse-like IDE in Java [closed]
I am trying to come up with a custom-made IDE to suit my needs. I tried Swing libraries to create a GUI but it doesn't look that good, plus I haven't figured out how to show something like a project ...
0
votes
0answers
14 views
Using existing C++ and Ant Build In Eclipse
I am working someplace that is doing C++ development (Linux using g++) and uses no IDE. They have a code base and use Ant (build.xml) to do their development. Is it possible to use Eclipse (Juno ...
0
votes
1answer
15 views
what is the IDE for using SPECMAN
I have been searching for what IDE to use in order to start studying SPECAMAN.
I would like to know what is the IDE for e/specman and where I can download it ?
Also if there is a good tutoriaal for ...
0
votes
1answer
24 views
Code is Working Properly in NetBeans but not in Eclipse
I have tried the following jsp file in both IDEs. It is working good in NetBeans, but it is not working in Eclipse. The program is to get the time from a NTP server.
Code is as follows
<%--
...
-2
votes
1answer
62 views
Reccomend an IDE for C++ Development [closed]
I'd like to get more into C++ software development. I'm familiar with a mixed bag of languages, and really like the way the Netbeans IDE handles for Java or the Visual Studio IDE handles for Visual ...
2
votes
3answers
53 views
How to Run a Java Project on Linux Without Using IDE
I am new to Java.
Basically, I developed a java projects which contains multiple Java packages inside Eclipse. The project runs OK on my desktop with a redhat Linux installed. However, I need to run ...
-1
votes
0answers
15 views
Choosing a modern approach to desktop single user app development [closed]
Bit embarrassed to be asking this but - I'm an old time programmer (Cobol, Basic, Clipper, Assembler, DBase, some relational database and system programming, other old stuff.). Last 15 years all ...
0
votes
0answers
22 views
A collaborative live HTML editor
I would like to code collaborative with some people on a .html website.
Everything like cloud9 but on my own server. I already installed Etherpad-lite but then realised it stores everything into a ...
1
vote
2answers
28 views
How to avoid necessity of writable .vbg in Visual Studio 6?
I have a Project Group in Visual Studio 6 (.vbg). The projects are under source control (TFS). When I start debugging Visual studio there is an error Path/file access error: Path/name.vbg and dialog ...
2
votes
2answers
50 views
Android studio can't connect through ADB on OSX
I've been working a bit with Android Studio on OSX 10.7.5 and it looks very promising. I've run into a problem when trying to launch an application on my device however.
When clicking the run button, ...
2
votes
1answer
79 views
Android Studio Graphic Layout editor
I'm using Android Studio but I have a little issue, while editing an activity i can't switch to "graphic" editor, I just have the XML editor (no "preview" or "palete" pane). How do I find this ?
...
0
votes
1answer
35 views
PHPStorm with Lint support?
I code my PHP programs in Sublime Text 2 and in it there is a package called php linter, so when sometimes I write a wrong syntax, it does not let me save it and points me the line number where I am ...
0
votes
3answers
92 views
IntelliJ Idea, “Not valid Scala home” error on Windows
Alright, so I have Scala 2.10 installed on my computer, and it works fine in eclipse...
I recently installed IntelliJ Idea to see how good an alternative it was, but apparently it doesn't like my ...
0
votes
0answers
26 views
Octave GUI with debugger/profiler
I am looking for a GUI/IDE for Octave with basic support for debugging, like the Matlab editor does (possibility to set breakpoints graphically and to see where the execution point is). Having ...
0
votes
1answer
25 views
Add resources to a JAR
I want to include resources fils (images, textfiles...) in a JAR.
I added my asset folder to the classpath, so my program works fine when I run it in netBeans.
But if I build the project, I receive ...
-1
votes
0answers
474 views
Andoid Studio vs. Eclipse IDE? [closed]
Google just announced the lastest release of the newest Android IDE called Android Studio.
http://developer.android.com/sdk/installing/studio.html
So I was wondering, what exactly are the better ...
1
vote
1answer
129 views
Can Android Studio be used to run standard Java projects?
For those times when you want to isolate the Java and give it a quick test..
Can you run non-Android Java projects in Android studio as in Eclipse?
0
votes
1answer
40 views
Javascript code
I checked some websites source code and JavaScript games. The problem is that everything is readable and understandable except for JavaScript code that is isolated on a file with the extension .js. It ...
0
votes
0answers
7 views
Anyone with luck on getting KDevelop work under OSX 10.8.3
I got KDevelop to install through macports with no issues, but it is very unstable and crashes straightaway. I tried getting it through fink, but fink is not able to find the package anymore?
So I am ...
0
votes
1answer
32 views
I need a windows objective-c programming IDE that checks syntax and warns errors
I need a programming IDE for windows and objective-c. It doesn't need to compile and run or anything like that, but I really need it to check my code, and make sure it's legitimate.
After hours of ...
1
vote
3answers
75 views
Not able to create android application project in eclipse.Error Message - Enter an application name (shown in launcher)
I want to create a fresh android application project in eclipse But when I try to create a project it every time gives me the message on the first screen of creation.
Enter an application name (shown ...
0
votes
0answers
30 views
Insert Eclipse Java Code Template on line after selected word
How can I make an eclipse code template insert on the next line, rather than at the current cursor position - the word I have selected when inserting the template?
I have the following code template ...
0
votes
1answer
23 views
Code::Blocks failing to load a project?
Each time I load Code::Blocks by double clicking my Code::Blocks project file it opens up Code::Blocks and the window blinks a bit once it loads, but then it's like it didn't load anything, it acts ...
4
votes
3answers
957 views
Cannot create new project - There must not already be a project at this location
I am trying to start using the just released Android Studio, I have already established the location for the Android SDK, and the Studio opens correctly.
Now, I want to create a new application ...
0
votes
0answers
14 views
Mac web deveopment IDE with Auto-complete, docs, error checking
I just completed my first Android app using Eclipse and am starting to make a webapp with HTML, CSS, and Javascript (and maybe PHP) on Mac. I've tried Coda and TextMate and have had a look at ...
1
vote
2answers
161 views
In android studio, how to open multiple projects in one window?
I am trying out google's android studio. In eclipse, I can open multiple projects under one window. Is that a way to do this in android studio?
2
votes
2answers
282 views
Android Studio doesn't works
I have installed Android Studio, and I found some troubles. First I couldn't install it because didn't found the JDK, the solutions were two, change the name of the jre folder or install the 32-bit ...
0
votes
1answer
18 views
phpstorm: change colour of current search match
I want to change the colour of the current match when searching, as the scheme I'm using (Heat of the Night) doesn't stand out very well (black on grey).
In Editor -> Colors & Fonts -> ...
0
votes
1answer
15 views
How to set same key-bindings for different syntax? Sublime Text 2
How do I set same key-bindings for different syntax in Sublime Text 2? For example, I have three different formatting packages for HTML/CSS, Javascript, and Python. I would like them to have the same ...
2
votes
0answers
89 views
Behavior in Delphi Documentation Viewer
Delphi XE2 Update 4 Hotfix 1 and Help Update 6 for XE2.
If I am in the IDE, highlight an object name such as TLabel, then hit F1, I am transported to the description of Vcl.StdCtrls.TLabel in ...
10
votes
6answers
3k views
I can't install/launch Android Studio for Windows 7 64 bit
I downloaded the IDE from here Android Developer Site and after the instalation wizard, the IDE doesnt launch even of the start menu
Thanks!
0
votes
0answers
24 views
How would I set up an app to run pre-compiled user code?
I would like to enable users to write code utilizing pre-defined functions that I provide for them within my android app and then have my app select and utilize their code. I currently have a single ...
0
votes
0answers
39 views
How to build the Design/Source View part of the Flash Builder?
I am planning a project that involves building a WYSIWYG editor, which allows users to lay various Flex UI components (standard or custom ones) on the editor area and at the same time, generating the ...
0
votes
2answers
43 views
Debug Ruby/Rails in test environment
Because of this SO question here, I would like to execute ruby code step-by-step while running rspec or cucumber. Not only would I like to stop execution, but I would like to then proceed through the ...
0
votes
1answer
57 views
My Eclipse IDE keeps crashing -
when i try exporting some of my projects i get this from the ADT Problem Report, some of it:
im trying to make a facebook app, how do you combine projects Without the ads crashing.
i need more ...
-1
votes
0answers
47 views
What Java IDE do you use? What do you think is easier to use? [closed]
I know some Java IDE, like eclipse, netbeans, bluej, but in your opinion and experience, which one can I get a better performance?
Thank you
0
votes
4answers
103 views
Is there a single working OCaml IDE?
I have downloaded multiple OCaml IDE's / plugins and NONE of them work. I have no clue if I have a directory problem or if something else is at fault. I can access the OCaml console through cygwin ...
1
vote
1answer
64 views
Is Visual Studio 2012 suitable for C (not C++) professional programming? [closed]
I've to develop a service for Windows7 in C. I've to use a few C libraries (GNU Scientific Library among others) and I'm wondering about what IDE to adopt.
With C#, I'm used to both Visual Studio ...
0
votes
0answers
7 views
Gedit plugin installation
I'm trying to install a gedit plugin: the https://github.com/elijahr/gedit-rename plugin, to be able to rename files in the ide.
Well, I can't install it despite following the installation ...
0
votes
1answer
13 views
Unfold all values in Watch Window in Visual Studio
Is it possible to unfold all sub-values of an object at once in Watch Window? I'm currently using VS 2012. Here is an image (http://i.stack.imgur.com/YyJIm.png)
1
vote
1answer
28 views
Jetbrains / Intellij keyboard shortcut to collapse all methods
I'm working on some legacy code that has a class that is 10,000+ lines of code and has 100s of methods. Is there a shortcut for any jetbrains IDE (since the shortcut would likely be shared across all ...
0
votes
0answers
23 views
Eclipse code completion: sort methods by base class
is it possible to make Eclipse to display methods according to the owner-class position in the hierarchy rather than by name of the method? Here is a small sketch:
Consider following class hierarchy:
...
0
votes
0answers
20 views
Alternative to Eclipse - PHP, Javascript, Arduino, C/C++, Android
I'm looking for a free or low-cost general purpose IDE. (I'm also considering specialised IDEs if necessary). I need them for:
PHP + Javascript,
Arduino (C/C++),
Java J2SE + Android
There are so ...







