prefs.msw.rc.py :  » IDE » Boa-Constructor » boa-constructor-0.6.1 » Config » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » IDE » Boa Constructor 
Boa Constructor » boa constructor 0.6.1 » Config » prefs.msw.rc.py
## rc-version: 9 ##
# RCS-ID:      $Id: prefs.msw.rc.py,v 1.3 2005/05/18 13:34:46 riaan Exp $

#-Miscellaneous-----------------------------------------------------------------

# Style of the Error/Output window's notebook.
## options: 'text', 'full', 'side'
eoErrOutNotebookStyle = 'full'

#-Explorer----------------------------------------------------------------------

# Should sorting in the explorer be case insensitive
exCaseInsensitiveSorting = True

#-Editor------------------------------------------------------------------------
# Should there be submenu with all the items from the New palete under the
# Editor's File menu.
edShowFileNewMenu = True

# Should a custom wxSTC paint handler he installed which minimizes refresing?
edUseCustomSTCPaintEvtHandler = True
# There is a problem with folding on GTK
edSTCFolding = True

#-Window settings---------------------------------------------------------------

# Height of the Palette window. Adjust if you use big fonts
paletteHeights = {'tabs': 120, 'menu': 74}
# Used my Mac toplevel main menu
topMenuHeight = 0

# The amount of space Boa should leave on the right for a vertical OS Taskbar.
verticalTaskbarWidth = 0
# The amount of space Boa should leave from the bottom for a horizontal OS Taskbar.
horizontalTaskbarHeight = 50
# Percentage of the with that the Editor window should occupy
editorScreenWidthPerc = 0.73

# Window manager dependent values useful for mostly for GTK
windowManagerTop = 0
windowManagerBottom = 0
windowManagerSide = 0

# Font size of the text in the Inspector's statusbar
inspStatBarFontSize = 9

# Match braces in code
braceHighLight = True

# Minimize the IDE while running applications
minimizeOnRun = True

# Minimize the IDE when using Debug/Continue while debugging 
minimizeOnDebug = True

explorerFileSysRootDefault = ('DRIVE:\\', 'C:\\')

#-Designer----------------------------------------------------------------------

# Draw grid in designer
drawDesignerGrid = True
# Also draw grid for child container controls in the frame
drawDesignerGridForSubWindows = True
# Grid drawing method
## options: 'lines', 'dots', 'grid'
drawGridMethod = 'grid'

# Grayout (blueout actually) source while designer is open
grayoutSource = True

# Editable preferences
exportedProperties2 = ['exCaseInsensitiveSorting', 'eoErrOutNotebookStyle',
 'edShowFileNewMenu', 'edSTCFolding', 'verticalTaskbarWidth',
 'horizontalTaskbarHeight', 'editorScreenWidthPerc',
 'windowManagerTop', 'windowManagerBottom', 'windowManagerSide',
 'braceHighLight', 'minimizeOnRun', 'minimizeOnDebug', 'inspStatBarFontSize', 
 'drawDesignerGrid', 'drawDesignerGridForSubWindows',  'drawGridMethod', 
 'grayoutSource',
]
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.