seandenigris / SeansPlayground

A place to track issues for various projects I'm working on that don't have their own issue trackers
0 stars 0 forks source link

UI: Smart Suggestion Implement in self #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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