Fork me on GitHub
#cursive
<
2015-12-28
>
simax9910:12:39

Hey @cfleming I presume you still didn’t get a chance to try this yet. https://clojurians.slack.com/archives/cursive/p1450644434001192. Sorry to keep asking. I just mention it again in case you’d forgotten.

onetom11:12:43

@simax99: which intellij version r u using? i was just working w 15.0.2 in the past few days and i had no issues w resizing

simax9911:12:20

@onetom: Resizing is fine with keyboard when I open the REPL window. But when I actually run a Run/Debug configuration I lose the ability to resize with the keyboard. It’s very odd.

onetom12:12:40

r u on a mac and trying the resize with cmd-shift-left-right? im using the mac os x 10.5+ layout combined w the cursive clojure keymap and it does work even after i've connected to a repl, though im trying a remote repl.

simax9913:12:32

Yes, mac os x 10.11.2 + cursive clojure keymap but with a local repl. AFAICR same happens on my Windows 10 setup at work as well.

moizsj13:12:33

i am trying to set the cursive bindings (after setting intellij's keybindings to Eclipse (mac) ), i get an error saying current keymap cannot be modified

moizsj13:12:14

anybody know how to work around the above issue?

moizsj13:12:29

ok, figured it out. first make a copy, this allows it to be modified

wilkerlucio20:12:53

guys, I had an accident here, I was working in a project on IntelliJ that I hand't started the git repository, then I started the git, add some files, checked that some was wrong, I was wanting just to remove the files from the cache, but I did a git reset --hard, which removed all the files... I wonder if IntelliJ has some cache that I could restore the files from

wilkerlucio20:12:35

do you know if there is a way for me to recover this? intellij has any sort of internal cache?

cjmurphy20:12:48

R.Click -> Local History -> Show History

wilkerlucio20:12:42

it says Nothing Here =/

cjmurphy20:12:44

Hmm - sorry that's the only way I know into an IntelliJ cache of any sort. The other things would be OS specific, looking at last night's backup etc. Or re-creating your work yourself as you will be quicker at it this time.

wilkerlucio20:12:12

yeah, I guess I'll have to rewrite

cfleming23:12:01

@wilkerlucio: local history on the containing directory?

wilkerlucio23:12:08

wasnt working, I think the git reset really removed all

wilkerlucio23:12:09

at least getting it back was faster than I expected, the project is more progressed now than before the issue

yuris23:12:39

@simax99: I noticed that same resizing weirdness long ago. It's more weird for me (maybe for you too) If I click on the Tools icon on the top right corner of the REPL window, where you have the Resize menu, and don't do anything else, just click on that wheel, then all of a sudden Ctrl-Shift-Left and Right start working. It annoys the hell out of me, since I'm keyboard centric. I never raised an issue since I'm quite sure it's an IJ quirk.