Difference between revisions of "SciTE"

(Hopefully improved it.)
m
Line 16: Line 16:
  
 
{{#set:Name=SciTE}}
 
{{#set:Name=SciTE}}
{{#set:Description=Code Source Editor}}
+
{{#set:Description=Source Code Editor}}
 
{{#set:Type=Editor}}
 
{{#set:Type=Editor}}
 
{{#set:Status=Complete}}
 
{{#set:Status=Complete}}

Revision as of 09:32, 30 October 2010

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.

Scite on Windows

Running love projects from SciTE

You can use SciTE to edit your löve code 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