Fork me on GitHub
#cursive
<
2018-08-30
>
cfleming00:08:49

@chris547 I don’t in any organised fashion, but I absolutely should have.

cfleming00:08:12

I’m also planning a feedback tool in the IDE itself so you’ll all be able to tell me what you want me to work on.

cfleming00:08:14

My rough plans are: Finish deps support, improve REPL support in various ways, improve CLJS in various ways (better REPLs/test integrations etc and also better source analysis)

Chris13:08:52

That's great! The REPL stuff appeals to me as I'd love a better experience - is there anyway I could see what you're thinking/beta test/ provide feedback here? Right now I use a clj file in a non source root and run most of my commands from that window.

Chris13:08:20

I'm basically trying to implement the idea of keeping all my repl history organized by date, etc

Chris19:08:13

My ideal workspace would be to have just an editor window for looking at source, one windown for entering REPL commands, and one for output with all the code completion, etc that cursive gives - that seems to be my basic workflow

idiomancy13:08:04

is there a way to add to the leiningen tasks panel with more tasks? want lein test-cljs, lein test-clj etc

idiomancy13:08:30

I can always make run configs. I'm just curious

danm13:08:45

Is boot support still "Coming at some point maybe" because the boot->lein script works well enough? 🙂

kenny15:08:35

Is it possible to sort the Deps Aliases by project then system? When you have 20+ aliases between system and project, it starts to require too much mental effort to sort through them. I almost always am only looking to enable project aliases.

kenny15:08:31

I may even prefer the two to be in entirely separate folders - Project Aliases and System Aliases.

cfleming23:08:47

@idiomancy I can’t remember the details but that was trickier than I thought - Run configs are the only solution right now, sadly. Perhaps one solution might be to show links to the configured Leiningen run configs in the tree there for easy access.

idiomancy23:08:19

That makes sense to me

idiomancy23:08:35

Really not a huge priority though

cfleming23:08:40

@carr0t Yes, I’m afraid so. I realise it’s still painful. I’ve been working a lot on Deps and I’m hopeful that much of that work will help with Boot support.

4
cfleming23:08:39

@kenny Yeah, someone else asked about that. Sorting those is actually surprisingly tricky due to Swing details, but putting them in separate folders might be an option.