jdlorimer / incremental-reading

Anki add-on providing incremental reading features
https://ankiweb.net/shared/info/935264945
ISC License
216 stars 38 forks source link

Adding def _firstPos(self) and def _lastPos(self) to schedule. #41

Closed levodopa closed 6 years ago

levodopa commented 6 years ago

Added two more buttons to Scheduler, which allow moving selection directly up to top with "def _firstPos(self)" or directly down to last Position with "def _lastPos(self)". I think these changes work so far and do not interfere with the original code. Reworked with removing whitespaces in 90, 102, 125, 135 and changing Labels to "First" and "Last"

jdlorimer commented 6 years ago

Well done. Thanks.

levodopa commented 6 years ago

Well ok.. I try to clean up my branches and try to update somehow with your master branch..

jdlorimer commented 6 years ago

Don't worry. I'm not an expert either.