| author | Marc-Andre Laperle | 2012-01-25 15:23:05 (EST) |
|---|---|---|
| committer | Benjamin CabeĢ | 2012-01-26 04:36:34 (EST) |
| commit | df0e9f104ef7ffd641340b590df5794ad3571bb9 (patch) (side-by-side diff) | |
| tree | 05efab093f20a7bae0bb36284e0dd1c37157e4a2 | |
| parent | 992f54027cdbbe397a753f59b8f8a9f498ca4791 (diff) | |
| download | org.eclipse.koneki.ldt-df0e9f104ef7ffd641340b590df5794ad3571bb9.zip org.eclipse.koneki.ldt-df0e9f104ef7ffd641340b590df5794ad3571bb9.tar.gz org.eclipse.koneki.ldt-df0e9f104ef7ffd641340b590df5794ad3571bb9.tar.bz2 | |
Add editor presentation toolbar
| -rw-r--r-- | plugins/org.eclipse.koneki.ldt.editor/plugin.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/org.eclipse.koneki.ldt.editor/plugin.xml b/plugins/org.eclipse.koneki.ldt.editor/plugin.xml index 7089c47..73ec35d 100644 --- a/plugins/org.eclipse.koneki.ldt.editor/plugin.xml +++ b/plugins/org.eclipse.koneki.ldt.editor/plugin.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?><!-- - Copyright (c) 2009, 2011 Sierra Wireless and others. + Copyright (c) 2009, 2012 Sierra Wireless and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at @@ -15,6 +15,7 @@ point="org.eclipse.ui.editors"> <editor class="org.eclipse.koneki.ldt.editor.LuaEditor" + contributorClass="org.eclipse.dltk.internal.ui.editor.SourceModuleEditorActionContributor" default="false" extensions="lua" icon="img/lua-logo.gif" @@ -159,4 +160,13 @@ </enabledWhen> </page> </extension> + <extension + point="org.eclipse.ui.actionSetPartAssociations"> + <actionSetPartAssociation + targetID="org.eclipse.ui.edit.text.actionSet.presentation"> + <part + id="org.eclipse.koneki.ldt.editor"> + </part> + </actionSetPartAssociation> + </extension> </plugin> |

