Reputation: 330
What libraries does sublime text 2 uses for the UI interface? The tabs looks great and the ui seems pretty neat. Is this a python UI library or does the creator made his widgets.
Upvotes: 4
Views: 1961
Reputation: 2601
Sublime Text 2 is mostly coded in C++ and uses a custom UI toolkit (per http://news.ycombinator.com/item?id=2822114).
Upvotes: 6