Fork me on GitHub
#cursive
<
2020-03-09
>
serioga20:03:48

Hi @cfleming What does Docstring fill width option do?

cfleming21:03:30

You can use the Fill Paragraph action on docstrings, and it will fill them to that width.

❤️ 4
staypufd21:03:20

I’m using latest plugin version with: IntelliJ IDEA 2019.3 (Ultimate Edition) Build #IU-193.5233.102, built on November 27, 2019 Runtime version: 11.0.4+10-b520.11 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.4 GC: ParNew, ConcurrentMarkSweep Memory: 1981M Cores: 8 Registry: debugger.watches.in.variables=false

staypufd21:03:43

and when I try to create a Lein project with the app template I only get the dir and then some intellij files like:

staypufd22:03:13

Have you seen that before?

staypufd22:03:19

Lein create new project with app as template

staypufd22:03:32

Gives me this…

staypufd22:03:26

Lein settings are tese:

staypufd22:03:23

Looking at this page of docs:

staypufd22:03:08

I put ‘app’ in Template field and nothing in the options.. The command line would be: lein new app Demo

staypufd22:03:20

which works (I tested it in terminal)

staypufd22:03:25

I also checked that lein was up to date

staypufd22:03:51

If I check the ‘Use Snapshots’ option it works. But in docs that checkbox isn’t checked in screenshots or mentioned in verbage at all.

staypufd22:03:27

So here’s a summary that may help fix a bug. After I checked that box one time and it made the project, I then removed that project from IntelliJ and did a rm -rf on it in terminal. Then I came back and created a new project with lein, app template set and the Snapshots checkbox unchecked. It worked. So something about the state of that option or the set of options was causing IntelliJ to fail before lein built the project… Hope that helps. Thanks for reading

cfleming08:03:54

Interesting, thanks - I’ll try to reproduce that.

staypufd22:03:47

Maybe it’ll help someone else too