Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Anna Kozlova
Subsystem
Editor. Intention Actions
Affected versions
No Affected versions
Fixed in build
94.250  
  • Created by   Timur Zambalayev
    3 years ago (30 Nov 2008 01:19)
  • Updated by   Anna Kozlova
    2 years ago (05 Feb 2010 19:16)
  • Jira: IDEADEV-33704
    (history, comments)
 
IDEA-46898 Disabled intention is still showing
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
I disabled "Expand Empty Tag" intention. Still every time I go to an empty tag, the intention bulb is still showing up.
Comments (3)
 
History
 
Linked Issues (?)
 
Dmitry Jemerov
  Dmitry Jemerov
30 Nov 2008 16:37
3 years ago
Are you sure that the lightbulb doesn't come from the inspection that warns about empty tags?
Timur Zambalayev
  Timur Zambalayev
30 Nov 2008 18:15
3 years ago
I have only one intention if I go to an empty tag - "Expand Empty Tag". After I go to an empty tag, the lightbulb shows up. I press Alt-Enter and I have only one intention ("Expand Empty Tag"). After I press ArrowRight, I can see "Enable 'Expand Empty Tag'" which tells me that that intention is disabled.
Alexander Chernikov
  Alexander Chernikov
30 Nov 2008 18:53
3 years ago
9164: reproduced.
This looks like the first intention in menu cannot be turned off correctly.
E.g. get a class. Suppress inspections. By default the class has 2 intentions: "Create subclass", "Create test class".
Disable both from the Alt+Enter menu.
Move cursor off the class name. Move cursor back. See that intention bulb is still shown (bug).
Alt+Enter. See that the second item is grey (correct), the first is not (bug).
Submenus show "Enable" command for both (correct).