|
Post by Mercobots on May 28, 2017 0:11:47 GMT
Hello This is a basic auto completing code for ankulua, for those who are using intellij IDEA, all commands are available until ankulua 8.8.0! Repositorygithub.com/mercobots/AnkuluaAutoCompletingDonwload AnkuluaAutoCompleting.zipInstall
Download , unzip and copy the xml to your intellij template folder located at : - For older versionsC:\Users\USERNAME\.IdeaIC2017.1\config\templates\
- Most Recent intellij versionC:\Users\USERNAME\AppData\Roaming\JetBrains\IdeaIC2020.2\templates Notes
- Create templates folder if missing - feel free to edit/suggest or request function , this can be a powerful tool if everyone contributes To make it work in 2020 version, after you create new lua project, and lua file, go to settings - editor - live templates - ankulua then select with shift all ankulua strings, right click, change context, select lua, apply. [Mercobots] Says Goodbye: Products Discontinued
|
|
|
Post by Mercobots on May 28, 2017 23:15:10 GMT
update
added getLastMatch() existsClick()
|
|
|
Post by Mercobots on May 31, 2017 23:44:11 GMT
Info post updated
added
Setting:set("MinSimilarity",) - setms
Settings:set("AutoWaitTimeout",) - setaw
|
|
|
Post by theycallmek on Jun 1, 2017 19:19:16 GMT
Thanks Mercobots ! Looks great. I am installing it now Edit: Works perfectly! it is worth noting that because I use the free community edition I had to place the file in the directory: C:\Users\USERNAME\.IdeaIC2017.1\config\templates\ (re-reading your post maybe that's what you meant, but it took me second to find it) Also, I had to create the "templates" directory as it did not exist. Lastly, it looks like for the box to pop up it is case-sensitive so I have to type "setAlt" then it pops up with "setAlternativeClick(boolean enable)" but with "setalt" it does not. It's beautiful
|
|
|
Post by Mercobots on Jun 1, 2017 22:31:26 GMT
Thank you theycallmek sometimes is hard to explain myself right I'm using community edition too and case-sensitive works great , maybe i changed some "pop up suggestion" option or view type, i really don't know why ,i will try figured out what is going on
|
|
|
Post by Mercobots on Jun 2, 2017 0:02:30 GMT
added
setDragDropStepInterval(downMs, upMs) setDragDropStepCount(downMs, upMs) setDragDropTiming(downMs, upMs)
CommonLib
autoResize(target, defaultDimension, immersive, region)
regionWaitMulti(target, seconds, debug, skipLocation)
waitMulti(target, seconds, skipLocation)
existsMultiMax(target, region)
simpleDialog(title, message)
detectLanguage(target, list, region)
offOnScreen(second, pinLock, pin)
fileExists(name)
loadStrings(path)
tableLookup(table, item)
randomNumer(value)
|
|
|
Post by barkingbarnacle on Jun 2, 2017 4:07:44 GMT
oh my god. oh my god. i was just wondering if you had made this yet. you always are so creative!
|
|
|
Post by bielsantoro on Nov 25, 2019 4:32:00 GMT
|
|
ATG
Junior Member
Posts: 79
|
Post by ATG on Aug 20, 2020 7:26:10 GMT
C:\Users\USERNAME\.IdeaIC2017.1\config\templates\
what a gem in the sky
it is 2020 and i stumbled across this.
but for version 2020 community edition, under the USERNAME there is no folder with name of .IdeaICxxx
anyone here can advise how did you make yours work?
|
|
|
Post by Mercobots on Aug 20, 2020 15:27:59 GMT
Not sure why cuz im using idea 2019 ! But definitely i will take a look on it and update this autocomplete feature
|
|
|
Post by Mercobots on Aug 21, 2020 15:56:36 GMT
updated
|
|
ATG
Junior Member
Posts: 79
|
Post by ATG on Aug 21, 2020 19:37:44 GMT
Thanks Merobots. Much better in coding than notepad++
|
|
|
Post by konstantinq on Oct 11, 2020 17:25:32 GMT
To make it work in 2020 version, after you create new lua project, and lua file, go to settings - editor - live templates - ankulua then select with shift all ankulua strings, right click, change context, select lua, apply.
|
|