Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Stéphane Ducasse
On Jun 5, 2013, at 10:52 PM, Sean P. DeNigris s...@clipperadams.com wrote: https://vimeo.com/67752734 Very short and simple video describing my experience while implementing replacing a text morph's cursor with a block cursor to signify vim normal mode. Shows how I was able to accomplish

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Denis Kudriashov
2013/6/6 Sean P. DeNigris s...@clipperadams.com https://vimeo.com/67752734 Cool. Did you publish code? Very short and simple video describing my experience while implementing replacing a text morph's cursor with a block cursor to signify vim normal mode. Shows how I was able to

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread plantec
On 6 juin 2013, at 12:23, Igor Stasenko siguc...@gmail.com wrote: On 6 June 2013 11:14, Denis Kudriashov dionisi...@gmail.com wrote: 2013/6/6 Sean P. DeNigris s...@clipperadams.com https://vimeo.com/67752734 Cool. Did you publish code? Very short and simple video describing my

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Denis Kudriashov
2013/6/6 Igor Stasenko siguc...@gmail.com On 6 June 2013 11:14, Denis Kudriashov dionisi...@gmail.com wrote: 2013/6/6 Sean P. DeNigris s...@clipperadams.com https://vimeo.com/67752734 Cool. Did you publish code? Very short and simple video describing my experience while

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Sean P. DeNigris
plantec wrote something like that ? :) Now you're just showing off ;) - Cheers, Sean -- View this message in context: http://forum.world.st/Screencast-Pharo-Smalltalk-s-New-TxText-The-Power-of-Clean-Code-tp4691854p4691949.html Sent from the Pharo Smalltalk Developers mailing list archive

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Denis Kudriashov
2013/6/6 plantec alain.plan...@yahoo.com something like that ? :) Great!

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Sean P. DeNigris
Henrik Sperre Johansen wrote Even Smalltalkers are impressed once in a while that the distance from idea to implementation can be less than an hour :) Yes, when it takes longer for someone to write a feature request than it does for you to implement it, I notice :) - Cheers, Sean -- View

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Sean P. DeNigris
Mariano Martinez Peck wrote only a few notice the work underneath :) I've been so grateful for and empowered by the new infrastructure I was moved to share a bit, even if it only interests a few of us :) - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Stéphane Ducasse
So cool :) something like that ? :) smalltalkCodeWithStabilo self smalltalkCodeWithStabilo | area seg code | area := RubEditingArea new beWrapped; width: 400; updateTextWith: (code := self someSmallSmalltalkCode). area

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-06 Thread Tudor Girba
This is elegant :) Doru On Thu, Jun 6, 2013 at 9:21 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: So cool :) something like that ? :) smalltalkCodeWithStabilo self smalltalkCodeWithStabilo | area seg code | area := RubEditingArea new

[Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-05 Thread Sean P. DeNigris
https://vimeo.com/67752734 Very short and simple video describing my experience while implementing replacing a text morph's cursor with a block cursor to signify vim normal mode. Shows how I was able to accomplish something in a few minutes which seemed impossible with TextEditor and friends.

Re: [Pharo-dev] [Screencast]: Pharo Smalltalk's New TxText: The Power of Clean Code

2013-06-05 Thread Mariano Martinez Peck
Thanks Sean. This is exactly the type of thing that normal users don't see when they use Pharo. Of course, most people notice the UI refactors, the new tools etc. But only a few notice the work underneath :) On Wed, Jun 5, 2013 at 6:29 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 05 Jun