eclipse Mars default Velocity editor - eclipse

I accidentally associated VM files with EditPadPro and I want to revert.
What was the eclipse Mars default Velocity Editor? I can't see anything obvious in the File Associations dropdown.
Was it just Text Editor? If so I will find a plugin for VMs a la:
Velocity editor plugin for Eclipse Luna
Many thanks.

Eclipse donot have intergrated editor for .vm files.You can install plugin to edit it.There are some choices for you:Veloeclipse态VeloEdit.... But I donot know if these plugins can installed and used in the lasted version Eclipse.

Related

Eclipse Add Perspective to Runtime

I'm creating a content analysis plugin for Eclipse and I'm testing it in Eclipse by running Eclipse Application.
This worked well (since my plugin only had to work with a plain text editor), but now my company has stepped over to using oXygen as XML plugin in Eclipse for our technical writers. To test whether my plugin also works with oXygen in use, I need to have the oXygen XML Author plugin working in the Runtime.
I have oXygen working in my main Eclipse, but that is not what I want: I need it in my Runtime Environment.
So my question is: how can I add this oXygen plugin to the Eclipse Runtime Environment?
Go to your debug/run configuration -> Select the configuration in question.
Go to plug ins tab. Check if the Oxygen plugin is in the list. If not then add it explicitly and launch the runtime again.
Hope it helps.
cheers,
Saurav

Velocity editor plugin for Eclipse Luna

I was searching for a Velocity editor plugin for Eclipse Luna but I could not find any. I found couple of editor plugins like:
Veloeclipse
Velocity Editor
Veloedit <--------------- This is now working on Luna 4.4.1!
QIQU
Velocity Web Edit
None of this worked for Eclipse Luna. Does anyone else know any other plugin for editing Velocity files in Eclipse Luna?
Thank you in advance!
You can install support for 2.0 style plugins using Help > Install New Software.
Select the 'Eclipse Project Updates' site (http://download.eclipse.org/eclipse/updates/4.4).
You will find 'Eclipse 2.0 Style Plugin Support' in the 'Eclipse Tests, Examples and Extras' section.
Install it.
After, simply install Veloeclipse or other old "2.0 style" plugin
Veloedit worked, following the installation instructions from their github page: https://github.com/vaulttec/veloedit
Installation
Online updates are available from
https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/.
Define a site bookmark in Eclipse's Update Manager view,
navigate to the update site via this bookmark and install
the Velocity UI feature.
Veloedit seems the most prominent option for file editing, but it has installation problems currently. More information about the current status in active SourceForge bug.
I can confirm that installing 'Eclipse 2.0 Style Plugin Support' made the plugin work in Eclipse Luna. Thanks.

Jess Editor Plugin not Appearing in Eclipse Luna

I have the Jess DE installed on an old version of Eclipse (Helios), and when I open any of my Jess files there, they are nicely displayed with appropriate colors, etc. I installed a newer version of Eclipse (Luna) in order to install PyDev, and meanwhile added all the Jess editor plugin files. I added them in exactly the corresponding subfolders as my older version of Eclipse, but have had no luck getting those files to open with the right editor. They'll open, but only as plain text, and trying to do an open with does not show the Jess Editor as an option. I restarted Eclipse a couple of times, but no luck. I also tried to follow these instructions:
"Help > Software Updates > Manage Configuration in Eclipse, and enable the JessDE feature"
but that menu doesn't actually seem to appear in Luna. Installation details under the plugins tab also doesn't seem to show the Jess editor.
Any ideas what could be going wrong here? I'd love to have just a single version of Eclipse running on my machine, instead of several...
Thanks!
I have your same problem. In mine Eclipse KEPLER version goes all right, but when I do the SAME installation in LUNA, something goes wrong.
Probably, the last version of JESS (7.1p2) doesn't is compatible with LUNA. I hope not.

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".

How to use the Velocity Eclipse plug-in?

I'm trying to create a theme plugin for Liferay with Velocity, but I'm having some problems.
I'v installed the Velocity plug-in to Eclipse from here http://veloedit.sourceforge.net/updates/ . But I cant find it in Eclipse UI. How do I use it to edit Liferay velocity templates? Can you give some examples?
Once you have installed the Velocity plugin, next you need to create your Liferay theme plugin. This can be done with the Liferay Plugins SDK and with the Liferay IDE. Here is a tutorial for how to work with Liferay themes. Once you have created your theme, you can customize any of the existing *.vtl files (velocity templates). You just need to put these under the _diffs folder for the theme project, _diffs/templates. Once you have copied a VTL file into the templates folder, you can edit it, by right-clicking the file in Eclipse and choosing "Open with > Velocity Editor".