QB64pe version 3.0 released!
#35
(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=
Reply


Messages In This Thread
QB64pe version 3.0 released! - by SMcNeill - 08-26-2022, 06:30 PM
RE: QB64pe version 3.0 released! - by Jack - 08-26-2022, 06:55 PM
RE: QB64pe version 3.0 released! - by Pete - 08-26-2022, 08:41 PM
RE: QB64pe version 3.0 released! - by bplus - 08-26-2022, 09:19 PM
RE: QB64pe version 3.0 released! - by Pete - 08-26-2022, 09:46 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-27-2022, 12:04 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-27-2022, 02:37 PM
RE: QB64pe version 3.0 released! - by Jack - 08-27-2022, 03:03 PM
RE: QB64pe version 3.0 released! - by Pete - 08-27-2022, 04:44 PM
RE: QB64pe version 3.0 released! - by RNBW - 08-27-2022, 07:48 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-27-2022, 07:55 PM
RE: QB64pe version 3.0 released! - by RNBW - 08-27-2022, 10:22 PM
RE: QB64pe version 3.0 released! - by PhilOfPerth - 08-28-2022, 01:04 AM
RE: QB64pe version 3.0 released! - by Coolman - 08-29-2022, 09:58 AM
RE: QB64pe version 3.0 released! - by RNBW - 08-29-2022, 04:26 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-27-2022, 08:30 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-27-2022, 11:09 PM
RE: QB64pe version 3.0 released! - by RNBW - 08-28-2022, 12:20 PM
RE: QB64pe version 3.0 released! - by PhilOfPerth - 08-28-2022, 01:07 AM
RE: QB64pe version 3.0 released! - by Pete - 08-28-2022, 05:19 AM
RE: QB64pe version 3.0 released! - by Pete - 08-28-2022, 05:26 AM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 06:20 AM
RE: QB64pe version 3.0 released! - by bert22306 - 08-28-2022, 11:23 AM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 03:12 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 03:45 PM
RE: QB64pe version 3.0 released! - by RNBW - 08-28-2022, 03:58 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 04:52 PM
RE: QB64pe version 3.0 released! - by Dimster - 08-28-2022, 04:07 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 04:57 PM
RE: QB64pe version 3.0 released! - by RhoSigma - 08-28-2022, 07:29 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-28-2022, 08:18 PM
RE: QB64pe version 3.0 released! - by RhoSigma - 08-28-2022, 08:34 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-29-2022, 10:04 AM
RE: QB64pe version 3.0 released! - by james2464 - 08-29-2022, 04:43 PM
RE: QB64pe version 3.0 released! - by OldMoses - 08-29-2022, 04:55 PM
RE: QB64pe version 3.0 released! - by SMcNeill - 08-29-2022, 05:58 PM
RE: QB64pe version 3.0 released! - by james2464 - 08-29-2022, 06:12 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-31-2022, 05:01 PM
RE: QB64pe version 3.0 released! - by DSMan195276 - 08-31-2022, 05:26 PM
RE: QB64pe version 3.0 released! - by Coolman - 08-31-2022, 07:41 PM
RE: QB64pe version 3.0 released! - by Coolman - 09-01-2022, 02:04 PM
RE: QB64pe version 3.0 released! - by Coolman - 09-02-2022, 08:23 AM
RE: QB64pe version 3.0 released! - by SMcNeill - 09-02-2022, 09:41 AM
RE: QB64pe version 3.0 released! - by Kernelpanic - 09-01-2022, 06:15 PM
RE: QB64pe version 3.0 released! - by Coolman - 09-02-2022, 11:55 AM
RE: QB64pe version 3.0 released! - by Fifi - 09-04-2022, 12:55 AM
RE: QB64pe version 3.0 released! - by DSMan195276 - 09-04-2022, 02:05 AM
RE: QB64pe version 3.0 released! - by mnrvovrfc - 09-04-2022, 07:04 AM



Users browsing this thread: 20 Guest(s)