Difference between revisions of "SciTE"

(clearer intro, removed redundant dead links, clearer instructions)
(editor integration category)
 
Line 14: Line 14:
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category: Editor integration]]
  
 
{{#set:Name=SciTE}}
 
{{#set:Name=SciTE}}

Latest revision as of 08:41, 18 August 2015

SciTE is a Text Editor with facilities for building and running programs.

Scite on Windows

Running love projects from SciTE

You can use SciTE to launch your LÖVE game by adding the following to your lua.properties:

command.go.main.lua="C:\Path\to\love.exe" "$(FileDir)"

Just make sure you put it in front of the command.go.*.lua entries.

See also