I am fairly new to Eclipse, and I am attempting to define some new Task Tags in the
"Preferences" -> "General" -> "Editors" -> "Structured Text" -> "Task Tags" setting.
Of the three I have defined ("???", "TEMP", "SYM"), only the "???" is being recognized and imported into the "Tasks" panel.
Does anyone know why the other two tags ...
Hi,
I have four tabs each with a listview, I have set backgrounds for each of the four list views but when you scroll the list view goes black, I have followed advice from googling and have added android:cacheColorHint="#00000000" to the main layout file and added android:theme="@android:style/Theme.Dialog" to the main activity in the m...
While debugging, the Debug view in Eclipse shows the call stack. Which is great. But I'd love to be able to filter out all the call that I definitely don't care about, such as Spring and the JUnit runner.
Here's an example of my call stack right now. I'd like to keep the entries in bold, while hiding all the rest. Is it possible to do i...
Hi,
I have created four tabs using tabhost, and placed four listviews in each like below:
public class prem extends ListActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
String[] names = new String[] { "Pr"};
this.setListAdapter(new Array...
Hi,
I have four tabs that hold four listviews, I want to set a background for each list view but whenever I try to add the background it puts the image in each cell of the listview instead of behind the list.
?xml version="1.0" encoding="utf-8"?>
TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:background=...
I need to set a break point in code that is handling an exception inside Froyo. I am using Eclipse and have built a local copy (not customized) of Froyo so it should line up for my device. Is there a way to tell ADB and/or Eclipse to load symbols so I can step into the code?
...
When I do a commit from subversive it populates a list of (and selects by default) any new files in my project directory. I want only those files which I have explicitly added to version control to show up in the commit dialog.
This seems to be the same basic question as this StackOverflow question, but I really want to involve git.
T...
I am trying to convert a java project to a dynamic web project programmatically by adding the required project facets.
Here is my code:
IProjectFacet JAVA_FACET = ProjectFacetsManager.getProjectFacet("jst.java");
IProjectFacet WEB_FACET = ProjectFacetsManager.getProjectFacet("jst.web");
iFacetedProject.installProjectFacet(JAVA...
Hi,
Is there any Eclipse plugin for writing features for cucumber with autocomplete functionality?
I guess that would be good to find and reuse steps from other features. Any ideas?
...
I'm working in a java/eclipse shop writing javascript, coming from a php/netbeans background. So far, I hate eclipse, but I don't want to shift away from the general tool set. (Because of issues with our build system, we're currently on the galileo release.)
The syntax coloring is just fine, and I'm learning to live with the cockpit-li...
I am trying to make a global search/replace in Eclipse.
I have lines as follow:
<MED:Student id=
<MED:Course id=
<MED:Marks id=
<MED:Attendance id=
Now I need to insert a VAL so it would become:
<MED:Student VAL id=
<MED:Course VAL id=
<MED:Marks VAL id=
<MED:Attendance VAL id=
What would be the proper regular expression that woul...
I want to creating a graphical editor which a physician can use to create user interfaces to define state-based interactive dialogue based diagnosis systems for simple diseases. Each screen consists of simple UI elements like a textarea,button and these are in a container to make up the state. Once he defines many screens with text and ...
Hi everyone
I want to develop a eclipse plugin for a launguage with auto completion features.
But i don't know where to start. Is there any tutorial on this kind of subject?
Do i need to develop a parser which parses the code first and/or other things?
best regards
...
I have code like
ClockService mockClockService = createMock( ClockService.class );
Long timeFirstNodeCreated = new Date().getTime();
expect( mockClockService.getNow() ).andReturn( timeFirstNodeCreated ) ;
Long timeFirstNodeDeleted = new Date().getTime();
expect( mockClockService.getNow() ).andReturn( timeFirstNodeDeleted ) ;
...
Hello,
I've created an Enterprise Application Project in Eclipse. Then i created an EJB project, and i checked "Add project to an EAR", and i selected the EAR project.
In the EJB Project i checked a checkbox so that i create the EJBClient and EJBEAR projects too (see the image)
If i create an interface in the EJBClient project, the c...
Equivalent shortcuts between Eclipse and IntelliJ
I would like to start a community Wiki list of equivalent shortcuts between Eclipse and IntelliJ
...
Hi,
I have some problems with Eclipse and Team Explorer Everywhere.
I installed and added a server to Eclipse. But now i couldn't add new servers. Because, server button is disabled.
I wonder, how can i add new servers?
...
I currently have the android sdk running with eclipse. It happens to be that I also want to download stanford's customized version of eclipse in order to learn some other stuff. Will there be a problem downloading and installing this customized version if I already another version of eclipse installed on my computer?
...
I'm on windows XP using eclipse and the datanucleus enhancer for a gwt + gae app. When I run the enhancer, I get an error:
Error
Thu Oct 21 16:33:57 CDT 2010
Cannot run program "C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe" (in directory "C:\ag\dev"): CreateProcess error=87, The parameter is incorrect
java.io.IOException: Cannot r...
Dear all
Now I develop a plug-in for WindRiver workbench. When I export my plug-in, only a xx.jar file is generated. I wonder how to export my plug-in in a folder exclipes with the content ".exlipsextension" and subfolder "plugins".
...