Fork me on GitHub
#cursive
<
2015-10-07
>
cfleming02:10:09

Cursive 0.1.63 is out, fixes some bugs and improves a few things too.

potetm03:10:51

@cfleming: Man, that sucks about esc.

cfleming03:10:24

Yeah. All is not lost, I’m going to hack IdeaVim and add an extension point, and send a PR.

cfleming03:10:32

If he’s not interested I’ll just run a fork.

potetm03:10:38

Haha nice!

cfleming03:10:21

I mean, it’s a reasonable use case. This is also broken in anything else using a toolwindow (Python console, SQL console etc)

potetm03:10:10

Right. I can’t imagine why they wouldn’t take something that just adds an extension point.

potetm03:10:40

Especially for something they acknowledge is a bit of a pain point on their main page.

cfleming03:10:15

Yeah. We’ll see how that works out for me simple_smile

danielcompton03:10:09

> I can’t imagine why they wouldn’t take something that just adds an extension point. famous last words

danielcompton03:10:23

The experience for upgrading plugins is still poor in IntelliJ 15 😞

cfleming03:10:28

Yeah, that is one sucky part of their API

danielcompton03:10:47

and the one that every plugin has to use simple_smile

danielcompton03:10:19

you buried the lede on 63. Loving the new icons!

cfleming03:10:18

Nice, I didn’t have time to come up with one for CLJC or EDN

simax9907:10:56

I just updated to Cursive 0.1.63 on IntelliJ EAP 15 Community edition build: IC-142.5239 (on Windows) and now IntelliJ doesn't seem to know about Clojure any more . All the syntax colouring has disappeared. Cursive is still ticked in the plugin section. I've restarted IntelliJ a couple of times - to no avail. Anyone know what I did wrong?

danielcompton07:10:48

@simax99: have you tried uninstalling the plugin and reinstalling it?

simax9908:10:03

I tried ticking then unticking in the plugins section. But not uninstalling I'll try that now.

simax9908:10:38

@danielcompton Ok, I uninstalled cursive. Then reinstalled it, everything went as expected. When I go back to plugins - cursive is not in the list. Re-started IntelliJ - still no joy, cursive still not listed in plugins. Went through the process several times - still not there. Any other suggestions greatly received simple_smile

cfleming08:10:03

@simax99: That’s very strange.

cfleming08:10:30

In case of problems, the safest way to install is to download the zip and install from disk.

simax9908:10:09

@cfleming, yeh - I've never had a problem, updated cursive and IntelliJ many times - no problem.

cfleming08:10:15

Grab https://cursiveclojure.com/cursive-15-0.1.63.zip and then Settings-&gt;Plugins-&gt;Install from Disk

cfleming08:10:47

Every so often it fails, and I’ve never worked out why since I can never reproduce it.

simax9908:10:49

@cfleming will do, I'll report back

cfleming08:10:35

@simax99: Thanks. If you then get basic things not resolving, the first thing to try is File-&gt;Invalidate caches and restart

cfleming08:10:09

The indexes get borked from time to time, often when upgrading for some reason. That forces a rebuild.

simax9908:10:58

@cfleming Perfect - everything's back again - thanks for your help - and for Cursive, it just keeps getting better and better. simple_smile

cfleming08:10:26

@simax99: Awesome, thanks for letting me know. Glad you’re liking Cursive, too!

cfleming08:10:57

I’m hoping to fix all this upgrading nonsense sometime soon.