Search found 7 matches

by hide
Sat Oct 30, 2010 5:11 pm
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 616153

Re: Offline LÖVE documentation for download

man pages for linux people and chm for windows users.

bam, problem fixed, everyone happy. How about this ?
by hide
Sat Oct 30, 2010 3:32 pm
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 616153

Re: Offline LÖVE documentation for download

Any hope for a CHM version ?

(I prefer not to stay in my browser as my bookmarks sidebar itch me really hard when I see it)
by hide
Sat Oct 30, 2010 9:16 am
Forum: General
Topic: Notepad++ Auto-Complete Config for LÖVE 0.6.2
Replies: 23
Views: 37052

Re: Notepad++ Auto-Complete Config for LÖVE 0.6.2

Thank you this is awesome !
I've added a Notepad++ page on the wiki with how to run love code and a link to here.

Now is there a way to highlight these LOVE functions in notepad++ ?
by hide
Fri Oct 29, 2010 9:47 pm
Forum: General
Topic: Using SciTE with LÖVE
Replies: 48
Views: 49915

Re: Using SciTE with LÖVE

On a side note, and for those like me who don't always use the search function, Notepad++ can launch LOVE code too. Go in Run=>Run... Find your love.exe, quote it, and add the current directory var from notepad++ on the end like that : "c:\your\path\to\love.exe" "$(CURRENT_DIRECTORY)&...
by hide
Fri Oct 29, 2010 4:53 pm
Forum: General
Topic: Using SciTE with LÖVE
Replies: 48
Views: 49915

Re: Using SciTE with LÖVE

I'm back and kicking some syntax coloration this time. It's certainly not the best way to do it but I get nice colors so i'm happy :P Put that in your lua.properties : # LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE LOVE keywordclass7.lua5=love.audio love.event...
by hide
Tue Jul 06, 2010 3:14 pm
Forum: General
Topic: Using SciTE with LÖVE
Replies: 48
Views: 49915

Re: Using SciTE with LÖVE

Hey, it's been 6 month but i finally got love working with scite :crazy: Just modify the end of lua.properties like this : # compatible with LuaBinaries for Lua 5.1; will work on both platforms. ##command.compile.*.lua=luac5.1 -o "$(FileName).luc" "$(FileNameExt)" # Lua 5.1 ##com...
by hide
Thu Jan 14, 2010 11:46 pm
Forum: General
Topic: Using SciTE with LÖVE
Replies: 48
Views: 49915

Re: Using SciTE with LÖVE

I can't do it in windows, tried every kind of mix i can think of but still throwing me
">lua5.1 "main.lua"
>The system cannot find the file specified."

Code: Select all

C:\Program Files (x86)\Dev\LOVE\=love "$(FileDir)"
What's wrong ?