@quodlibet, thanks for that. I am going to try it out. Thanks again.
macosxguru
quodlibet wrote:@macosxguru For typewriter scrolling I use a plugin made by some forum regulars. I just cleaned it up and pushed it to github [1] for my own use. It works fine for me but doesn't support cloned views and so on. Maybe it will be useful to you until @tito updates BufferScroll.
[1]: https://github.com/alehandrof/Typewriter
Alex
tito wrote:I'm happy to announce this plugin nows supports ST3
Traceback (most recent call last):
File "D:\Program Files\Sublime Text 3\Data\Installed Packages\BufferScroll.sublime-package\BufferScroll.py", line 181, in <lambda>
File "D:\Program Files\Sublime Text 3\Data\Installed Packages\BufferScroll.sublime-package\BufferScroll.py", line 186, in write
File "X/gzip.py", line 183, in __init__
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\Program Files\\Sublime Text 3\\Data/Settings/BufferScroll.bin.gz'tito wrote:Please update and let me know.
+ # TODO the application is not sendinng on_load when opening a window,
+ # then there is this hack which will simulate on_load when you open the application
+ # since this is just a hack, there is a terrible noticeable delay, which just sucks, thank you.
+ for view in sublime.active_window().views():
+ BufferScrollAPI.on_load(view)
+Return to Plugin Announcements
Users browsing this forum: No registered users and 9 guests