twolfson / sublime-plugin-tests

Testing framework for Sublime Text plugins
The Unlicense
22 stars 2 forks source link

Add `getattr` to ScratchView #18

Open twolfson opened 11 years ago

twolfson commented 11 years ago

Allow fake extension of the View class, use __get__ to attempt to look up view properties that are not custom defined (e.g. settings).

Also, see if you can just extend view directly.