vaulttec / veloedit

Eclipse editor for the Velocity Template Language (VTL)
Eclipse Public License 1.0
41 stars 4 forks source link

Velocity Editor with no syntax coloring #10

Closed hski-github closed 7 years ago

hski-github commented 8 years ago

I have installed Veloedit for Eclipse Mars.2 via Marketplace access from within Eclipse and clicked on install there. There was something installed e.g. a velocity editor was available, but when opening a vm file with this velocity editor, there was no coloring in the editor. I then tried to install via Update site and choosed Velocity UI (some maven plugin was depending to be updated). But again Velocity Editor does not show syntax coloring.

lazarkovacevic commented 7 years ago

The same problem in Mars.2, Neon and Neon.1.

glewe commented 7 years ago

Same here with Neon! Fix appreciated.

glewe commented 7 years ago

Using Eclipse Neon and Install New Software pointing to https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/

An update was performed. Now the syntax highlighting is totally gone.

Looking that the File Associations, the Velocity Editor is not available anymore.

tjuerge commented 7 years ago

@glewe Starting with version 1.0.7 the editor leverages the extension point org.eclipse.core.contenttype.contentTypes instead of the old file associations mechanism:

screenshot eclipse neon 1 veloedit 1 0 7

So add your custom file associations to the list of the Velocity editors content types now.

glewe commented 7 years ago

Thanks. That resolved it. My extension *.vtl was not in that list.