Fork me on GitHub
#cursive
<
2020-02-26
>
achikin13:02:58

How to enable soft wraps on clojure/clojurescript files?

imre13:02:17

preferences editor general soft wraps soft-wrap files wildcard pattern

imre13:02:13

or just search for soft-wrap in the preferences search box

achikin14:02:50

It does not work

imre14:02:02

strange, it does for me

achikin15:02:10

Ah, semicolon separated list.

serioga19:02:52

Hello @cfleming Is it possible to “Find usages” for keyword namespaces (I want to find all keywords with specific namespace)? If not can we file a feature request? 🙂

serioga19:02:23

And related feature is “Rename namespace” along with “Rename keyword”

Lennart Buit19:02:53

this would be great, I spent hours in my life tracking down namespace qualified keywords with aliases that weren’t required

jumpnbrownweasel20:02:38

@U0HJNJWJH Keyword renaming already works, and you do it the same way you rename symbols. When you rename it you rename the entire thing, including the qualifier. So you can't rename the qualifier separately. Note that keyword qualifiers are not namespaces.

jumpnbrownweasel20:02:28

That's my experience anyway.

achikin20:02:59

Btw cursive does not suggest to add a namespace for a qualified keyword automatically which is a bit annoying too

serioga20:02:22

@UBRMX7MT7 “Keyword renaming already works, and you do it the same way you rename symbols” I aware. But sometimes I need to rename all keywords with same namespace, and this is a little annoying, at least in part of finding all keywords with this namespace...

serioga20:02:45

@U3A7Z18JZ Btw cursive does not suggest to add a namespace for a qualified keyword automatically What do you mean?

jumpnbrownweasel20:02:02

Sorry, I misunderstood. When you said "Rename namespace" along with "Rename keyword" I thought you meant both features were missing.

cfleming21:02:14

@U0HJNJWJH I think what achikin means is that keywords don’t add aliases to the namespace form after copy/paste or on completion like symbols to, which would definitely be nice to have.

☝️ 4
cfleming21:02:10

And yes, could you file an issue for the find namespace thing as a feature request please? It does sound nice to have.

achikin21:02:35

@U0HJNJWJH I mean when you refer a var with an aliased namespace eg constants/DEFAULT_VALUE cursive figures out the alias and suggests you to require constants namespace. But that does not work for qualified keywords.

serioga11:02:25

@cfleming «And yes, could you file an issue for the find namespace thing as a feature request please?» Where can I do this?

jumpnbrownweasel14:02:22

There is an issue tracker.