Fork me on GitHub
#cursive
<
2017-05-01
>
ghufran09:05:27

@cfleming : this is probably just some new intellij thing I can't figure out the name of, but after not using intellij idea and cursive for a while, I now find that the editor displays every 'def' declaration as three horizontal three lines (appearance is that of unicode 2261, ≡). Similarly, it displays each instance of 'defn' as a curly 'f' icon ƒ (like u0192). Any idea what this 'feature' is called, and how I can switch it off?

cfleming09:05:09

@ghufran Are you using firacode, or a font like that?

cfleming09:05:16

Can you post a screenshot of what you’re seeing?

zylox17:05:32

ok so, weird thing, anyone ever have it where if you click on the namespace it takes you to the proper namespace, but if you click on the alias, it takes you to the bin version

zylox17:05:39

seems...rather odd

zylox17:05:45

not even sure why the bin version is indexable like that. maybe i need to run a mvn clean

zylox17:05:32

ya bin wasnt supposed to be there anymore. still odd that it picked it

rauh17:05:21

@ghufran What font are you using? It's somewhere in the editor settings.

ghufran17:05:07

@rauh It says "primary font" courier

ghufran17:05:17

and nothing listed for secondary font

cfleming20:05:26

@jmayaalv @ghufran Yes, that’s not a font, it must be something using folding - a font won’t change defn into a single symbol.

rarous09:05:40

cfleming: ligatures can do that

cfleming22:05:13

@U050487DQ Thinking about it, that makes sense, since of course it converts -> into a single symbol. I didn’t realise it would work to that extent though.

rarous04:05:45

For example Material Icons do that. So for me it is natural 🙂

ghufran20:05:02

@jmayaalv , @cfleming : thanks guys! I think I had it installed but not switched on, maybe the upgrade triggered it somehow.THANK YOU!!!