shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

Key binding for switching to REPL console #660

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if we could have a key shortcut that switches from the code 
view to the REPL view in order to write code to test and forget without 
cluttering the clj files.

I know that you can evaluate from the code view but then you need to delete 
from there.
It is just an idea waiting for feedback from other CCW users.

Original issue reported on code.google.com by andrea.r...@gmail.com on 7 Oct 2014 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 9 Oct 2014 at 11:29

GoogleCodeExporter commented 9 years ago
Hello Andrea,

it occured to me that you could suggest this on the mailing list, to gather 
feedback from other CCW users. What do you think?

Cheers

Original comment by laurent....@gmail.com on 20 Oct 2014 at 8:54

GoogleCodeExporter commented 9 years ago
Yes this is a good idea indeed.
I will do it.

Original comment by andrea.r...@gmail.com on 20 Oct 2014 at 8:55

GoogleCodeExporter commented 9 years ago
I refactored ccw.repl.Actions to separate ShowActiveREPL in two parts.

I then added a ccw.api.repl/show-repl functions.

As an example, I also added a command for calling this new function to the 
ccw-plugin-repl (*) demonstration user plugin, in the repl-keybindings.clj file.

(*): https://github.com/laurentpetit/ccw-plugin-repl

Original comment by laurent....@gmail.com on 4 Dec 2014 at 2:46

GoogleCodeExporter commented 9 years ago
The above comment is the goal to achieve. Currently implementing it. Will 
change the status when it's ready to deliver (will then be present in the 
master branch of ccw).

Original comment by laurent....@gmail.com on 4 Dec 2014 at 2:47

GoogleCodeExporter commented 9 years ago
implemented.

Original comment by laurent....@gmail.com on 4 Dec 2014 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 4 Dec 2014 at 3:20

GoogleCodeExporter commented 9 years ago
Awesome, thanks, I so like eclipse's pluggability!

Original comment by andrea.r...@gmail.com on 4 Dec 2014 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 4 Dec 2014 at 10:37