Fork me on GitHub
#cursive
<
2016-01-07
>
hlship19:01:26

So, I'm on IntelliJ 15 EAP and things are mostly working fine.

hlship19:01:54

But I have an issue where I hit ^J to get documentation of a symbol, and the popup window is always huge.

hlship19:01:28

And doesn't dismiss correctly via keyboard shortcut.

hlship19:01:18

I've changed the window to be pinned and docked, otherwise it is too distracting. Is this a Cursive issue or IntelliJ?

cfleming21:01:05

@hlship: I’m not sure, I’ve not seen that. I’m on 15.0.2 and the popup window seems ok. Is it the same size for other languages (e.g Java)?

hlship23:01:59

@cfleming: Haven't coded Java in a while ...

cfleming23:01:24

@hlship: Anything else will do, html, css

cfleming23:01:36

Anything you can get the doc on

hlship23:01:14

Nope, not Cursive based per-se. Getting the same useless behavior for HTML elements in a .html, for example.

hlship23:01:14

But in 14, it works how I'd expect; ^J raises a floating window, remembers its size from before, and ESC will dismiss the window.

hlship23:01:30

(I'm keeping a 14 around just for these comparisons).