Sunday, February 3, 2013

Sublime Text editor customization.

Sublime Text - very powerful and flexible text editor. It has syntax highlight and auto-complete for different programming languages, including python. Also, you can find syntax highlighting files for maya MEL. One of the most useful thing in Sublime is multiline edit. This feature is awesome. Check official web site of this editor for more info and download. I'm sure you will like it.
Although it has nice look by default i want to tell you about two improvements i use to get look of it like on screenshot below:




  • Theme Soda Dark. Use installation instruction at download page.
  • Source Code Pro  - nice looking fonts, created by Adobe. I prefer Source Code Pro Semibold. Install fonts into system.
Now in sublime editor go to Preferences - Settings User. And insert following lines into settings file:
"soda_classic_tabs": false, // square tabs
"theme": "Soda Dark.sublime-theme",
"font_face": "Source Code Pro Semibold",
"font_size": 10   // size you prefer

No comments:

Post a Comment