'[CONFIG VERSION]
ConfigVersion = 1
'[GENERAL SETTINGS]
MultiHighlight = TRUE
KeywordHighlight = TRUE
BracketHighlight = TRUE
ShowLineNumbersUseBG = TRUE
ShowLineNumbersSeparator = TRUE
ShowLineNumbers = TRUE
ShowErrorsImmediately = TRUE
EnableQuickNav = TRUE
SaveExeWithSource = FALSE
WhiteListQB64FirstTimeMsg = TRUE
ExeToSourceFolderFirstTimeMsg = TRUE
PasteCursorAtEnd = TRUE
DisableSyntaxHighlighter = FALSE
DebugInfo = FALSE 'INTERNAL VARIABLE USE ONLY!! DO NOT MANUALLY CHANGE!
BackupSize = 100 'in MB
AllowIndependentSettings = FALSE
'[IDE COLOR SETTINGS]
BackgroundColor2
= _RGB32(0,49,78)BackgroundColor
= _RGB32(0,0,39)TextColor
= _RGB32(216,216,216)QuoteColor
= _RGB32(255,167,0)NumbersColor
= _RGB32(216,98,78)HighlightColor
= _RGB32(0,88,108)KeywordColor
= _RGB32(69,118,147)MetaCommandColor
= _RGB32(85,206,85)CommentColor
= _RGB32(98,98,98)SchemeID = 1
'[IDE DISPLAY SETTINGS]
IDE_LeftPosition = 713
IDE_TopPosition = 259
IDE_UseFont8 = FALSE
IDE_IndentSUBs = TRUE
IDE_NormalCursorEnd = 8
IDE_NormalCursorStart = 8
IDE_SUBsLength = TRUE
IDE_SortSUBs = FALSE
IDE_CodePage = 0
IDE_CustomFont = FALSE
IDE_CustomFont$ = "c:\windows\fonts\lucon.ttf"
IDE_CustomFontSize = 21
IDE_AutoFormat = TRUE
IDE_AutoIndent = TRUE
IDE_IndentSize = 4
IDE_Height = 38
IDE_Width = 118
IDE_AutoPosition = TRUE
'[MOUSE SETTINGS]
SwapMouseButton = FALSE
'[CUSTOM DICTIONARIES]
CustomKeywords$ = "@"
CustomKeywordsSyntax$ = "@custom@keywords@separated@by@the@at@sign@"