https://github.com/PicassoCT/SpringLuaM ... spring.xml
Fell sort of from the waggon when trying to autogenerate a mockup api
Notepad++ Autocomplete XML
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Notepad++ Autocomplete XML
Wow this is super cool! Is this all callins synced/unsynced?
Re: Notepad++ Autocomplete XML
yes - the returned data and type is missing though
also not sure if the api converter missed out on some
feel free to add
also not sure if the api converter missed out on some
feel free to add
Re: Notepad++ Autocomplete XML
How to setup Spring autocomplete in IntelliJ IDEA (community or Pro):
Download the zip and extract the SDK folder from:
https://github.com/PicassoCT/SpringLuaMoccacino
Within IntelliJ, go to settings, install or make sure the EmmyLua plugin active
Project > External Libraries > <LuaJ> >
RMB > Open Library Settings
Click [+] (bottom left) -> Add Mocaccino SDK folder
Apply -> Ok
Profit!
Download the zip and extract the SDK folder from:
https://github.com/PicassoCT/SpringLuaMoccacino
Within IntelliJ, go to settings, install or make sure the EmmyLua plugin active
Project > External Libraries > <LuaJ> >
RMB > Open Library Settings
Click [+] (bottom left) -> Add Mocaccino SDK folder
Apply -> Ok
Profit!
Re: Notepad++ Autocomplete XML
Is EmmyLua better than "Lua" plugin? (for Intellij Idea)
https://plugins.jetbrains.com/plugin/5055-lua
https://plugins.jetbrains.com/plugin/5055-lua
Re: Notepad++ Autocomplete XML
@jamerlan no luck making mocaccino running with the older/more mature 'Lua' plugin. Not sure if I missed something. Anyways, it's nice to install the lua plugin first so IntelliJ also finds/autocompletes the lua standard libraries. Then you disable it and enables EmmyLua.
Again, you can probably do that by installing lua separately and pointing to its libs, I just found this way easier / more straightforward.
Again, you can probably do that by installing lua separately and pointing to its libs, I just found this way easier / more straightforward.
Re: Notepad++ Autocomplete XML
With IntelliJ's latest version, install the EmmyLua plugin, set language level to 5.1 and add mocaccino/SDK to 'Additional Sources Root':