Using GGTS on Windows, can I setup the middle click button to copy and paste like that in Eclipse? - eclipse

When I run Eclipse on Linux (Ubuntu), I can quickly copy and paste code using the middle click button on my mouse. Is there a way to set this up on Windows for Groovy/Grails Tool Suite (GGTS)? Thanks
Edit: If it matters any, I am running Version 3.6.0 RELEASE on Eclipse Luna 4.4

Related

PyDev 5.3 and Eclipse Neon 4.6 - pydevd.py loacation (OSx)

I switched from Eclipse Mars to Eclipse Neon today. The Pydev plugin was not installed at the place where it was in Eclipse Mars (/Applications/eclipse/cpp-neon/Eclipse.app/Contents/Eclipse/plugins).
Does anyone know where the pydevd.py is located on OsX.
thanks
The easiest way to know where the PyDev debugger is located is by opening a PyDev editor, writing pydevd and requesting a code completion just showing the templates (ctrl space twice)... A template for creating a programmatic breakpoint will be shown (and it adds the debugger to the PYTHONPATH, so you can see where it's located).

Eclipse kepler full screen mode pulgin?

Is there a plugin to full-creen mode in the Eclipse kepler? I mean I would like to work without command menu, tabs etc. Just only code window increased to full-screen. Is it possible?
Is this what you are looking for?
http://code.google.com/p/eclipse-fullscreen/
There aee few option available for Eclipse full screen feature
http://code.google.com/p/eclipse-fullscreen (As #ConMan answered)
Download jar and put in plugin folder of eclipse
http://marketplace.eclipse.org/content/fullscreen-mode [Plugin on marketplace]
Install from Marketplace or in eclipse Help -> Install New Software
All are working fine on 3.4+ version of eclipse
For OSX Lion,
http://marketplace.eclipse.org/content/full-screen-enabler-eclipse-3637-osx-lion [Plugin on marketplace]
This plugin works for Eclipse 3.6/3.7(Not verified by me)

Debug in Eclipse while running from command line ubuntu

Is there a way I can debug my application (using breakpoints in eclipse) while running it from command line (ubuntu)? I'm using Eclipse Kepler version on Ubuntu 12.04LTS.
I know there's something like attach to process in .net, was wondering if eclipse has some such setup.
Thanks,
Is your application written in C or in Java?
If your application is in C and you are using CDT, you can attach to existing project by:
Run your application from terminal.
In Eclipse CDT, go to main menu "Run"->"Debug Configurations...", double-click "C/C++ Attach to Application" and press "Debug" (you should not need to specify executable and/or project).
For Java applications, see this

eclipse not working after mousefeed plugin installation

I just installed Mousefeed plugin in my eclipse Juno. I was unaware that the plugin doesnot work for eclipse juno. Now the mouse click are unresponsive and I can only use shortcut keys. How do I uninstall the plugin ?
How to uninstall plugin without using the mouse:
Ctrl+3
type "about"
select (with cursors and enter) menus - about eclipse
installation details
choose & uninstall plugin.
If you are unsure which shortcuts to use in Eclipse now, the easiest workaround is probably to shutdown eclipse and to delete the plugin on disk. Eclipse will then start without the plugin the next time.
The plugin should be at <eclipse directory>\plugins\com.mousefeed_1.0.0.jar. If not (depending on your OS and kind of installation), search only for a file containing "mousefeed" in the name and ending with ".jar".

Eclipse Indigo "Install new Software" has "Next" button disabled in Ubuntu 10.04.4

I just downloaded the Eclipse Java EE IDE (64-bit) for Ubuntu 10.04.4. I was trying to install some plug-ins by using Help --> Install New Software. But when I select any site in the consequently appearing dialog-box, the "Next" button is not enabled.
I tried un-installing and re-installing eclipse, getting the tar file of eclipse, even the classic IDE of eclipse, running eclipse as root and nothing seems to work.
Can somebody tell me what's wrong?
P.S. I am attaching a screenshot of the problem
It looks like the install dialog got squeshed vertically. There should be a big table of stuff to install. Try making the dialog bigger.
Click on already installed link and see if the plugin is already installed. Uninstall it -> Restart -> Repeat -> Next button should be enabled