chashnikov / IntelliJ-presentation-assistant

Other
97 stars 20 forks source link

General questions #1

Closed justin808 closed 10 years ago

justin808 commented 10 years ago

Looks promising. I'm using in the RC of RubyMine 6 with Vim plugin.

  1. Is it configurable?
  2. Where to report issues?
  3. Escape key sometimes does not function (I'm using vim bindings)
  4. My keymap of ctrl-tab to go to next splitter does not work.
  5. How to turn off the display of keystrokes (menu choice to turn off does not disable the display of keystrokes.
chashnikov commented 10 years ago
  1. What do you need to configure? Currently there are only 2 options in Settings | Presentation Assistant: enable/disable and 'font size'.
  2. Here in GitHub issue tracker.
  3. What do you mean by 'not function'? The plugin doesn't show hint when it is pressed?
  4. What do you mean by 'does not work'? Note that the plugin doesn't show keystrokes from your own keymap, it shows the default ones.
  5. Do you want to see only the action name? Why? IntelliJ-based IDEs are keyboard-centric so it's essential to advertise keyboard shortcuts.
justin808 commented 10 years ago

When I disable the presentation mode, I still see the commands echoed. I see that I can turn this off in the preferences page where you set the font.

order_spec_-_bpos_-____j_blink_bpos_

chashnikov commented 10 years ago

The plugin works independently of 'Presentation mode' option indeed. 'Presentation Mode' expands editor to the full screen and sometimes you don't need this during presentation but still want to track performed actions.

hhariri commented 10 years ago

@chashnikov what would be useful though is if you can have an option to hook it to Presentation Mode so that when you activate PM it also activates this. De-activate can be optional too.

I know...this is Kotlin, I should do a PR :)

AlanFoster commented 10 years ago

@hhariri +1 :)

hadason commented 7 years ago

+1 I agree, it would be great if you can configure it to work only in Presentation mode. disabling the plugin requires restarting Webstorm at the moment which is quite annoying. Beautiful plugin though :)

chashnikov commented 7 years ago

@hadason You don't need to disable the plugin to switch off its functionality, just use View | 'Descriptions of Action' menu item.

MyDogTom commented 6 years ago

Current plugin description even mention "Description of Action"

This plugin shows name and Win/Mac shortcuts of any action you invoke (View | Descriptions of Actions)

but it's not obvious at all. I would make more obvious how enable/disable shortcuts display. Something like that:

This plugin shows name and Win/Mac shortcuts of any action you invoke. Use "View | Descriptions of Actions" to enable/disable shortcuts display.