Tagged Questions
0
votes
0answers
7 views
Is it possible for Eclipse to autocomplete based on not just first few letters
In several IDEs I'm familiar with (Visual Studio with Visual Assist, Qt Creator and Intellij IDEA), the autocompletion feature can give suggestions based not just on the first few letters. For ...
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
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 ...
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
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
<%--
...
-1
votes
0answers
485 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
3answers
77 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
31 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
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 ...
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
1answer
11 views
Clean, standard method for referencing local files in a project-based IDE (such as Eclipse or Visual Studio)?
Recently I've begun taking advantage of the features offered by using robust IDEs, particularly the debugger and autocomplete found in Eclipse Juno and Visual Studio 2012.
However, many of my ...
0
votes
1answer
21 views
Eclipse content assist stopped working properly
When I press CTRL+SPACE I get suggestions from the file i'm working on only.
I've tried the solution offered here: Eclipse/Java code completion not working
i.e. going to Windows > Preferences ...
2
votes
2answers
41 views
Eclipse: How to create Quick-Assist for If-else to Switch
In Eclipse Juno we have a Quick-Assist for converting Switch to If-else. Is there a way to add a Quick-Fix or similar shortcut for the opposite action: converting If-else to Switch ?
For example ...
0
votes
1answer
18 views
Eclipse issue? Can't find java.security.SecureRandom in source packages
I've added the jBCrypt code to my project which attempts to use java.security.SecureRandom, and when I build I get the following error:
java.security.SecureRandom can not be found in source ...
0
votes
1answer
33 views
Highlighting code block in Aptana Studio 3
I am thinking about using Aptana Studio 3 but when it comes to nested HTML I really need code blocks highlighting and I have noticed that this feature is missing there. Here is example of code ...
0
votes
2answers
45 views
Eclipse no longer can auto import java Classes
A few days ago my eclipse stopped being able to auto import classes. So usually when I have a class I'm using, like BufferedReader, that I need to import I simply hit ctrl+shift+O and the imports ...
0
votes
3answers
24 views
Eclipse interface link to open related files
This is not a code-related, but a pure IDE work efficiency question.
Is there any Eclipse plugin or built-in feature to provide "links" (shortcuts) to open other relevant .java files in the current ...
0
votes
3answers
73 views
How to boost Eclipse and Glassfish speed to development?
Recently I bought a good computer with processor i5 3570k and 16GB of RAM, I wonder if there's a way to increase my Eclipse and Glassfish speed, to they can work together to startup and do the hot ...
0
votes
1answer
27 views
Errors when creating remote projects using Eclipse Remote System Explorer
I have never used the Eclipse Remote System Explorer until today so perhaps this is obvious. I primarily use my lubuntu 12.10 desktop for development but I decided it would be convenient to set up ...
0
votes
0answers
11 views
How to highlight vm files in IDE like Dreamweaver / Eclipse
How to enable vm files (velocity) files highlighting in Eclipse &/or Dreamweaver? I have to work with VM files at my workplace. And I can not seem to get these files highlighted in Dreamweaver...
...
-2
votes
1answer
67 views
GUI automating tools + some IDE [closed]
I have some corp.java application and want to make some GUI automated tests with using some IDE (as I know Java, the better will be Eclipse).
I've found one good way like SIKULI - ...
0
votes
0answers
61 views
Hide status bar or progress bar in Eclipse
How can I hide the status bar in Eclipse? I mean the one at the bottom, where also the "Progress" status is shown. It is very distracting because it is doing something all the time.
I took a look at ...
1
vote
1answer
7 views
Display only recently modified tabs when editing multiple files in Eclipse 4
In Eclipse 3.x, if you were working on say 60 files at once, but you were only editing 4 in a particular session, then the tabs for these four would tend to stay displayed throughout. For example: if ...
1
vote
0answers
88 views
Debugging Scala in Eclipse IDE
I have scala for eclipse plugin installed.
When I debug I do not see runtime values when I hover over with mouse. Instead I just the types for the variables. Note I can see the values when I add a ...
0
votes
2answers
217 views
Which one is used more by IT companies, NetBeans Or Eclipse? [closed]
I'm new to Java. I took an introductory course where I was using NetBeans, but I noticed that some of my classmates were using Eclipse. From what I've understood, Eclipse is the popular IDE among IT ...
0
votes
2answers
270 views
Installing Google Plugin for Eclipse in Eclipse Android Developer Tools (ADT) Bundle
I've downloaded the Eclipse ADT bundle from http://developer.android.com/sdk/index.html
Now I want to add the Google Plugin for Eclipse. So I go to Help -> Install new
software... and enter the ...
0
votes
1answer
140 views
Sublime text quick search plugin
In eclipse I can do Ctrl + Shift + M to search for a method that exists in ANY file in the project, however this feature seems to be missing from sublime text ... is there any sort of Sublime text ...
0
votes
0answers
17 views
Eclipse multiple class templates
Is it possible in Eclipse to define more then one class template, so that class
a.b.c.d.ClassName1.class will be generated using template A and
class a.b.c.d.ClassName2.class using template B where ...
0
votes
1answer
29 views
two IDE and 1 android sdk manager, is it conflict free?
two IDE and 1 android sdk manager, is it conflict free? Yes, concerning my two IDE using the same android sdk manager.. do i need to worry about conflicts or something?
0
votes
2answers
217 views
How to add different programming languages to Eclipse (C++, C#, Java)
another completely beginner question. I just went through two introductory courses in Java, and I noticed that Eclipse can also support development in other languages (which I didn't know). Does ...
0
votes
1answer
61 views
Java IDE Substitutes to Eclipse [closed]
I have been using Eclipse, Spring Tool Suite and Netbeans for about a couple of years so far.
Am wondering if there is any other IDE whose performance is comparable to the above three ?
0
votes
1answer
30 views
Share all settings from all Eclipse workspaces
I'm developing applications that depend on libraries, under Eclipse (OS X). That makes the following:
Project A uses libs L1, L2, L3
Project B uses libs L2, L3
Project C uses libs L1, L2, L3
I ...
0
votes
1answer
98 views
Use emacs or vim syntax highlighting files (e-lisp, vimrc) in Eclipse
Is it possible to somehow import emacs or vim sytax highlighting specifications in Eclipse? I tried searching but all I can find are questions about vim/emacs and Eclipse integration or other ...
0
votes
0answers
48 views
Strange behavior of Aptana 3 Studio, can't format the code
I am finding a very strange behavior of Aptana 3 Studio.
If I open a php file (a file take from a Word Press template) and try to do Source ---> Format it give me the following error message:
Unable ...
0
votes
0answers
145 views
Aptana 3: How to set PHP to execute a php file as a script?
I am very new in PHP world and now I have install Apatana 3 Studio and I have some question to you about PHP configuration in this development environment.
Seems that my configuration work well but I ...
0
votes
0answers
88 views
Aptana 3 Studio: some douts about how to configure PHP to execute PHP file as script
I am very new in PHP world and now I have install Apatana 3 Studio and I have some question to you about PHP configuration in this development environment.
Seems that my configuration work well but I ...
1
vote
1answer
95 views
Aptana 3 Studio: Can I put the www Apache folder as workspace?
I am very new in PHP world and now I have install Apatana 3 Studio and I have some question to you about PHP configuration in this development environment.
Seems that my configuration work well but I ...
0
votes
1answer
131 views
What is a good IDE for coding NASM? [closed]
I've been doing research online to find a good IDE for programming in NASM. The only one I found consistently mention is RadASM however, in contains no documentation on how to set it up and on top of ...
0
votes
0answers
23 views
Does somebody know an IDE or plugin for Eclipse or other Environments to color (highlight) pieces of code?
Syntax highlightning is good, but what I want is coloring of code lines (parts of lines) to have better overview of my code. Just marking code like here is not the best variant Eclipse plugin to mark ...
0
votes
2answers
56 views
Messed up Eclipse window layout
I accidently messed up the default eclipse layout now I can't get it back the way it used to be. HERE is a picture. What really annoys me is that eclipse now is taking up unnecessary space at the top. ...
0
votes
0answers
57 views
How to create two executables with only one .axf file via linker script directive
I run into a barrier that two CPUs have different memory sizes. But most of my code can be run on both CPUs. To simplify things, I usually don't bother to compile different .axf files for both CPUs. ...
0
votes
1answer
46 views
TFS with eclipse as source control - How to download shared project?
I'm trying to use TFS with eclipse as source control. I'm developing a web application. So I'm wondering how my team can download the shared project in their web server folder (Apache httpd - htdocs ...
0
votes
1answer
244 views
Run Web Pages (with Extjs) on Eclipse
I use Eclipse as an IDE for php/javascript/Extjs 4 its just when I want to run the web page, using internal web browser. php and html web pages are running fine. but html page that contains Extjs ...
2
votes
1answer
32 views
eclipse setup problems
I used Netbeans to develop Java Web applications and servlets, also some C++ programs, until now. Due to the fact, that I began to use playframework 2.1 a lot and it only supports IntelliJ or Eclipse ...
1
vote
1answer
296 views
Eclipse Juno not starting after installing update
Everything was working fine until I installed the Eclipse IDE update from the "Check for updates" menu option in eclipse. When restarting, it did not start and showed this error:
Since the log was ...
1
vote
4answers
101 views
Getting weird symbols in the Eclipse IDE that I can't highlight or delete [duplicate]
I've been getting these weird symbols all of a sudden. I'm assuming I accidently turned something on but I'm unsure what it is. Any help would be apprecitated.
The picture of the problem: Imgur ...
1
vote
0answers
46 views
EPIC not installing
I have been trying to install EPIC in Eclipse Juno. Eclipse saying it coudn't find anything at the EPIC url. I tried both:
http://e-p-i-c.sf.net/updates
and
http://e-p-i-c.sf.net/updates/testing
...
0
votes
0answers
35 views
Ide for multiple web contexts
I'm working on an old project where the developers did not use Ides like eclipse,netbeans etc I tried to create a dynamic web project, but eclipse allows for only one web context. The project has ...
2
votes
1answer
182 views
Is the Akka Actors library installed with the Scala IDE for Scala 2.10?
I have recently begun exploring Scala, and have started by installing the Scala IDE in my copy of Eclipse (Indigo). I initially installed the Scala IDE for Scala 2.9, but then noticed that there was a ...
0
votes
1answer
49 views
Changing internal browser of eclipse
I am developing an jQuery mobile application. As it consists of web pages I want some debugging feature like FireBug which is not provided by eclipse internal browser.
I have searched on net but not ...







