idea-jflex icon indicating copy to clipboard operation
idea-jflex copied to clipboard

A plugin for IntelliJ IDEA to enable JFlex support

Results 20 idea-jflex issues
Sort by recently updated
recently updated
newest added

Error trace ``` com.intellij.diagnostic.PluginException: Cannot load class org.intellij.lang.jflex.compiler.JFlexSourceGeneratingCompiler ( error: com/intellij/openapi/compiler/SourceGeneratingCompiler, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=JFlex Support, id=JFlex Support, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2022.3\plugins\JFlex_Support_10654.jar, version=1.5.1, package=null, isBundled=false), packagePrefix=null, instanceId=197, state=active) ) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:428) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:242) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:214)...

1.4 is old. I cannot use proper unicode names in my scanner.

Move from `org.intellij.lang.jflex` to `de.jflex.ide.idea`

I cannot open the following flex file in IntelliJ; the editor crashes and a stacktrace is reported in the idea.log file - https://gist.github.com/carymrobbins/93fdab8947410686f94fb8dd5c2e3314 Originally logged this to the IntelliJ bug...

Hi, when I`m trying to "Run Jfex generator" it tryes to download https://github.com/JetBrains/intellij-community/raw/master/tools/lexer/jflex-1.4/lib/JFlex.jar, but currently it doesn`t exist in repository. About two weks ago developers of intelliij-community replaced it by...

Could you please add support of %byaccj option? There is example for JFlex and BYacc/J http://jflex.de/manual.html and plugin shows errors after %byaccj option

One with correct colours, other with wrong colours. Idea uses the wrong set of colours.

Occasional light backgrounds, hardly readable dark-blue text...

``` What steps will reproduce the problem? 1. Clone intellij-community repo 2. git checkout idea/135.1230 3. Create an IntelliJ Plugin SDK 4. Set sources to cloned repo 5. Open a...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Create .flex file in IDEA 13 following the tutorial http://confluence.jetbrains.com/display/IntelliJIDEA/Lexer+and+Parser+Definition . 2. Try to disable the option "Settings → Compiler → Use...

Priority-Medium
Type-Defect
auto-migrated