Sublime: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Sublime is a text editor that can be dowloaded [http://http://www.sublimetext.com here]. Coming soon: How to Install Lexi in Sublime.") |
No edit summary |
||
Line 1: | Line 1: | ||
Sublime is a text editor that can be dowloaded [http://http://www.sublimetext.com here]. | Sublime is a text editor that can be dowloaded [http://http://www.sublimetext.com here]. | ||
How to Install Lexi in Sublime. | |||
1. Create a Plugin in Sublime for Lexi's Compiler: | |||
Save this JSON file as lexi.sublime-build within the folder Packages/User/Lexiplugin | |||
{ | |||
"cmd": ["ConvStoO.cmd", "$file_name", "$file_base_name", "$file", "$file_path"], | |||
"selector": ".brs", | |||
"working_dir": "C:\\Lexi\\" | |||
} | |||
Restart Sublime. Select the compiler from Tools>Build Systems>Lexi | |||
[[Category:Basics]] |
Revision as of 00:50, 27 May 2014
Sublime is a text editor that can be dowloaded here.
How to Install Lexi in Sublime.
1. Create a Plugin in Sublime for Lexi's Compiler: Save this JSON file as lexi.sublime-build within the folder Packages/User/Lexiplugin
{ "cmd": ["ConvStoO.cmd", "$file_name", "$file_base_name", "$file", "$file_path"], "selector": ".brs", "working_dir": "C:\\Lexi\\" }
Restart Sublime. Select the compiler from Tools>Build Systems>Lexi