Hi,
Can anyone suggest me a solution for the above mentioned combination. I'm using Eclispe Helios SR1 with latest PDT from Zend and Aptana Studio 2 Eclipse plugin. Otherwise it all works well, with Aptana Editor for HTML/Template files and PDT for PHP stuff, but Smarty syntax highlighting on templates would be nice. Is there anyway to ...
In an RCP application, we dynamically load plugins and our applicaton can add new plugins.
When we create a new plugin, we then load it with:
newBundle = Activator.getDefault().getBundleContext().installBundle(location);
newBundle.start();
This causes a confirmation dialog appears with the message "Changes to installed plug-ins ha...
We are currently using the Aspect J ant compiler iajc to compile our code.
Now we want to get the Eclipse warnings when compiling with ant but we don't want to change away from using the iajc ant task.
Is there a possible way to achieve this?
Currently our compile iajc task looks like this:
<iajc outJar="${dist}/${dist.jar}" source="1....
Hello,
I am behind a firewall which uses autoproxy configuration script. I am able to browse the internet when I enable the autoproxy url in most browsers I use (IE 7, IE 8, FF, Chrome). For your reference to enable autoproxy url on Windows goto: Settings -> Control Panel -> Internet Options -> Connections -> Lan Settings -> (Check) use...
Up until this morning Eclipse has always had the console tab open upon startup but all the sudden its nowhere to be found. Does anyone know how to add it back in? Thanks in advance.
...
Is there a way to run a javascript file directly in Netbeans or Eclipse?
I feel it's time consuming to fire up a terminal, browse to that file and run it with node all the time.
...
I want to be able to have two projects, one that contains production code and one that contains test code.
This shouldn't necessarily be an Android-specific question, but I'm want to write some unit tests for some non-platform-specific Android code on the host PC.
I created a new Java project so I can run the unit tests on the PC a...
I've created a C++ project in Eclipse and currently it builds an executable called file.exe but I want to change this to "file".
How do I do this?
Thanks.
...
I am writing a teleprompter app for the Android and i am trying to get the script to automatically scroll at a definable rate. I have attempted to do so by extending Scrollview and writing a new SmoothScrollBy function. Here is my code.
Custom ScrollView:
import android.content.Context;
import android.util.AttributeSet;
import android....
I want to install additional software for Eclipse (I use 3.5 because 3.6 is not yet for Scala and Android).
Problem is:
The downloads / installations are INSANELY slow, I didn't get past 5% on the ADT plugin (for example) in one hour - same for everything else I tried
Firefox (no other software so far, IE works fine, etc...) is slowed...
I have downloaded an Android project. To avoid name conflicts I want to move it from
com.android.zzz to com.my.zzz.
At the moment I'm using Ecplise with the standard android toolkit. Is there a better way to do the rename than to go manually through the files?
...
I'm trying to create a new xml file in /res/drawable (developing for android in eclipse)
the message i get is ;
Multiple annotations found at this
line:
- Premature end of file.
- error: Error parsing XML: no element found
When I'm in the right folder i press New>File , then I name it to ic_tab_artists.xml, and rig...
I am new to eclipse and java. The way I understand the directory structure is that you have source packages in src/ folder and they are built into the /build folder.
It was all working fine until recently. But today I tried debugging after creating a new class and it was throwing ClassNotFoundException when I do F11. On investigation, ...
I use maven and eclipse (with m2eclipse) for Java projects. I usually start with
$ mvn archetype:create \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DgroupId=com.whatever.app \
-DartifactId=wonderapp
$ mvn eclipse:eclipse
and then import the project into eclipse. The build path in eclipse now contains an "Excluded: **" pa...
im using Eclipse Helios Java EE IDE for Web Developers,Version: 1.3.0. connection with derby embeded jdbc driver is workin fine but i cannot make connection with derby client jdbc driver... what should i do to make it work,please help me...
...
I'm currently using the event
@Override
public boolean onTouchEvent(MotionEvent ev)
{
To provide feedback from the user for game I'm writing. This event fires off some game control events that take some time to complete (because there is animation involved). The problem I'm having is during the animation if I keep touching the scree...
Is there a way to get Eclipse to do something like this:
It would be SOOOO helpful.
...
Hello.
I created a Java library with an ant file to build it into a JAR. When I use this JAR file from another Java project, the method parameter names appear as in Eclipse method hint/autocomplete: arg0, arg1, arg...
for instance, the method:
void publishStatus(String jobId, int count);
appears as:
void publishStatus(Str...
I'm working with Eclipse 3.5, Tomcat 6, JSF 1.2 and IceFaces 1.8. Whenever I update any file in my app, I have to restart the server to see the latest changes. How to update my app without restarting the server?
The server option "Automatically publish when resource changes" is already selected.
Update: If I change the main file, the c...
I recall a while back seeing an experimental code visualization tool, with the intention being to enable a user to manually track interconnectivity between different parts of their code for the purposes of implementing specific features. In particular, a user could pull out a window into their code and associate it with a completely dif...