GithubHelp home page GithubHelp logo

key-promoter's People

Contributors

kadim avatar

Watchers

 avatar

key-promoter's Issues

Plugin settings are reset to initial state on restart

What steps will reproduce the problem?
1. setup custom values for 
- display time
- number of invocations before create shortcut

 in plugin setting 

2. Click Apply and close settings dialog

3. Restart IDEA with alt+f4 or by clicking X (close) in top left window area

What is the expected output? What do you see instead?
After starting IDEA up plugin settings are reset to initial state. 
Settings are expected to be persistent between restarts

What version of the product are you using? On what operating system?
IDEA 11.0.2 Ultimate Edition, 
Windows 7 x64 running inside VMWare, Windows XP x32 running in VMWare, Normal 
Windows XP x32

Original issue reported on code.google.com by [email protected] on 2 Mar 2012 at 8:47

Project has two entries in the IDEA plugins repository

http://plugins.jetbrains.com/search/index?pr=idea&search=key+promoter

It's not immediately clear which to use. Can the older one be removed?

Original issue reported on code.google.com by drewnoakes on 2 Jan 2013 at 5:43

ClassCastException Exception - WelcomeFrame cannot be cast to IdeFrameImpl

Actually I don't remember the exact thing that caused this. Here is the stack 
trace (Key promoter 1.0.11, Windows 7, PHPStorm 6, JDK 1.7.0_10):

Error during dispatching of 
java.awt.event.MouseEvent[MOUSE_RELEASED,(368,232),absolute(926,380),button=1,mo
difiers=Button1,clickCount=1] on frame5: 
com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame cannot be cast to 
com.intellij.openapi.wm.impl.IdeFrameImpl
java.lang.ClassCastException: 
com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame cannot be cast to 
com.intellij.openapi.wm.impl.IdeFrameImpl
    at org.jetbrains.contest.keypromoter.KeyPromoter.handle(KeyPromoter.java:172)
    at org.jetbrains.contest.keypromoter.KeyPromoter.handleMouseEvent(KeyPromoter.java:137)
    at org.jetbrains.contest.keypromoter.KeyPromoter.eventDispatched(KeyPromoter.java:69)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2430)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2322)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2321)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2321)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2321)
    at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2280)
    at java.awt.Component.dispatchEventImpl(Component.java:4757)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:682)
    at java.awt.EventQueue$3.run(EventQueue.java:680)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:696)
    at java.awt.EventQueue$4.run(EventQueue.java:694)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
    at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:685)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:506)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:333)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Original issue reported on code.google.com by [email protected] on 18 Mar 2013 at 4:26

Custom setting are reset to initial state after PhpStorm restart.

What steps will reproduce the problem?
1. Save custom color scheme for Key promoter plugin.
2. Restart IDE

What is the expected output? What do you see instead?
After starting PhpStorm plugin settings are reset to initial state. When I 
start IDE in terminal console I see a lot of errors (see below).
Settings are expected to be persistent between restarts.

What version of the product are you using? On what operating system?
PhpStorm 7.1.2  Build #PS-133.803
Ubuntu 13.04, 13.10 (all 64 bit)
JDK: 1.7.0_51

Please provide any additional information below.

[   3948]  ERROR - .components.ComponentStoreImpl - 
java.lang.InstantiationException: java.awt.Color 
com.intellij.util.xmlb.XmlSerializationException: 
java.lang.InstantiationException: java.awt.Color
        at com.intellij.util.xmlb.BeanBinding.instantiateBean(BeanBinding.java:178)
        at com.intellij.util.xmlb.BeanBinding.deserialize(BeanBinding.java:122)
        at com.intellij.util.xmlb.OptionTagBinding.deserialize(OptionTagBinding.java:112)
        at com.intellij.util.xmlb.BeanBinding._deserializeInto(BeanBinding.java:165)
        at com.intellij.util.xmlb.BeanBinding.deserialize(BeanBinding.java:122)
        at com.intellij.util.xmlb.OptionTagBinding.deserialize(OptionTagBinding.java:112)
        at com.intellij.util.xmlb.BeanBinding._deserializeInto(BeanBinding.java:165)
        at com.intellij.util.xmlb.BeanBinding.deserialize(BeanBinding.java:122)
        at com.intellij.util.xmlb.XmlSerializer.deserialize(XmlSerializer.java:61)
        at com.intellij.openapi.components.impl.stores.DefaultStateSerializer.deserializeState(DefaultStateSerializer.java:120)
        at com.intellij.openapi.components.impl.stores.XmlElementStorage.getState(XmlElementStorage.java:120)
        at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.a(ComponentStoreImpl.java:265)
        at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.access$000(ComponentStoreImpl.java:44)
        at com.intellij.openapi.components.impl.stores.ComponentStoreImpl$1.run(ComponentStoreImpl.java:78)
        at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:897)
        at com.intellij.openapi.components.impl.stores.ComponentStoreImpl.initComponent(ComponentStoreImpl.java:74)
        at com.intellij.openapi.application.impl.ApplicationImpl.initializeComponent(ApplicationImpl.java:206)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:546)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
        at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
        at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
        at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
        at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponentFromContainer(ComponentManagerImpl.java:164)
        at com.intellij.openapi.application.impl.ApplicationImpl.getComponentFromContainer(ApplicationImpl.java:543)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:192)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:187)
        at org.jetbrains.contest.keypromoter.KeyPromoter.initComponent(KeyPromoter.java:50)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:548)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
        at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
        at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
        at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
        at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:121)
        at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:372)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:112)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:89)
        at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:87)
        at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:509)
        at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:150)
        at com.intellij.idea.MainImpl$1$1$1.run(MainImpl.java:59)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:694)
        at java.awt.EventQueue$3.run(EventQueue.java:692)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
        at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:697)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.InstantiationException: java.awt.Color
        at java.lang.Class.newInstance(Class.java:359)
        at com.intellij.util.xmlb.BeanBinding.instantiateBean(BeanBinding.java:175)
        ... 58 more
[   3952]  ERROR - .components.ComponentStoreImpl - PhpStorm 7.1.2  Build 
#PS-133.803
[   3952]  ERROR - .components.ComponentStoreImpl - JDK: 1.7.0_51
[   3952]  ERROR - .components.ComponentStoreImpl - VM: Java HotSpot(TM) 64-Bit 
Server VM
[   3952]  ERROR - .components.ComponentStoreImpl - Vendor: Oracle Corporation
[   3952]  ERROR - .components.ComponentStoreImpl - OS: Linux

Original issue reported on code.google.com by [email protected] on 20 Feb 2014 at 10:32

Mac menus support

On the Mac window menus not usual Swing menus and not supported by KeyPromoter 
yet, it should be fixed.

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 10:02

Plugin repository page should link to Google Code

http://plugins.jetbrains.com/plugin?pr=idea&pluginId=4455

It'd be more useful if that page linked to this project. Currently the website 
is listed as "N/A".

I only found out about this Google Code project from reading a comment.

Original issue reported on code.google.com by drewnoakes on 2 Jan 2013 at 5:44

Wrong Key Bindings displayed with Tool Windows at bottom

What steps will reproduce the problem?
1. Using Mac 10.5+ key mappings
2. Click on Run(3), Debug(4), TODO(6), or Changes(9) tab at bottom
3. KeyPromoter displays Alt+number

What is the expected output? What do you see instead?
Should display Command+number or what ever the tools windows are mapped to.

What version of the product are you using? On what operating system?
OSX 10.8.5 + Intellij 12.1.6 + KeyPromoter 1.0.11

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Oct 2013 at 5:09

NPE on IntelliJ startup

NPE on startup with this plugin installed.  Only on Java 7 (1.7.02 64bit to be 
precise) On 64bit Windows.

Stack trace.
2012-09-03 08:24:09,662 [ 340594]  ERROR - com.intellij.ide.IdeEventQueue - 
Error during dispatching of 
java.awt.event.MouseEvent[MOUSE_RELEASED,(178,95),absolute(961,553),button=1,mod
ifiers=Button1,clickCount=1] on dialog0 
java.lang.NullPointerException
    at org.jetbrains.contest.keypromoter.KeyPromoter.handleMouseEvent(KeyPromoter.java:93)
    at org.jetbrains.contest.keypromoter.KeyPromoter.eventDispatched(KeyPromoter.java:69)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2430)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2322)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2321)
    at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2280)
    at java.awt.Component.dispatchEventImpl(Component.java:4757)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Window.dispatchEventImpl(Window.java:2713)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:707)
    at java.awt.EventQueue.access$000(EventQueue.java:101)
    at java.awt.EventQueue$3.run(EventQueue.java:666)
    at java.awt.EventQueue$3.run(EventQueue.java:664)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:680)
    at java.awt.EventQueue$4.run(EventQueue.java:678)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:677)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:534)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:121)
    at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
    at java.awt.Dialog.show(Dialog.java:1072)
    at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:871)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:668)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:639)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:610)
    at com.intellij.openapi.application.impl.ApplicationImpl.handleInitComponentError(ApplicationImpl.java:359)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.b(ComponentManagerImpl.java:226)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.access$1100(ComponentManagerImpl.java:54)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:643)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:578)
    at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:242)
    at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:229)
    at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:211)
    at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponentFromContainer(ComponentManagerImpl.java:173)
    at com.intellij.openapi.application.impl.ApplicationImpl.getComponentFromContainer(ApplicationImpl.java:530)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:201)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:196)
    at org.jetbrains.contest.keypromoter.KeyPromoter.initComponent(KeyPromoter.java:50)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.b(ComponentManagerImpl.java:216)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.access$1100(ComponentManagerImpl.java:54)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:643)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:578)
    at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:242)
    at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:229)
    at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:211)
    at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:126)
    at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:399)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:107)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:342)
    at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:84)
    at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:515)
    at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:206)
    at com.intellij.idea.MainImpl$3.run(MainImpl.java:194)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
    at java.awt.EventQueue.access$000(EventQueue.java:101)
    at java.awt.EventQueue$3.run(EventQueue.java:666)
    at java.awt.EventQueue$3.run(EventQueue.java:664)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)


Original issue reported on code.google.com by [email protected] on 3 Sep 2012 at 7:32

Doesn't work with Android studio

What steps will reproduce the problem?
1. Install
2. Restart
3. No popups

What is the expected output? What do you see instead?
I would like to see popups.

What version of the product are you using? On what operating system?
Latest. Debian Sid. Android Studio beta.

Please provide any additional information below.
Please fix.

Original issue reported on code.google.com by [email protected] on 5 Dec 2014 at 3:27

Put screenshots on plugin page and project pages

The old plugin repository page [1] has some screenshots.

It'd help adoption of this fantastic plugin if people could more easily see 
what it does.

I suggest you put the screenshots on the new plugin page [2] and also on the 
Google Code project's front page [3].


[1] http://plugins.jetbrains.com/plugin/?idea&pluginId=1003
[2] http://plugins.jetbrains.com/plugin?pr=idea&pluginId=4455
[3] http://code.google.com/p/key-promoter/

Original issue reported on code.google.com by drewnoakes on 2 Jan 2013 at 5:48

Alt+Insert not detected as the shortcut for creating new files

What steps will reproduce the problem?
1. Right click on a folder in the Project view 
2. Use the context menu (right click) to create a new file


What is the expected output? What do you see instead?
Expected: Key Promoter suggests Alt+Insert
Actual:   Key Promoter suggests assigning a new shortcut 

What version of the product are you using? On what operating system?
1.0.11
Ubuntu 13.10
RubyMine 6.03 RM-133.63243

Original issue reported on code.google.com by [email protected] on 31 Jan 2014 at 10:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.