zjhmale / intellij-clojure-pretty-symbol

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

comp symbol not showing up #7

Closed Engelberg closed 8 years ago

Engelberg commented 8 years ago

I installed the latest version of the plugin, which has an option for comp, but even with that enabled in my settings, I'm not seeing any symbol appear for comp.

zjhmale commented 8 years ago

hi @Engelberg i got comp symbols here.

image

and if i do not misunderstand you, you mean that after you enabled comp symbols in settings panel, they just not showing in the editor immediately right? i tried to make that happen when you click apply button, but due to an internal design of Intellij, we have to type something in the editor i.e. type enter, to see the changes from settings, here is a example, may that help you.

snapshot

Engelberg commented 8 years ago

I specifically mean the pretty comp symbol, just that one symbol. I type the word comp and it doesn't get substituted.

zjhmale commented 8 years ago

sorry for the misunderstanding :sweat_smile:

i think you should put comp inside a pair of parenthesis like

snapshot

and just type the single word comp indeed will not show the pretty comp symbol. in which context will you want to conceal standalone comp word?

zjhmale commented 8 years ago

btw, most pretty symbols in this plugin will not show up when you type single word e.g. and, or, def etc. cause it has no sematic meaning from my perspective.

Engelberg commented 8 years ago

I get that it has to be in parens. (comp + *) does nothing for me. I have some checkboxes checked in the settings, and others unchecked. comp is one that I have checked, but it doesn't work. Perhaps that checkbox isn't properly wired up?

zjhmale commented 8 years ago

woops, i find where the bug is :scream:. i just mixed up doseq and comp checkbox, so embrassing :sweat_smile:, i will fix this and check other settings to make sure no more mistakes like this, you won't wait too lone.

zjhmale commented 8 years ago

@Engelberg this is fixed and time to update the plugin :smile: