Clojure perspective?

92 views
Skip to first unread message

Nick Klauer

unread,
May 31, 2012, 11:53:24 PM5/31/12
to clojured...@googlegroups.com
For my setup, I find I'm always resetting windows and panes to be in the right configuration.  I don't think there's a Clojure perspective, but I do like the way this is set up and was curious if others follow a similar setup for Clojure development, or if they've found more ideal configurations: 


Mark Addleman

unread,
Jun 1, 2012, 11:52:57 AM6/1/12
to clojured...@googlegroups.com
I tend to rely a lot less on the package explorer when working with Clojure than when I work in Java.  I tend to minimize the left window.  I keep the lower pane open with REPL and Console has the primary tabs (though the console is becoming less important has CCW matures) and I keep the outline & namespace browser open on the right of the editor.

Ultimately, I would like to close the outline view entirely and use popup outline (CTRL-O).  I would also like to see the Namespace browser be folded into something similar to the Java type browser (CTRL-T).  That way, the only windows I would keep open are the editor and REPL.  Then, I'd love to see mini REPLs available from directly within an editor (inspired by my understanding of Lighttable) so I can avoid having a REPL window open.  And then...  :)

Christophe Grand

unread,
Jun 1, 2012, 12:04:14 PM6/1/12
to clojured...@googlegroups.com
My layout is closer to Mark's one: all views are minimized (except
console and repls) and the consol+repl is to the right of the editor
pane (about equal width).
When working on a bigger screen I usually have two editors and the
console+repl (each having about 1/3 of the screen width)
> --
> You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/DOznYsICUkkJ.
>
> To post to this group, send email to clojured...@googlegroups.com.
> To unsubscribe from this group, send email to clojuredev-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/clojuredev-users?hl=en.




--
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.cgrand.net/ (en)

Laurent PETIT

unread,
Jun 6, 2012, 5:41:30 PM6/6/12
to clojured...@googlegroups.com
Mark,

the popup outline view via Ctrl+O is interesting, but I will not be able to work on it yet. Would you please file an issue so that I can come back to it later?

2012/6/1 Mark Addleman <markad...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.

Laurent PETIT

unread,
Jun 6, 2012, 5:42:54 PM6/6/12
to clojured...@googlegroups.com
Hello,

I discovered (not played with it) that you have the power to create your own perspectives, look at the "Save Perspective as ..." command in the Window menu.

Cheers,

--
Laurent

2012/6/1 Christophe Grand <chris...@cgrand.net>

Mark Addleman

unread,
Jun 6, 2012, 7:27:14 PM6/6/12
to clojured...@googlegroups.com
Done: http://code.google.com/p/counterclockwise/issues/detail?id=369


On Wednesday, June 6, 2012 2:42:54 PM UTC-7, laurent.petit wrote:
Hello,

I discovered (not played with it) that you have the power to create your own perspectives, look at the "Save Perspective as ..." command in the Window menu.

Cheers,

--
Laurent

2012/6/1 Christophe Grand <chris...@cgrand.net>
My layout is closer to Mark's one: all views are minimized (except
console and repls) and the consol+repl is to the right of the editor
pane (about equal width).
When working on a bigger screen I usually have two editors and the
console+repl (each having about 1/3 of the screen width)

On Fri, Jun 1, 2012 at 5:52 PM, Mark Addleman <markad...@gmail.com> wrote:
>
> I tend to rely a lot less on the package explorer when working with Clojure than when I work in Java.  I tend to minimize the left window.  I keep the lower pane open with REPL and Console has the primary tabs (though the console is becoming less important has CCW matures) and I keep the outline & namespace browser open on the right of the editor.
>
> Ultimately, I would like to close the outline view entirely and use popup outline (CTRL-O).  I would also like to see the Namespace browser be folded into something similar to the Java type browser (CTRL-T).  That way, the only windows I would keep open are the editor and REPL.  Then, I'd love to see mini REPLs available from directly within an editor (inspired by my understanding of Lighttable) so I can avoid having a REPL window open.  And then...  :)
>
>
> On Thursday, May 31, 2012 8:53:24 PM UTC-7, Nick Klauer wrote:
>>
>> For my setup, I find I'm always resetting windows and panes to be in the right configuration.  I don't think there's a Clojure perspective, but I do like the way this is set up and was curious if others follow a similar setup for Clojure development, or if they've found more ideal configurations:
>>
>>
> --
> You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/DOznYsICUkkJ.
>
> To post to this group, send email to clojuredev-users@googlegroups.com.
> To unsubscribe from this group, send email to clojuredev-users+unsubscribe@googlegroups.com.

> For more options, visit this group at http://groups.google.com/group/clojuredev-users?hl=en.




--
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.cgrand.net/ (en)

--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To post to this group, send email to clojuredev-users@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-users+unsubscribe@googlegroups.com.

Nick Klauer

unread,
Jun 6, 2012, 7:54:09 PM6/6/12
to clojured...@googlegroups.com
Ah yes.  I had been playing around and found that out.  Also while digging around in Eclipse, I found out that they've been working on a 4.x series of Developer Builds, so CCW works great on Eclipse 4.2 RC2, fwiw.

-Nick

Laurent PETIT

unread,
Jun 7, 2012, 12:21:59 AM6/7/12
to clojured...@googlegroups.com
Le 7 juin 2012 à 01:54, Nick Klauer <Kla...@gmail.com> a écrit :

Ah yes.  I had been playing around and found that out.  Also while digging around in Eclipse, I found out that they've been working on a 4.x series of Developer Builds, so CCW works great on Eclipse 4.2 RC2, fwiw.


Awesome, I had never tested it on the 4.x series, thx for the feedback !


-Nick

--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/vfXCSzqYj6wJ.

Laurent PETIT

unread,
Jun 7, 2012, 4:35:06 PM6/7/12
to clojured...@googlegroups.com
Actually, it's not really hard or long to create a specialized perspective for Clojure development.

This could also be the opportunity to only present the essentials for those willing to focus more on the Clojure part than on the Java part ?

Cheers,

--
Laurent

2012/6/1 Christophe Grand <chris...@cgrand.net>
My layout is closer to Mark's one: all views are minimized (except

Nick Klauer

unread,
Jun 7, 2012, 5:11:53 PM6/7/12
to clojured...@googlegroups.com
It would be nice to have a default Clojure perspective just so I can have one with the Clojure icon on it. :)

-Nick Klauer
Reply all
Reply to author
Forward
0 new messages