Mouse right click on editor tab does nothing?!
Hi, I just installed 8.0 RC2 #9008. I don't know if this is a "new feature" or bug but when I right click on any tab in editor nothing happens. Where is the popup menu?
If this is a feature please put it back. I'm like blind without it. I had all custom menus in there.
Please sign in to leave a comment.
Right clicking on an editor tab is working fine for me in 9008. You might want to try disabling all third party plug-ins and see if that resolves the problem.
Hello Steve,
The popup menu is definitely there for me in the latest build; we didn't
remove it and don't plan to. Could you please check if there are any exceptions
in idea.log?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks both.
I have disabled all third party plugins with checkbox (with restart) and remained only builtin plugins. It is still not working.
I think the problem must have something to do with the fact that I had 7.0.5 before and then installed 8.0 and imported settings from previous version standard way using setup wizard. 8.0 is installed in separate folder and also user settings are in user home in separate folder.
Found the following exception in the log (no exception in ide):
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(348,111),absolute(344,107),button=3,modifiers=Meta+Button3,clickCount=1] on frame0
java.lang.IllegalArgumentException: cannot add an action twice
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:95)
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:85)
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:64)
at com.intellij.openapi.actionSystem.DefaultActionGroup.addAll(DefaultActionGroup.java:276)
at com.intellij.ui.tabs.impl.TabLabel.handlePopup(TabLabel.java:116)
at com.intellij.ui.tabs.impl.TabLabel.access$100(TabLabel.java:22)
at com.intellij.ui.tabs.impl.TabLabel$1.mouseReleased(TabLabel.java:69)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at com.intellij.ui.tabs.impl.TabLabel.processMouseEvent(TabLabel.java:222)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:223)
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)
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 8.0 Build #9008
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_10
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - OS: Windows XP
2008-11-06 18:26:38,067 ERROR - com.intellij.ide.IdeEventQueue - Last Action:
This should be helpful :)
Edited by: Steve Hickson on Nov 6, 2008 8:39 PM
(with restart)
This is bug in IntelliJ 8.0
Easy to recreate. Here's the steps:
1. Settings (CTRLALTS)
2. IDE Settings -> Menus and Toolbars
3. Press the + button (Add customization scheme) to create a new scheme
4. Press "OK" to save the new scheme
5. Right-click on any editor tab.
6. No pop-up :(
Here's my idea.log:
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(127,106),absolute(123,102),button=3,modifiers=Meta+Button3,clickCount=1] on frame0
java.lang.IllegalArgumentException: cannot add an action twice
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:95)
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:85)
at com.intellij.openapi.actionSystem.DefaultActionGroup.add(DefaultActionGroup.java:64)
at com.intellij.openapi.actionSystem.DefaultActionGroup.addAll(DefaultActionGroup.java:276)
at com.intellij.ui.tabs.impl.TabLabel.handlePopup(TabLabel.java:116)
at com.intellij.ui.tabs.impl.TabLabel.access$100(TabLabel.java:22)
at com.intellij.ui.tabs.impl.TabLabel$1.mouseReleased(TabLabel.java:69)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at com.intellij.ui.tabs.impl.TabLabel.processMouseEvent(TabLabel.java:222)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:223)
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)
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 8.0 Build #9013
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_10
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - OS: Windows XP
2008-11-14 14:04:32,635 ERROR - com.intellij.ide.IdeEventQueue - Last Action: ShowSettings
Edited by: dota168 on Nov 14, 2008 10:19 PM
I don't know if this is the right fix,
but i deleted customization.xml in
C:\Documents and Settings\dota168\.IntelliJIdea80\config\options
to bring back the editor tab popup
Hello dota168,
This problem should be fixed in build 9144: http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I confirm that it is fixed in #9144
The weight that a lady carries on her shoulders with the http://www.sale-handbags.com/Marni-c-23.html on would depend upon the number of things that she would call essentials. The list of essentials would differ from one woman to another but there are certain things which would remain the same for everyone.Women would typically carry cell phones in their http://www.sale-handbags.com/Miumiu-c-32.html. The weight of the cell phone would vary depending on the kind of the model one has. Though, it should not be contributing that much as women like the light weight slim phones as compared to the bulky and heavy ones. Then, she would definitely have a small vanity pouch in the http://www.sale-handbags.com/Mulberry-c-18.html. The weight of the cosmetics should not be much, but one never knows if the lady is carrying moisturizers and body lotions along in the http://www.sale-handbags.com/Prada-c-38.html. And in case, these bottles are anything but the http://www.sale-handbags.com/Thomaswylde-c-17.html bottles, the weight of these could be counted in.The wallet and the coin purse would be the next that a woman would definitely carry in her http://www.sale-handbags.com/Valentino-c-11.html. In case, the coin purse is a serious business, the weight of the coins could add pounds to the http://www.sale-handbags.com/Versace-c-14.html. A couple of clothes like a pair or bikini, or a cap, a silk scarf and all things of that nature would add to the bulk of the http://www.sale-handbags.com/Yves-Saint-Laurent-c-16.html. Women would usually have cloth http://www.sale-handbags.com/Anya-Hindmarch-c-28.html for an impulsive grocery or other shopping. Carrying an extra shade and a pair of eye glasses is also noticed. Umbrellas and wet tissues would also add to the total weight of the http://www.sale-handbags.com/Armani-c-12.html.The above mentioned things are the bare minimum. Women would keep adding to the list as per their specific needs and thus the weight of the http://www.sale-handbags.com/Balenciaga-c-36.html would be always on a rising edge. Considering that, women should be looking at the actual weight of the http://www.sale-handbags.com/Bally-c-22.html they are going for. As with the things that would go into the http://www.sale-handbags.com/Bottega-Veneta-c-20.html, the http://www.sale-handbags.com/Burberry-c-29.html would also have some additional weight. And all this weight would total up to the burden to the delicate shoulder of a woman. http://www.sale-handbags.com/Cartier-c-13.html like Louis Vuitton Monogram Canvas Babylone http://www.sale-handbags.com/Celine-c-25.html could be considered the one that would not only have strong handles but at the same time would have the least weight.Buying http://www.sale-handbags.com/Chanel-c-3.html could not be easy for everyone, hence, the replicas or the imitation http://www.sale-handbags.com/Chloe-c-39.html could be looked at as an alternative. Imitations can be available at less than half the prices at the Louis Vuitton fake collection. That doesn't mean that it would be only non- http://www.sale-handbags.com/Christian-Dior-c-33.html that could be available to match the ideal weight criteria. Taking time out to wonder about the local market could also help women with many cost effective options. There are non-designer brands in the market which are known for quality.
---
Original message URL: http://devnet.jetbrains.net/message/5278702#5278702