Difference between revisions of "Notepad++"

(Created page with '''Notepad++ is a free source code editor and Notepad replacement that supports several languages. Based on the powerful editing component Scintilla and running in the MS Windows …')
 
m (Pic added)
Line 1: Line 1:
 
''Notepad++ is a free source code editor and Notepad replacement that supports several languages. Based on the powerful editing component Scintilla and running in the MS Windows environment, its use is governed by GPL License.''
 
''Notepad++ is a free source code editor and Notepad replacement that supports several languages. Based on the powerful editing component Scintilla and running in the MS Windows environment, its use is governed by GPL License.''
 +
[[File:Notepad++.png|right|thumb|Notepad++ with auto-complete plugin]]
  
 
== Running love projects from Notepad++  ==
 
== Running love projects from Notepad++  ==
Line 19: Line 20:
 
{{#set:Status=Complete}}
 
{{#set:Status=Complete}}
 
{{#set:Author=Don HO}}
 
{{#set:Author=Don HO}}
{{#set:Screenshot=File:Notepad.png}}
+
{{#set:Screenshot=File:Notepad++.png}}
 
{{#set:License=GPL}}
 
{{#set:License=GPL}}

Revision as of 09:41, 30 October 2010

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Based on the powerful editing component Scintilla and running in the MS Windows environment, its use is governed by GPL License.

Notepad++ with auto-complete plugin

Running love projects from Notepad++

You can use Notepad++ to edit your löve code adding the following in the Run=>Run... command:

"c:\your\path\to\love.exe" "$(CURRENT_DIRECTORY)"

Just make sure the path and the variable are quoted.

See also