Small steps in a keyboard driven IDE

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Small steps in a keyboard driven IDE

Stephan Eggermont-3
https://vimeo.com/148637679

Added a class view that shows the methods. Dragging them out opens
a method card, Shift-RightArrow adds a method card below the class card.
Ctrl-- makes a method card use smaller text, Ctrl-+ larger. On my
machines I have a bug in Keymapping or the VM that breaks a + that
normally needs a shift to press.

Stephan



Reply | Threaded
Open this post in threaded view
|

Re: Small steps in a keyboard driven IDE

Damien Cassou-2
Stephan Eggermont <[hidden email]> writes:

> https://vimeo.com/148637679
>
> Added a class view that shows the methods. Dragging them out opens
> a method card, Shift-RightArrow adds a method card below the class card.
> Ctrl-- makes a method card use smaller text, Ctrl-+ larger. On my
> machines I have a bug in Keymapping or the VM that breaks a + that
> normally needs a shift to press.

wonderful. Keep going!

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Small steps in a keyboard driven IDE

Julien Delplanque
In reply to this post by Stephan Eggermont-3
Cool. I'll give it a try soon.

On 11/12/15 20:32, Stephan Eggermont wrote:

> https://vimeo.com/148637679
>
> Added a class view that shows the methods. Dragging them out opens
> a method card, Shift-RightArrow adds a method card below the class card.
> Ctrl-- makes a method card use smaller text, Ctrl-+ larger. On my
> machines I have a bug in Keymapping or the VM that breaks a + that
> normally needs a shift to press.
>
> Stephan
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Small steps in a keyboard driven IDE

philippeback
Nice, will try again too.

Phil

On Mon, Dec 14, 2015 at 10:28 AM, Julien Delplanque <[hidden email]> wrote:
Cool. I'll give it a try soon.

On 11/12/15 20:32, Stephan Eggermont wrote:
https://vimeo.com/148637679

Added a class view that shows the methods. Dragging them out opens
a method card, Shift-RightArrow adds a method card below the class card.
Ctrl-- makes a method card use smaller text, Ctrl-+ larger. On my machines I have a bug in Keymapping or the VM that breaks a + that normally needs a shift to press.

Stephan







Reply | Threaded
Open this post in threaded view
|

Re: Small steps in a keyboard driven IDE

kilon.alios
Stephan  this is very cool, I had a similar idea for a system browser with code cards similar to what you have implemented. In my case I was thinking single column , keyboard driven like yours but also several icons and visual coding :)

I was having the idea work like a workspace and then enclose the code with a shortcut to convert the piece of code to a block , then another shortcut to covert it to a method , etc. Also the ability to save multiple cards as a view preset that can be quickly brought back (abit like system browser navigation history) and many more ideas.

Huge thumb up from be :)

On Mon, Dec 14, 2015 at 4:10 PM [hidden email] <[hidden email]> wrote:
Nice, will try again too.

Phil

On Mon, Dec 14, 2015 at 10:28 AM, Julien Delplanque <[hidden email]> wrote:
Cool. I'll give it a try soon.

On 11/12/15 20:32, Stephan Eggermont wrote:
https://vimeo.com/148637679

Added a class view that shows the methods. Dragging them out opens
a method card, Shift-RightArrow adds a method card below the class card.
Ctrl-- makes a method card use smaller text, Ctrl-+ larger. On my machines I have a bug in Keymapping or the VM that breaks a + that normally needs a shift to press.

Stephan