Google Code Exporter

Results 11083 issues of Google Code Exporter

``` 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

``` What steps will reproduce the problem? 1. Use a wrong package name in the flex file. 2. Turn on the "Embedded Java code support" 3. Open the flex file....

Priority-Medium
Type-Defect
auto-migrated

``` java.lang.reflect.InvocationTargetException: java.lang.reflect.InvocationTargetException java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.openapi.util.KeyedExtensionFactory.getByKey(KeyedExtensionFactory.java:93) at com.intellij.openapi.util.KeyedExtensionFactory.access$000(KeyedExtensionFactory.java:32) at com.intellij.openapi.util.KeyedExtensionFactory$1.invoke(KeyedExtensionFactory.java:50) at $Proxy67.create(Unknown Source) at com.intellij.openapi.fileTypes.FileTypeEditorHighlighterProviders$1.getEditorHighlighter(FileTypeEditorHighlighterProviders.java:49) at com.intellij.openapi.editor.highlighter.EditorHighlighterFactoryImpl.createEditorHighlighter(EditorHighlighterFactoryImpl.java:74) at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent.createEditor(TextEditorComponent.java:169) at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent.(TextEditorComponent.java:108) at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl$PsiAwareTextEditorComponent.(PsiAwareTextEditorImpl.java:63) at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl$PsiAwareTextEditorComponent.(PsiAwareTextEditorImpl.java:56) at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl.createEditorComponent(PsiAwareTextEditorImpl.java:42) at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl.(TextEditorImpl.java:46)...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. open IDEA project 2. start/force reindexing 3. breaks at several .flex files, see example below What is the expected output? What do...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open attached test2.flex file in IDEA with Jflex plugin enabled. What is the expected output? What do you see instead? No syntax...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open attached test.flex file in IDEA with Jflex plugin enabled. What is the expected output? What do you see instead? No syntax...

Priority-Medium
Type-Defect
auto-migrated

``` %buffer, %ctorarg options are unknown to plugin %state, %xstate are mishandled ``` Original issue reported on code.google.com by `[email protected]` on 7 Oct 2009 at 3:48 Attachments: - [2009-10-07_1939.png](https://storage.googleapis.com/google-code-attachments/idea-jflex/issue-5/comment-0/2009-10-07_1939.png)

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open configuration for JFlex What is the expected output? What do you see instead? I expect some configuration dialog, but i get...

Priority-Medium
Type-Defect
auto-migrated

``` No message java.lang.NullPointerException at com.intellij.ide.actions.ShowSettingsUtilImpl.a (ShowSettingsUtilImpl.java:36) at com.intellij.ide.actions.ShowSettingsUtilImpl.editConfigurable (ShowSettingsUtilImpl.java:13) at org.intellij.lang.jflex.compiler.JFlex$1.run(JFlex.java:194) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run (LaterInvocator.java:20) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:155) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:136) at com.intellij.ide.IdeEventQueue.dispatchEvent (IdeEventQueue.java:70) at java.awt.EventDispatchThread.pumpOneEventForFilters (EventDispatchThread.java:273)...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. go to settings 2. click on JFlex 3. What is the expected output? What do you see instead? Expected to see configuration...

Priority-Medium
Type-Defect
auto-migrated