Blender Git Commit Log

Git Commits -> Revision 4b3fd4a

Revision 4b3fd4a by Campbell Barton (master)
October 29, 2009, 20:55 (GMT)
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.

Commit Details:

Full Hash: 4b3fd4a8e05e49a9034e5ee789fcfef3961c19c5
SVN Revision: 24165
Parent Commit: 8c707b2
Lines Changed: +569, -423

4 Added Paths:

/release/scripts/modules/console/complete_import.py (+174, -0) (View)
/release/scripts/modules/console/complete_namespace.py (+67, -0) (View)
/release/scripts/modules/console/intellisense.py (+100, -0) (View)
/release/scripts/modules/console/__init__.py (+16, -0) (View)

1 Deleted Path:

/release/scripts/modules/autocomplete.py (+0, -211)

1 Modified Path:

/release/scripts/ui/space_console.py (+212, -212) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021