Re: [ANN] New Canvas feature for Proto REPL Charts

2017-07-08 Thread 'stiffyrabbit jr' via Clojure
That's the ticket!
It works, and I can't imagine why I couldn't do it before.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] New Canvas feature for Proto REPL Charts

2017-07-05 Thread Didier
I'm pretty sure you can just drag the pane out left and to the bottom to move 
it. And you can resize the height by hovering the mouse at the edge.

Those questions I think are best answered here: https://discuss.atom.io

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] New Canvas feature for Proto REPL Charts

2017-07-05 Thread 'stiffyrabbit jr' via Clojure
You'll let me know if I should be looking elsewhere, before asking here 
but, can I move and resize panes?
Each pane defaults to full-height, shared-width.  I would like my repl pane 
to be a short, full-width pane, across the bottom of my screen.  
Can I do that and, again, is there a go to place for these sort of 
questions?

Regards,

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] New Canvas feature for Proto REPL Charts

2017-01-06 Thread Aa Dandy
Thanks for the response.

You encouraged me to actually download atom and proto-repl. Now, I can see 
that many of my questions are answered just by configuring each.  

I get it!

Thanks, again.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] New Canvas feature for Proto REPL Charts

2017-01-04 Thread Jason Gilman
Yes, I definitely encourage third-party plugins. Proto REPL is an extension
of the Atom editor. Atom itself can be extended and has great
documentation: https://atom.io/docs

Proto REPL has hooks for extensions which are documented here:
https://github.com/jasongilman/proto-repl/blob/master/extending_proto_repl.md
 The latest hooks that I added are not yet documented there. The new hooks
allow the canvas feature to work and the newest Proto REPL extension, Proto
REPL Sayid  to work.

Depending on what kind of extension you want to build you may or may not
even need to integrate specifically with Proto REPL. It could just be
considered at Atom extension. I'm happy to answer questions here or in the
#protorepl channel of the Clojurians slack.

On Wed, Jan 4, 2017 at 8:47 AM, Aa Dandy  wrote:

> So, proto-repl has plugins but, do you enourage third-party plugins, like
> Light Table did/does?
> For example, can I use linters and hinters, LT Rolex, etc in proto-repl?
> More generally, are the user, default and workspace behaviours exposed for
> amendment?
>
> Regards,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/clojure/Eh_6c1xPUdk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] New Canvas feature for Proto REPL Charts

2017-01-04 Thread Aa Dandy
So, proto-repl has plugins but, do you enourage third-party plugins, like 
Light Table did/does?
For example, can I use linters and hinters, LT Rolex, etc in proto-repl?
More generally, are the user, default and workspace behaviours exposed for 
amendment?

Regards,

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.