DamnWidget / anaconda

Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
http://damnwidget.github.io/anaconda/
GNU General Public License v3.0
2.21k stars 260 forks source link

Signature pop-up text doesn't fit in box when the DPI scale is changed in Sublime Text 3 User Settings #385

Open Rodancoci opened 8 years ago

Rodancoci commented 8 years ago

Example:

678c241814c9453b7319d770d3ae24a6

Strangely enough this only happens when I set the scale to 1.25. If I set it to either 1.0 or 1.5 the texts fits just fine.

DamnWidget commented 8 years ago

Probably an issue in ST3 itself, we don't control the height of the tooltip just the width (that is 900 or the font_size setting multiplied by 75)