Closed kpym closed 6 years ago
Wow, this is looking very good, thanks for the contribution! Your changes seem very useful and the code looks clean.
Unfortunately I'm no longer using Sublime Text often, so me being the maintainer of this plugin doesn't make much sense anymore.
Would you be interested in me adding you as a collaborator? This would give you push rights to this repository. Or maybe even transferring ownership to you, but I don't know if that will cause problems with package control.
Let me know what you think.
Dear Zinggi, probably the simplest way is to add me as collaborator. In this way everything stays as it is and you are not bothered by push requests. I have modified even more deeply the plugin by adding frequency dictionaries that display more frequent words first. I''ll make a push request for that too ... Cheers, K
Great, I'll gladly add you as a collaborator. But I have some concerns with your new pull request, please read it in #27
Thanks ! I totally agree with you about #27.
In this version :
insert original
that allows to append the original auto completion list (with the words based on the current view). It can takes the valuesbefore
,after
andnone
.max num results
that limit the number of results in the suggestion liston_activated_async
and not byon_modified
any more