Page 3 of 4

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Sun Oct 23, 2016 7:14 pm
by rmcode
Sheepolution wrote:Is there a way to get LÖVE's output to show in Atom like with Sublime Text? I can't seem to find it anywhere if it is already doing that.
You mean the console output? I haven't tried it myself since I'm using the Mac OS terminal to launch my games, but maybe you could launch your games through this (or any other terminal plugin):
https://atom.io/packages/atom-terminal-panel

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Sun Oct 23, 2016 8:58 pm
by Positive07
I suggest build-love, it's way simpler and does what you expect and more (it highlights the errores reported by LÖVE too).

Sorry rm-code I havent been coding much so I didnt have the oportunity to test, I surely will report when I have a chance

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Fri Oct 28, 2016 10:20 pm
by rmcode
Released 2.4.1 which fixes the fuzzaldrin package dependency (woops).
Positive07 wrote:I suggest build-love, it's way simpler and does what you expect and more (it highlights the errores reported by LÖVE too).
I don't really get how to set it up :rofl:

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Sat Oct 29, 2016 4:42 am
by Positive07
I just installed it with LÖVE executable in my path and it simply worked haha.

Currently it should have a configuration to set the path of the LÖVE executable though. Then you just press F7 (or whatever atom-build uses in you OS) and it should call the love executable with the current project folder.

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Mon Oct 31, 2016 9:46 pm
by rmcode
Released 2.4.2 with updated API docs to celebrate the release of LÖVE 0.10.2 :nyu:

Re: LÖVE-Atom (autocomplete package for Atom)

Posted: Sun Mar 26, 2017 10:53 am
by rmcode
Published version 2.5.0 which makes it easier to work with Types such as Canvas, Text and so on. The snippets now start with a variable (a bug with autocomplete prevent me from adding this earlier) which can be replaced just like arguments:

Image

Re: Love-Atom (Smart autocompletion for Atom)

Posted: Sun Apr 30, 2017 11:49 am
by rmcode
Published version 3.0.0 which uses autocomplete-lua to provide smart autocompletion for functions, variants and even variables.

Image

Example of type-aware suggestions:
Image

Re: Love-Atom (Smart autocompletion for Atom)

Posted: Sat Nov 18, 2017 5:42 pm
by rmcode
Published version 3.1.5 which fixes a bug where type methods would be created without their first argument.

Re: Love-Atom (Smart autocompletion for Atom)

Posted: Sat Nov 18, 2017 11:29 pm
by yetneverdone
Really awesome! I hope there's like this for sublime or vim

Re: Love-Atom (Smart autocompletion for Atom)

Posted: Sat Jan 20, 2018 4:47 pm
by FrenchMasterSword
Thanks a lot, it's really awesome !
No need for an unexistant full HTML löve documentation now to check something without connexion ^^
OH WAIT