rozboris / Sublime-Tweet

Sublime Tweet is an open source twitter plugin for Sublime Text 2 editor. It allows you to tweet right from our favorite Sublime Text 2!
60 stars 2 forks source link

Tweet content is elided / truncated #18

Open mrsean2k opened 9 years ago

mrsean2k commented 9 years ago

Is there any way to view the content of an entire tweet? In ST3, there doesn’t seem to be a way of seeing the entire text, just the condensed version.

rozboris commented 9 years ago

I'm currently not doing anything to the tweets to truncate them, it is a bug in ST API: https://github.com/wbond/package_control/issues/642 I can not think of any workaround for now, except for rewriting the whole UI to be file(view)-based and not quickpanel-based.

mrsean2k commented 9 years ago

I've fiddled and created a PR - likely incorrectly - but perhaps the general approach would work? Useful plugin for someone trying to stay inside ST3 as much as possible anyway, thanks.