chashnikov / IntelliJ-presentation-assistant

Other
97 stars 20 forks source link

Dirty fix for first shortcut slow-down + better display for popup #13

Closed yeswolf closed 8 years ago

yeswolf commented 8 years ago

Notes:

  1. A lot of changes for new Kotlin version cause I could not compile the old one
  2. Not sure with the shortcuts on Windows, but: what we need is to get rid of loading all fonts on UI thread, cause it's really bad. May be we should load it in some background thread or better - on app start and then save somewhere.
  3. I'm not against the round corners, but I guess more simple approach will be much better for displaying the popup. Just because it's flat. Round corners and mask cause various problems when using it on Mac - for example, we still have not-rounded corners for first shortcut. Next, when round-corners appear - it still looks bad. No round-corners seems to be better for me.
chashnikov commented 8 years ago

I've merged your commit and corrected some problems, thank you for the contribution!