Preferences/__init__.py

changeset 372
237c3fe739f5
parent 365
0686ac00256e
child 381
64ae9e09d8bc
--- a/Preferences/__init__.py	Mon Jun 28 19:02:47 2010 +0200
+++ b/Preferences/__init__.py	Mon Jun 28 20:00:21 2010 +0200
@@ -114,16 +114,17 @@
         "TabViewManagerFilenameOnly" : True, 
         # the order in ViewProfiles is Project-Viewer, File-Browser,
         # Debug-Viewer, Python-Shell, Log-Viewer, Task-Viewer,
-        # Templates-Viewer, Multiproject-Viewer, Terminal, Chat, Symbols
+        # Templates-Viewer, Multiproject-Viewer, Terminal, Chat, Symbols,
+        # Numbers
         "ViewProfiles" : {
             "edit"  : [
                     # visibility (0)
                     [ True, False, False, True, True, True, True,  True,  
-                      True, True,  True ],
+                      True, True,  True,  True ],
                     # saved state main window with dock windows (1)
                     b"",
                     # saved states floating windows (2)
-                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
+                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
                     # saved state main window with floating windows (3)
                     b"", 
                     # saved state main window with toolbox windows (4)
@@ -136,12 +137,12 @@
                 ],
             "debug" : [
                     # visibility (0)
-                    [ False, False, True, True, True, True, False, False, 
-                      True, True, False], 
+                    [ False, False, True,  True, True, True, False, False, 
+                      True,  True,  False, False], 
                     # saved state main window with dock windows (1)
                     b"",
                     # saved states floating windows (2)
-                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
+                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
                     # saved state main window with floating windows (3)
                     b"", 
                     # saved state main window with toolbox windows (4)

eric ide

mercurial