Commit Graph

7 Commits

Author SHA1 Message Date
2340495df5 Intellisense for Text Editor: adress key register, cleanup
Bumped version to 0.2.1
Part of the T51547:
Solve the key registration / reload issues related to the
keys being registered and never removed
moved to the new key register system
text.test_line was used as the bl_idname of a Panel and an
Operator
Pep8 cleanup
Replace tabs with spaces
Fix crashes on empty text block - add a check for that case
Comment out the pdb runcall as it needs a specific function
or a object method not a string
Use the with method for the file creation
2017-06-12 04:18:36 +02:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
eab846e293 Clean-up: bl_info['tracker_url'] updated to developer.blender.org, some minor other edits 2014-02-04 02:56:01 +01:00
071e9f1764 fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? 2012-12-19 16:05:42 +00:00
2403b51d9c formatting edits 2012-12-19 15:47:30 +00:00
9690967fa4 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:00:23 +00:00
1af98d7bf6 Added Text Intellisense script.
Early stage tested on 2.60
2012-03-18 05:55:47 +00:00