|
|
cc89221a24
|
Previously relying on import to run scripts didn't work every time and was not the right way to do it. Also fixed a problem with 'import *' not working and added the sys.modules list to the import suggestion list with a timed update.
|
2008-07-16 10:33:48 +00:00 |
|
|
|
512eec04aa
|
Made suggestions case-insensitive which also puts _ prefixed items at the bottom. Improvements have also been made to the way the list works, when it should disappear/update/confirm, etc.
|
2008-07-15 17:03:59 +00:00 |
|
|
|
9037159d7a
|
Text plugin script updates: Better error handling, variable parsing, token caching for repeat parsing of the same document. Fixed joining of multiline statements and context detection.
|
2008-07-15 12:55:20 +00:00 |
|
|
|
aeb4d0c631
|
Created a BPy module BPyTextPlugin to centralize functions used across the text plugin scripts. Also created two more scripts to handle imports and member suggestions.
|
2008-07-15 07:34:46 +00:00 |
|