Durian text editor requests:

-Added Run Script button in header
-Added hotkey for Line Select (Ctrl-Shift-A)
This commit is contained in:
William Reynish
2009-10-26 16:48:23 +00:00
parent 53ac50ea8b
commit c4067b62d1
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ class TEXT_HT_header(bpy.types.Header):
row.itemL(text="Text: External")
else:
row.itemL(text="Text: Internal")
row = layout.row()
row.itemO("text.run_script")
class TEXT_PT_properties(bpy.types.Panel):
__space_type__ = 'TEXT_EDITOR'