Sublime
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