Identifier Highlighter

Labels

 
(None)
  1. Jan 22

    Anonymous says:

    I also would like to report the same crash mentioned in the previous post. For m...

    I also would like to report the same crash mentioned in the previous post. For me IH always crashes when I hover mouse pointer over "@Override" annotation placed before implemented from interface method. Such annotation is inappropriate for implemented methods and IDEA complains about it. And that somehow result in IH crashes.

    1. Jan 22

      Anonymous says:

      I meant crash with this stack trace Error during dispatching of java.awt.event.I...

      I meant crash with this stack trace

      Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent$1@d6af03,notifier=null,catchExceptions=false,when=1232643924515] on sun.awt.windows.WToolkit@7c9586
      java.lang.NullPointerException
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:293)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:302)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:302)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:302)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:302)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.findChildIdentifier(IdentifierHighlighterEditorComponent.java:302)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent.handleCaretPositionChanged(IdentifierHighlighterEditorComponent.java:189)
          at com.lgc.identifierhighlighter.IdentifierHighlighterEditorComponent$1.run(IdentifierHighlighterEditorComponent.java:74)
          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:35)
          at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99)
          at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217)
          at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
          at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
          at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    2. Feb 18

      Anonymous says:

      This bug will be fixed in the next version\!

      This bug will be fixed in the next version!

  2. Apr 17

    Anonymous says:

    Identifier Highlighter interferes with the context menu in the editor window of ...

    Identifier Highlighter interferes with the context menu in the editor window of IntelliJ. I.e. when I have the plugin installed, I don't get a context menu anymore. Not even when I disable the plugin via it's own global config setting. I'm using IntelliJ IDEA 8.1 (Build 9732) and the latest version of Identifier Highlighter (3.47).

    The idea.log shows the following stacktrace:

    2009-04-17 16:45:59,983 [ 182553]  ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(269,97),absolute(265,93),button=3,modifiers=Meta+Button3,clickCount=1] on frame0 
    java.lang.StackOverflowError
    	at com.intellij.util.containers.ConcurrentHashMap.equals(ConcurrentHashMap.java:1381)
    	at com.intellij.util.containers.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:269)
    	at com.intellij.util.containers.ConcurrentHashMap.get(ConcurrentHashMap.java:683)
    	at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponentFromContainer(ComponentManagerImpl.java:49)
    	at com.intellij.openapi.application.impl.ApplicationImpl.getComponentFromContainer(ApplicationImpl.java:182)
    	at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:21)
    	at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:170)
    	at com.intellij.openapi.actionSystem.ActionManager.getInstance(ActionManager.java:39)
    	at com.intellij.ide.ui.customization.CustomizationUtil.a(CustomizationUtil.java:64)
    	at com.intellij.ide.ui.customization.CustomizationUtil.access$000(CustomizationUtil.java:88)
    	at com.intellij.ide.ui.customization.CustomizationUtil$CachedAction.getChildren(CustomizationUtil.java:12)
    	at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:58)
    	at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
    	at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
    	at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
    	...
    	[snip - thousands of identical lines]
  3. Jun 26

    Anonymous says:

    I just tried your fantastic IDEA plugin and I have a little suggestion: If the ...

    I just tried your fantastic IDEA plugin and I have a little suggestion:

    If the cursor is placed on the right side of a class, method or attribute name the subject should be highlighted also. This would be extremely useful on writing new expressions.

    Example:

    int i = 1;
    // other code
    int j = 42 * i<CURSOR>

    According to my suggestion the 'i' should be highlighted in the example above (currently it is not).

    Thanks for this great work!

    Oliver

Add Comment