eclipse juno SVN : language - eclipse

I just installed SVN in my new eclipse juno with marketplace.
Everything went well, except the fact that all the options are in French (my windows and system may be configured in french, maybe thats the reason).
How can I change the installed language for the SVN? Do i need to reinstall it?
Thanks

Another way is just to uninstall the localization plugin for subversive:
Steps to follow:
Help > About Eclipse > Installation Details
Select Subversive Localization and just uninstall it (you will then need to restart Eclipse).

I had the same issue and I solved it by adding "-nl en_us" to eclipse shortcut ( there is other ways to change the language for more informations see http://svn.haxx.se/subusers/archive-2006-01/0180.shtml )
Hope this can help

Related

Missing parts of Help Menu - Eclipse Luna

I'm working in Eclipse Luna, after install Oracle Enterprise Pack for Eclipse (OEPE) Help Menu shows with missing items. I'm attaching a screenshot
Missing items:
Also, I checked the Menu Visibility:
Check for updates
Install New Software..
Installation Details
and So on..
Any ideas?
Look in 'Window > Customize Perspective'. Select the 'Menu Visibility' tab and open the 'Help' section. You should be able to enable the missing menu items there.
I faced the same issue after updating STS based on Luna with OEPE,
It works back after deleting all Oracle related files from the plugins folder.
Then i did proper uninstall from market place.
Install Back OEPE but with only selecting
Oracle Java EE tool
Oracle Weblogic Server Tools
unchecked every thing else, this worked for me.
EDIT: ok, i've found the solution, first uninstall eclipse (in arch that would be pacman -Rcns eclipse) then head to ~/.eclipse/ you'll see that it kept gtk setting of previous version of eclipse delete all of it, then install eclipse again.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
this isn't an answer but since my reputation is < 50, i'll post here
i have similar problem with Gere, i'm running manjaro linux, and eclipse luna 4.4.1.1 and while in Gere case the option is shown in Windows/Menu Visibility in my case it only shows
1. Welcome
2. Help Contents
3. Search
4. Dynamic Help
5. Tips and Tricks ...
6. About Eclipse
this is exactly the same as shown in Help menu
there are no option for update, nor to install new software
so apparently the problem wasnt in menu visibility as previously in kepler it was ok, the problem only occured after updating to luna, and removing+installing doesnt help
I had the very same problem with Eclipse Luna on my Debian.
I did a "mv ~/.eclipse ~/.eclipse-old" (for safety :) ), restart Eclipse and get the "install new software" menu back.
I then remove the ~/.eclipse-old directory
I had similar issue Gere. I went to eclipse/plugins folder, search everything with "oracle" and deleted them. Once I did that I restarted the Eclipse and voila I got back my eclipse. I hope this helps.

Freemarker Eclipse Plug-In

How can I install Freemarker Plug-In in eclipse?
I googled it and found this site
https://sites.google.com/site/hcao2008site/development/leareclipse/install-freemarker-plugin-in-eclipse
but it did not work for me. The URL "http://www.freemarker.org/eclipse/update" as it has mentioned in #3 does not exist. Then I tried the URL "http://www.freemarker.org/eclipse/" then it worked but after installation, I added *.ftl as file types inside
Windows -> Preference -> General -> Editors -> FIle Associations but I could not find the Freemarker editor inside "Associated editors".
I am using Eclipse of Version: Indigo Service Release 1 in windows 7.
Any suggestions please???
You could try the JBoss Tools plugins available from http://download.jboss.org/jbosstools/updates/development/indigo/, they contain the "FreeMarker IDE" which provides a nice freemarker editor.
I didn't find a screenshot of the editor right now, so I will show you how it looks like in my installation (Indigo on Ubuntu 11.10), so that you can decide if this is what you want:
I have installed the freemarker just now, here is the screenshot for it, you can just check it
You can install it, from an update site - http://download.jboss.org/jbosstools/updates/stable/helios/
For installing, open eclipse, than go to Help > Install New Software >> add the above update site url, From the many installations available from that update site, you can just install the editor, you can just install the ‘FreeMarker IDE’ from All JBoss Tools menu. See below screenshot for help.
Jeewan#Feb 21 '12 at 21:38, you are missing the “freemarker” suffix in your link. The complete url is http://www.freemarker.org/eclipse/freemarker/ . It works for me on Eclipse Juno, OS Linux Ubuntu 12.04. #Jason#Sep 28 '12 at 6:59, I don’t understand your answer to mention the solution make more sense.
I found detailed instructions under http://freemarker.org/editors.html in the first table row ("Eclipse", "Part of the JBoss Tools Project. Install like this"). Although I restarted Eclipse as recommended, it was also necessary to reopen each file for the syntax coloring to take effect.
Since July 2016 also published on Eclipse marketplace as separate entry
https://marketplace.eclipse.org/content/freemarker-ide-jboss-tools
Quote
This is quick way to install FreeMarker IDE plugin from JBoss Tools
http://tools.jboss.org/.
Sources are at https://github.com/jbosstools/jbosstools-freemarker
Issue tracker is JBoss Tools JIRA
https://issues.jboss.org/browse/JBIDE (specify component freemarker)
As recommended on http://freemarker.org/editors.html nightly version
is used for Neon.
For Eclipse Oxygen / Photon:
The Freemarker Plugin from JBoss Tools was deprecated in the new release for Oxygen, see changelog for JBoss Tools 4.5.0:
https://tools.jboss.org/documentation/whatsnew/jbosstools/4.5.0.AM2.html#freemarker
So I use JBoss Tools 4.4.4 instead (which was for Neon, but seems to work fine with Oxygen):
https://tools.jboss.org/downloads/jbosstools/neon/4.4.4.Final.html#update_site
Installation:
Help > Install New Software > Add http://download.jboss.org/jbosstools/neon/stable/updates/ > Expand JBoss Application Development > Freemarker IDE

Eclipse Marketplace not showing up (missing) on 3.7 Indigo

I installed the Eclipse Marketplace via http://download.eclipse.org/mpc/indigo/ and Help>Install New Software... and it's not showing up under the help menu as expected after a complete reboot and I can't seem to find anyone else who is having this problem?
What led me to installing the Eclipse Marketplace in the first place was my attempt to install Eclipse Color Themes (http://eclipse-color-theme.github.com/update/). Eclipse Color Themes did not appear where indicated in it's documentation either so I thought I would attempt installing through the marketplace but I think I may have a larger plug-in related issue however plug-ins like Aptana and other misc. custom plug-ins installed correctly.
I'm running Eclipse on Windows 7 64-bit if that's of any help as well.
I had same problem.
I add http://download.eclipse.org/releases/indigo repo and install MPC and Maven.
I tried #d_pilot's answer which didn't work but found the repo at http://download.eclipse.org/mpc/indigo/
You should be able to change the /mpc/(version)/ to get whatever you want from there, which is nice for all the other eclipse classic versions.
more current link: http://www.eclipse.org/mpc/archive.php
To add some Google search terms:
I had this issue when installing via Ubuntu apt-get package management and ransom bot's answer worked for me.

How do I stop the SVN window from opening on Eclipse startup?

As best as I know, I don't need the svn add-on, yet it keeps opening a window on eclipse startup asking for me to choose which svn I want to use. I close the window without cheking any options, and all is well. But this window is very annoying.
I think what has happened is that you have somehow installed the Subversive plugin (maybe it is included in your Eclipse distro by default somehow). The Subversive plugin requires an additional feature to be installed, and that feature is the actual SVN libraries to use. You have a choice of SVN libraries and that is what the dialog is likely asking you to install.
See here for a detailed description:
http://www.polarion.com/products/svn/subversive/download.php#svncon
You have 2 choices:
Install a subversion connector and the dialog will never come up again. This will not harm your system and one day if you choose to use SVN, you will already have the plugin configured.
Uninstall subversive. Go to: Help -> About Eclipse -> Installation Details. Scroll down to the Subversive entries. Select them all and click "Uninstall".
Uninstall the addon.
Help → Install New Software → What is already installed? → [uninstall your SVN plugin here]
Sometimes even though you uninstall subversion, there are still some plugins related to SVN that remaining. You can see them in [Installation details -> Plugins].
Go to your eclipse installation folder (e.g. C:\Eclipse on windows, /Applications/Eclipse on Mac OS X) then plugins folder and remove every file starting with "org.eclipse.team.svn"
You can see the list of the files that need to be removed from Plugins section of Installation details.
Try giving it a fake one and see if it goes away? :)

Subclipse plugin doesn't work in Eclipse?

even though there was no error when installing Subclipse in Eclipse. I won't see the SVN perspective at all?
I have tried with "Eclipse Classic 3.5.1" and with "Eclipse for PHP Developers".
After downloading and unzipping the packages I used Eclipse's "Install Software" mechanism to install Subclipse 1.6.x. I followed the steps described here: http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Subclipse_installation_in_eclipse_galileo.
But after Eclipse re-starts I don't get any SVN Repository perspective? I have tried to un-install/re-install all the software components many times now. Finally after 3 hours of trying I am giving up. Does anyone have any hint what I am missing?
Thanks!
Peter
I had the same problem. I use Windows 7 64 bits OS. I clean read-only flag of eclipse folder in C:\Program Files (x86) and give full access right to all users on my PC. I reinstalled it from update site and it works.
This is a known bug with subclipse: http://subclipse.tigris.org/issues/show_bug.cgi?id=992
EDIT For anyone keeping track of this, it looks like Eclipse Helios SR1 may have fixed the issue. I haven't tested it myself yet, but by the sounds of the discussion at https://bugs.eclipse.org/bugs/show_bug.cgi?id=322929 it should now be working.
I just had this same issue with Ubuntu. It turned out to be permissions. Once I gave write permissions to everywhere in my eclipse installation and then reinstalled subclipse, its views and so forth appeared, just like magic.
I don't know what you are looking for. But after installing the Subclipse plugin, you should have a new entry in the File | New | Project dialog. Something along the lines of "Checkout project from SVN"
Then when you hit continue, you can enter your SVN repository details, check the branch you are interested in, etc. After checking out a project, you can right click on it and go to the "Team" submenu to get the features provided by Subclipse like check in code, diff, merge, etc.
I ran into the exact same problem too. I installed both Subclipse and GWT/GAE plugins and couldn't find any evidence of them after installation.
I'm on Windows 7 and had installed Eclipse 3.5 SR2 into C:\Program Files (x86)\eclipse-3.5. I also put my workspace in C:\Program Files (x86)\eclipse-3.5\workspace. When I was checking things I noticed there was a lock icon on the C:\Program Files (x86)\eclipse-3.5\workspace.
I reinstalled Eclipse to C:\dev\eclipse and the workspace to C:\dev\eclipse\workspace. After that the installation of the plugins went without a hitch and I could see the SVN Repository Exploring perspective (no idea why some of the other posters claim this perspective doesn't exist). I suspect it was some sort of permissions problem on the directories.
Another way to check and see if the whole thing was installed correctly is to go to the SVN Repositories view. Go to Window -> Show View -> Other, and then search for SVN. If you see a bunch of SVN views like "Repositories," Subclipse is installed.
I had this problem due to some kind of incompatibility between Subclipse and Android ADT plugins. One answer suggested yoxos which gives you all your eclipse plugins from one central repository.
Had the same problem. I work on Linux, and when I installed eclipse in /usr/local/eclipse, Subclipse did not show up. The solution was to install Eclipse locally, e.g. in /home/user/eclipse. Now Subclipse (and other plugins too) worked!
Edit: guess it could be the same on Windows.
I think this is due to some incompatibilities between the packages of subclipse and the gwt 2.x plugin and android... as this started happen to me after I upgrade to v 2.0 of gwt back in the day.
The same issue repeats both on Mac and Windows... and it seems no fix has been released.
Now the only way I've found to move on with my work is to remove subclipse and install the latest subversive plugin instead.
http://www.eclipse.org/subversive/
I know this ain't subclipse but it works very similar and no issues with gwt nor android plugins.
it worked for me and so I hope it works for you in the mean time.
cheers,
G.