Page 1 of 2
Notepad++ xml file for LÖVE 0.9
Posted: Thu Jul 03, 2014 3:30 am
by Kookerus
I'm working on a LÖVE 0.9 xml file for Notepad++. Would anyone be interested in helping or using it when I'm finished?
Re: Notepad++ xml file for LÖVE 0.9
Posted: Thu Jul 03, 2014 4:56 am
by T-Bone
Yes. What would that include, like autocompletion for love functions?
Re: Notepad++ xml file for LÖVE 0.9
Posted: Thu Jul 03, 2014 9:10 pm
by davisdude
I would be interested in this as well.
Re: Notepad++ xml file for LÖVE 0.9
Posted: Fri Jul 04, 2014 5:51 am
by SkymarshallHeff
Yes please! My current one is a bit outdated.
Re: Notepad++ xml file for LÖVE 0.9
Posted: Fri Jul 04, 2014 10:14 pm
by Positive07
I was working on it too although I didn't go really far... so yeah I want to help... github or bitbucket maybe? that would be cool
A repository would allow hosting older files for other versions (0.8, 0.7.2, ect) and also add new functions or make changes when a new version is released.
There should be some of the android, ios, functions for touch and so too.
Re: Notepad++ xml file for LÖVE 0.9
Posted: Sun Jul 13, 2014 2:37 am
by Kookerus
Sorry I took so long to respond, I didn't have access to a computer. I get part way through just removing some functions and updating others, when I hit this incredibly unorganized part, and I will have to rewrite a bit of it, so it may take longer than expected. I will definitely keep people up to date!
Re: Notepad++ xml file for LÖVE 0.9
Posted: Sun Jul 13, 2014 4:48 am
by Positive07
As I told you, you can git it somewhere and I would be glad to help you making it (remove and update functions)
Re: Notepad++ xml file for LÖVE 0.9
Posted: Mon Jul 14, 2014 11:57 pm
by Kookerus
Positive07 wrote:As I told you, you can git it somewhere and I would be glad to help you making it (remove and update functions)
Just added it
here. Sorry if it looks messy, I just spent the last three hours learning git
Re: Notepad++ xml file for LÖVE 0.9
Posted: Tue Jul 15, 2014 8:26 am
by drunken_munki
nil
Re: Notepad++ xml file for LÖVE 0.9
Posted: Tue Jul 15, 2014 10:00 pm
by Kookerus
drunken_munki wrote:How does one use this file with npp?
Thanks.
Unfortunately, Notepad++ doesn't make this easy. currently, the easiest way is to go into the APIs folder, and rename "lua.xml" to "lua.xml.old", and then copy/paste "love.xml" and rename it "love.xml"
this method is fine if you don't use lua much. There are other ways, using userDefineLang.xml, which im looking into, but those are more complicated.