Difference between revisions of "Sublime Text"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Useful Plugins)
Line 1: Line 1:
You are not required to use Sublime for editing Lua, we just suggest it. You can get it here http://www.sublimetext.com/
+
You are not required to use Sublime Text for editing Lua, we just suggest it. You can get it here http://www.sublimetext.com/
  
 
== Useful Hotkeys ==
 
== Useful Hotkeys ==
 
Search and or Open a file by name in your project.
 
Search and or Open a file by name in your project.
 
<div>
 
<div>
Ctrl + P
+
Ctrl + P
 
</div>
 
</div>
  
 
Search the contents of all files in the project.
 
Search the contents of all files in the project.
 
<div>
 
<div>
Ctrl + Shift
+
Ctrl + Shift + F
 
</div>
 
</div>
 
 
== Useful Plugins ==
 
== Useful Plugins ==
  

Revision as of 15:49, 29 October 2016

You are not required to use Sublime Text for editing Lua, we just suggest it. You can get it here http://www.sublimetext.com/

Useful Hotkeys

Search and or Open a file by name in your project.

Ctrl + P

Search the contents of all files in the project.

Ctrl + Shift + F

Useful Plugins

Sublime Package Control - Allows you to install plugins easily. After it's installed use Ctrl-Shift-P then type install and hit enter.

  • All Autocomplete - Uses all open files for autocompletion
  • Sublime Linter - Shows syntax errors on specific lines inside the editor. NOTE: You need to point the config to a Lua 5.2 compiler executable (luac.exe) - INSTRUCTIONS NEEDED