When one uses a "standard" jtb file, named xxx.jj.jtb, he gets in the
package explorer JavaCC menu two compile entries, Compile with JavaCC and
Compile with JTB : he should have only the second one.
In the plugin.xml, just change the nameFilter from "*.jj* (which allows
*.jj.jtb) to "*.jj,*.jjt"
<extension point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.core.resources.IFile"
adaptable="false"
nameFilter="*.jj,*.jjt"
id="javacccompile">
<action
label="%Compile_with_JavaCC"
menubarPath="JJGroup"
icon="icons/jj_file.gif"
class="sf.eclipse.javacc.actions.JJCompile"
enablesFor="1"
id="javacc.compile">
</action>
</objectContribution>
Nobody/Anonymous
None
None
Public
|
Date: 2007-06-10 13:51
|
|
Date: 2007-04-18 12:48
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-06-10 13:51 | koutch |
| close_date | - | 2007-06-10 13:51 | koutch |