Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 05:52:06 +0000 (13:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 05:52:06 +0000 (13:52 +0800)
Sample/Window.js

index 646ed4e..97a9438 100644 (file)
@@ -3158,6 +3158,9 @@ Window=new XObject({
                                                                  
                                                                 this.el.grab_focus();
                                                             },
+                                                            insert_spaces_instead_of_tabs : true,
+                                                            indent_width : 4,
+                                                            auto_indent : true,
                                                             items : [
                                                                 {
                                                                     xtype: GtkSource.Buffer,