javalover520 / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Type not added to kitsfortypes.properties #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Import project into Netbeans IDE 7
2.Create new lexer file within "Other Sources/jflex/jsyntaxpane/lexers" by 
copying another one; change %class and constructor (as described in wiki)
3.Create new SyntaxKit-class by copying another one and changing class and 
constructor.
4.Build everything.

After successfully building, content type and class for my new lexer are 
missing in kitsfortypes.properties, so it is not available for selection.

I´m using Windows 7 x64 with Netbeans 7.0.

Original issue reported on code.google.com by codemast...@googlemail.com on 28 May 2011 at 12:38

GoogleCodeExporter commented 8 years ago
ok, finally got it after adding the specific files in the "src/main/ressources" 
folder.
maybe you could add this step to your wiki entry, too.

Original comment by codemast...@googlemail.com on 29 May 2011 at 11:33