Fork me on GitHub
#cursive
<
2017-11-14
>
sandbags08:11:52

best way i've come up with so far is to type "" and then go back and delete the \'s that get inserted

rauh08:11:28

@sandbags Structural command "Split" can do exactly that

sandbags08:11:39

hrmm... i thought i tried that

sandbags08:11:01

but, apparently, not... thank you! šŸ™‚

cfleming22:11:53

@sandbags So you mean that you can find the file from Navigate-&gt;Fileā€¦ but canā€™t find the namespace from Navigate-&gt;Namespaceā€¦?

Mudge23:11:54

@cfleming I am referring a macro from a library and cursive does not recognize it as a macro (it is unidentified). Is this normal?

Mudge23:11:58

Here is my ns:

Mudge23:11:59

(ns clojuretest-client.windows.main-window (:require [ignition-project :refer [def-comp-events system]]))

Mudge23:11:33

The macro is def-comp-events, when I use it in the file the indentation is wrong because it does not recognized it as a macro and I can't set the indentation level

Mudge23:11:42

Is there a way for me to set the indentation level?