For egit users, which version of eclipse are you using that actually works with the egit update url?
The plugin (using the update url) did not work with my version of eclipse, and so I upgraded my version eclipse to the latest official version, and the git plug-in still doesn't work.
(It says it is installed but the UI doesn't change t...
i have xml look like below . can anyone recommend any xml designer, so that i can virtualized the xml easily ? i tried eclipse , but not so friendly enough. any other free tool ?
<?xml version="1.0" encoding="UTF-8"?>
<metadata><fields><field-order/></fields><roles><role name="DEFAULT3_MOD"><state status="0"/><state
status="1"/><st...
I've started using Eclipe+PyDev as an environment for developing my first app for Google App Engine. Eclipse is configured according to this tutorial.
Everything was working until I start to use memcache. PyDev reports the errors and I don't know how to fix it:
Error: Undefined variable from import: get
How to fix this?
Sure, it is ...
I would like to ask how can i display Japanese text in Eclipse properly. I work in Japan and the code we have has a lot of Japanese characters. I just notice that for .java and .jsp file, that all the Japanese comments and text are displayed properly as Japanese. However, for other filesm such as js (Javascript) file or inc (include) fil...
1.
Okay this is probably lame question, but I haven't found good result searching the web.
I want to combine cdt,pdt,dltk in eclipse. I dont plan to code java though,lol.But because eclipse primarily act as java IDE at the 1st place, java capabilities is just a bonus for me.
Now,What to download?
Do you know any good guide to do this?...
Hi,
Is there a way in eclipse to make the project's output folder an external folder, instead of a folder located under the project root?
...
I'm using Eclipse Galileo PDT for my work. I also use it to edit my CSS files.
Is there a plugin that lets me pick a color (from a palette or even anywhere from the screen) and wich returns the HEX value of that color into my CSS file?
...
Hi,
My time spent programming is split between what I do at work, and the programming I do at home in my spare time. At work, we use Vista machines and IntelliJ IDEA 8, whilst at home I use Mac OS X and Eclipse.
As you can imagine, my ability to easily switch between the two is getting more difficult as I find the keyboard shortcuts ar...
I could have sworn I saw it once before in a screencast where someone had the find/replace window docked in their Eclipse environment.
However looking through the list of options in "Window > Show" the closest thing I can find is the Search window.
I find that I use it quite a bit and with larger monitors these days I figure I could af...
Are there any plugins for eclipse that add syntax highlighting and other niceties for editing Haml and Sass? Google searches only seem to point to a dead project on lucky-dip.net.
Note: it's Sass I'm most interested in. A solution for using just Sass (or something similar to it like less) in Eclipse would suit my needs.
Also, I'm devel...
I'm using Eclipse 3.4.2 and installed the latest plug-in for simpletest using Help>Software Updates...
The plugin installed correctly and I was able to set it up in Window>Preferences>SimpleTest.
I have filled in the following fields : Php.exe file, php.ini file, and test file Suffix. I was not able to find the simpletest Path (not even...
A while ago I read about a WPF port of Eclipse and SWT. I can't find any recent information about it.
What is the current status of the WPF port? Will it be available before E4?
Any other details about the implementation also welcome.
...
I do a lot of work in Lua and work primarily in Eclipse Galileo. Unfortunately, there doesn't appear to be a working plugin for syntax highlighting. I've tried pretty much all available versions of LuaEclipse and LunarEclipse (including beta previews) but has gotten me nowhere. In both cases I get errors while installing them, referrin...
I regularly create a class that has a few private variables.
When an instance of this class is set, it should be possible to fill all variables of the class with getters and setters.
Is there an easy way to do this without having to type all these setters and getters for each variable on creation of the class?
now i have to type this f...
I'm tired of moving my hands to reach for the arrows in the keyboard. So I'd really like to be able to use something like Ctrl+Alt+{I, K, J, L} to do the same as the {up, down, left, right} keys, respectively.
Having this configured under Windows for Eclipse would be enough for my use case, but is there a general solution for Windows? H...
Hello.
I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app.
I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view.
How can I do ... ?
Thank you for your help.
JM.D
...
I wrote the test case for junit3.
In eclipse test runner there are Junit 3 and Junit4.
If I use junit 4 I can not run each individual testmethod. So I want to use only Junit 3.
I removed the junit4 plugin from eclipse/plugin. Still I am seeing the Junit4 tag in the test runner option.
How can I remove Junit4 from my test runner opt...
Im just getting my head around java and eclipse. Im trying to use the hibernate plugin to generate my java classes.
Yesterday I created a table in mysql and managed to (after a lot of messing around) get it to generate the code for this table.
Today I have added some tables to the database and tried to generate code for them.
Now I ca...
I have stacked here, because i am totally new in android world. Can show the way please?
...
In Visual Studio you can add an external tool and pass it the selected text as parameter.
Does eclipse have the same kind of feature or are one obliged to code a plugin for that ?
If so, any specific code sample to do just that because all I found is general sample plugin for custom editor.
...