xgenvn / InputHelper

Popup a textinput field to input text using IM (ibus, scim) in Sublime Text 2 under Linux.
88 stars 23 forks source link

not working in st3 #18

Open Tantalus13A98B5F opened 6 years ago

Tantalus13A98B5F commented 6 years ago

According to the official documentation, a .no-sublime-package file is needed.

Also the code in linux_text_input_gui.py should be updated. The following should be used instead of pygtk,

#!/usr/bin/env python3
from gi import pygtkcompat
pygtkcompat.enable()
pygtkcompat.enable_gtk(version='3.0')

import gtk