|
|
b205cf34b4
|
All parsing is now done in one sweep and cached to allow details to be obtained without re-parsing. A text can be manually parsed with parse_text(text) which also updates the cache.
|
2008-07-18 11:00:34 +00:00 |
|
|
|
062643eefd
|
Fixed error when scripts were run without a visible Text to work on.
|
2008-07-16 12:56:23 +00:00 |
|
|
|
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 |
|
|
|
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 |
|