In writing the code you wish you want, you often write:
myMethod: a
self another: a.
self somthingElse.
where #another: is not implemented.
Currently, the workflow is (after saving the method):
1. delete everything up to "another:"
2. delete everything from that $. on
3. format starting whitespace i.e. cr; cr; tab
How about a UI command:
"Implement myself" which gives you a new method editor with the above
Original issue reported on code.google.com by sean.p.d...@gmail.com on 24 Jan 2014 at 5:32
Original issue reported on code.google.com by
sean.p.d...@gmail.com
on 24 Jan 2014 at 5:32