zjhmale / intellij-clojure-pretty-symbol

Pretty symbols for your Clojure development with IntelliJ IDEA
39 stars 2 forks source link

def is replaced by symbol on some lines, even when that option is turned off #2

Closed Engelberg closed 8 years ago

Engelberg commented 8 years ago

I have disabled def in the settings for the plugin, but some lines (not all) still replace def with the symbol. I have no idea why it does it for some lines but not others.

zjhmale commented 8 years ago

i will fix it out. thx! btw, can you put the code snippets here which comes out unexpected behavior? @Engelberg

zjhmale commented 8 years ago

there is no need to put code snippets here. i just fixed this issue.

i think after disabled def in the settings.

something like

(def a 1)

will still replace def with the symbol

and something like

(def a (+ 1 2))

will not replace.

i will upgrade this plugin to use kotlin and gradle later, so this bug fix will not upload to Jetbrain Plugin system immediately, just wait for most two days.

thx again :)

Engelberg commented 8 years ago

Thanks. P.S. I'd be interested in symbols for <= and >=.

zjhmale commented 8 years ago

:+1: that's also exactly what i want, Math rocks! :)

zjhmale commented 8 years ago

@Engelberg i just upload a new release.

2016-03-22 8 38 39

you can update the plugin now, Cheers!