Page 1 of 1

Notepad++ 0.9.0 Auto-Completion

Posted: Sat Dec 21, 2013 3:53 am
by sheepmanbuddy
This is just an updated version of a previous auto-completion file to support love 0.9.0 in NPP. I finished it recently and haven't tested for any bugs, so if you see one let me know.
lua.xml
(49.81 KiB) Downloaded 389 times
Install Process:
Drag the xml file to the Notepad++/plugins/APIs folder.
Then in notepad++, go to preferences and then to autocompletion. From there select "Enable auto-completion on each input" and "function completion", then also enable "Function parameters hint on input".

Again, this has a high chance of having bugs so just post any bugs and I will try to fix them as quick as possible.

CHANGES:
fixed some functions not showing in love.window
added love._openConsole()
added missing love.graphics functions

- sheepmanbuddy

Re: Notepad++ 0.9.0 Auto-Completion

Posted: Sat Dec 21, 2013 9:18 am
by Davidobot
Great work! :awesome:
Just what I was looking for.

Re: Notepad++ 0.9.0 Auto-Completion

Posted: Sat Dec 21, 2013 11:33 am
by mickeyjm
Thanks, I was hoping someone would update this soon

Re: Notepad++ 0.9.0 Auto-Completion

Posted: Tue Dec 24, 2013 2:46 pm
by Mermersk
Many thanks Sheepman !

Re: Notepad++ 0.9.0 Auto-Completion

Posted: Tue Dec 24, 2013 4:52 pm
by Ranguna259
Thanks man :awesome:
I was planing on doing this so thank you.

Re: Notepad++ 0.9.0 Auto-Completion

Posted: Wed Dec 25, 2013 8:04 pm
by Ranguna259
Here's love+lua autocompletion