(08-29-2022, 09:58 AM)Coolman Wrote:(08-27-2022, 07:48 PM)RNBW Wrote: Am I the only person who gets a minicule console screen for output, with no apparent means to increase its size.
if version 0.8.2 works well. copy the file :
../internal/config.ini
in version 3.0.0 at the same location. Make a backup of the file config.ini.
@Coolman
Tried that. Surprisingly the IDE for QB64PE 3 reduced in size, but the output screen remained the same small size.
@SMcNeill
My config file for QB64PE V3 (I forgot to give you it)
Code: (Select All)
[GENERAL SETTINGS]
DisableSyntaxHighlighter=False
PasteCursorAtEnd=True
ExeToSourceFolderFirstTimeMsg=True
WhiteListQB64FirstTimeMsg=True
SaveExeWithSource=False
EnableQuickNav=True
ShowErrorsImmediately=True
ShowLineNumbers=True
ShowLineNumbersSeparator=True
ShowLineNumbersUseBG=True
BracketHighlight=True
KeywordHighlight=False
MultiHighlight=True
IgnoreWarnings=False
BackupSize=100 'in MB
DebugInfo=False
WikiBaseAddress=https://qb64phoenix.com/qb64wiki
[MOUSE SETTINGS]
SwapMouseButton=False
[DEBUG SETTINGS]
BaseTCPPort=9000
WatchListToConsole=False
AutoAddDebugCommand=True
[IDE DISPLAY SETTINGS]
IDE_SortSUBs=False
IDE_KeywordCapital=True
IDE_SUBsLength=True
IDE_AutoPosition=True
IDE_NormalCursorStart=6
IDE_NormalCursorEnd=8
IDE_AutoFormat=True
IDE_AutoIndent=True
IDE_IndentSUBs=True
IDE_IndentSize=3
IDE_CustomFont=True
IDE_UseFont8=False
IDE_CustomFont$=C:\Windows\Fonts\lucon.ttf
IDE_CustomFontSize=21
[CUSTOM DICTIONARIES]
Instructions1="Add custom keywords separated by the 'at' sign."
Instructions2="Useful to colorize constants (eg @true@false@)."
CustomKeywords$=@
[IDE COLOR SCHEMES]
Instructions1="Create custom color schemes in the IDE (Options->IDE Colors)."
Instructions2="Custom color schemes will be stored in this section."
Scheme1$=User-defined|000000000255147157206010255206000000206098088128186118255255255245245245000147177170170170
[IDE WINDOW 1]
IDE_Width=80
IDE_Height=30
IDE_TopPosition=2
IDE_LeftPosition=858
[IDE COLOR SETTINGS 1]
SchemeID=11
TextColor=_RGB32(0, 0, 0)
KeywordColor=_RGB32(255, 147, 157)
NumbersColor=_RGB32(206, 10, 255)
QuoteColor=_RGB32(206, 0, 0)
CommentColor=_RGB32(128, 186, 118)
ChromaColor=_RGB32(170, 170, 170)
MetaCommandColor=_RGB32(206, 98, 88)
HighlightColor=_RGB32(0, 147, 177)
BackgroundColor=_RGB32(255, 255, 255)
BackgroundColor2=_RGB32(245, 245, 245)
[COMPILER SETTINGS]
OptimizeCppProgram=False
StripDebugSymbols=True
MaxParallelProcesses=3
ExtraCppFlags=
ExtraLinkerFlags=