This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/ui
Campbell Barton 4b3fd4a8e0 replacement for my own autocomplete module by stani
--- from his patch
All the functionality is in the console
folder:
- intellisense.py: the central module which loads others on demand
- complete_namespace: more or less a replacement for the old autocomplete.py
- complete_import: module completion (I find this very handy, not just luxury)

These complete_* modules work very simple and should also work outside blender. You give some  input and it returns a list with possible completions.

autocomplete.py is now deprecated.
2009-10-29 20:55:45 +00:00
..
2009-10-03 11:19:14 +00:00
2009-10-12 19:41:40 +00:00
2009-10-22 17:12:28 +00:00
2009-10-08 11:29:27 +00:00
2009-10-28 18:03:04 +00:00
2009-09-28 03:19:52 +00:00