-
mmazas changed the public information on the JavaCC Eclipse Plugin project.
2009-11-10 17:25:28 UTC in JavaCC Eclipse Plugin
-
Hi
under the Galileo release the sf.eclipse.javacc.editors.JJCallHierarchy cannot find the following import : org.eclipse.jdt.internal.ui.actions.IWorkbenchCommandIds.
2009-09-01 11:20:11 UTC in JavaCC Eclipse Plugin
-
The JTB jar file name is not saved in the preferences store.
Fix is in the attached patch.
2009-05-27 13:07:44 UTC in JavaCC Eclipse Plugin
-
Fixed a format problem
Does not have CVS write access, so I created a patch.
2009-05-27 08:36:18 UTC in JavaCC Eclipse Plugin
-
Got 5.14.
Fixed JJPropertyPage dialog box missing properties.
Does not have write access to CVS, so I created patch.
2009-05-27 08:35:19 UTC in JavaCC Eclipse Plugin
-
Bonjour
J'ai réalisé quelques améliorations sur votre plugin JavaCC pour Eclipse (en partant de la version 1.5.12, en Java compatible 1.5).
Elles concernent principalement le formattage, la coloration syntaxique, l'auto-indentation, la gestion des préférences et 2 fixes.
J'ai cherché à rendre plus lisibles les fichiers jjt, en alignant les { et }, les ( et ), en désindentant les...
2009-04-22 16:44:40 UTC in JavaCC Eclipse Plugin
-
Inside the JTB Editor, the popup menu (right click) is the same as the JavaCC Editor's one, but in my opinion it should be a little different : it should show Compile with JTB and not with JavaCC, and not show Compile with JJDoc.
Besides this, the Format, Open declaration and Toggle comment commands do not seem to work for this JTB Editor (or may be that's because the extension point is not...
2007-04-18 13:06:17 UTC in JavaCC Eclipse Plugin
-
In fact, it must be splitted in two different filterNames, otherwise the menu will not appear
2007-04-18 12:48:00 UTC in JavaCC Eclipse Plugin
-
Please delete this case as it has already been submitted.
2007-04-18 12:42:22 UTC in JavaCC Eclipse Plugin
-
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"
2007-04-18 12:31:32 UTC in JavaCC Eclipse Plugin