Blender Git Commit Log
Git Commits -> Revision f45aca0
Revision f45aca0 by Ian Thompson (master) July 28, 2008, 11:05 (GMT) |
Complete rewrite of syntax highlighting and formatting. Some improvements: - Takes less than half the time to format a full document - Where possible only the required lines are re-parsed when text is changed (was the whole file, for every key press!) - Memory is allocated in one place only (there were all sorts of problems here) - Should be easily extensible for other scripting languages - Lots of comments to make it very easy to follow / change - def and class are now properly coloured. They had a theme colour but the checks didn't work. |
Commit Details:
Full Hash: f45aca0447e09c5c36bba31f5de48d6554cdc4f9
SVN Revision: 15837
Parent Commit: 01a6d44
Lines Changed: +296, -485