Blender Git Commit Log

Git Commits -> Revision c19d2d2

Revision c19d2d2 by Campbell Barton (master)
June 29, 2011, 06:06 (GMT)
bug [#27779] Python console completion broken
modified auto-completion, though this may need to become a preference.
The problem is:
- including _all_ text as a prefix can take a lot of space, and isnt too readable.
- including only the previous word is error prone because detecting delimiters can fail when editing strings.

so I've set it to only include the last part of the string but align to the cursor to make it more readable.

Commit Details:

Full Hash: c19d2d2da208f7fb30c59343cb744ac72f223a8e
SVN Revision: 37940
Parent Commit: 40a15a0
Lines Changed: +7, -3

1 Modified Path:

/release/scripts/modules/console/intellisense.py (+7, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021