srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

The tooltip is not displayed correctly on MacOS #245

Open jmouradev opened 6 years ago

jmouradev commented 6 years ago

Maybe this is a bug. The tooltip is displayed incorrectly on Sublime Text 3 version dev 3175 in Mac OS, but with Linux Ubuntu everything is ok with the same ST 3 version, 3175.

Mac OS, Sublime Text 3 dev 3175

screen shot 2018-05-15 at 00 53 58

Linux Ubuntu 18.04, Sublime Text 3 dev 3175

screen shot 2018-05-15 at 00 57 00

srusskih commented 6 years ago

Could you please share logs from console?

Also, I think this is an issue with package dependencies: Try to run commands Install Local Dependencies & Satisfy Dependencies from command pallet in the editor.

Why dependencies? On macOS it's rendered with a simple tool-tip renderer (according to your screen), simple renderer used because the plugin was unable to load dependencies for markdown rendering.

Hope dependencies update would help :)

jmouradev commented 6 years ago

I did that and got the message "Package Control: All dependencies have been satisfied". This only happened with the ST dev 3175 version. I think it may be resolved in a next ST update. I really enjoy your plugin. Thanks

srusskih commented 6 years ago

And thank you! 👍

hadisfr commented 6 years ago

I seems it was only in dev version. Everything seems OK in 3176. 🤔