Sublime Forum

On development of Sublime

#1

I have done most of my software development work in small scale web development, and I’m interested in expanding this to program development. I know Sublime isn’t open source, but how does one begin such a project? What language is Sublime written in? How is cross-platform consistency maintained? What are some good resources to read on this regard?

Thanks all, and thanks Jon for re-sparking my interest in great software. :smile:

0 Likes

#2

ST2’s written in C++.

0 Likes

#3

[quote=“C0D312”]

ST2’s written in C++.[/quote]

and Python.

python is important !!

0 Likes

#4

The actual application does not use Python. Python is used for its API and plugins…

0 Likes

#5

Any ideas about the GUI toolkit used?
Can you recommend a starting point (book, website) for larger program development in C++?

0 Likes

#6

[quote=“nick.”]Any ideas about the GUI toolkit used?
Can you recommend a starting point (book, website) for larger program development in C++?[/quote]

I seem to recall Jon saying he uses a custom GUI toolkit.

0 Likes

#7

I know what you mean, but still a surprising amount of the basic application functionality is implemented in Python. Have a look in Packages/Default for example.

0 Likes

#8

viewtopic.php?f=2&t=2406&p=10928&hilit=objective#p10928

0 Likes