aapt would be nice
Support for aapt completion would be nice too…
I don't use aapt much myself, so I'm probably not the best person to add this. I'd be happy to accept a patch from anyone who wants to add aapt support, using either Bash or my own tool for easily writing new completion scripts: https://github.com/mbrubeck/compleat
@mbrubeck I tried to run program from linked repository, but I'm stuck on error during build. It says:
Building compleat-1.0...
Preprocessing executable 'compleat' for compleat-1.0...
compleat.hs:1:1:
Ambiguous module name `Prelude':
it was found in multiple packages: base haskell98-2.0.0.1
I have absolutely no experience with this environment, but I'd like to add aapt support. I already tried this, and it doesn't seem to work :(. If you can help me I'd add appt support to this repo in notime :). My OS is kubuntu 12.04 x64. Thanks in advance
The compleat error above should be fixed now (see mbrubeck/compleat#9) -- sorry about that!