I'm looking in to a way to improve the autocomplete for GPS ADA (Version: GPS 6.0.1 with GNAT Pro 6.4.2).
GPS autocomplete searches for matches which begin with the text you entered.
I would like to match my string anywhere in the text.
Currently the regex would be something like: /myString.*/i
I would like it to be: /.*myString.*/i
- Is there an option I've missed to do this?
- Does anyone know of a GPS plugin that does this?
I've also had a look into writing this plugin myself, the documentation at http://docs.adacore.com/gps-docs/users_guide/_build/html/GPS.html#GPS.Completion which references "completion.py" - which i haven't been able to find - i'm guessing this may have only been included with later verisons of GPS.