Re: Decimal Basic Editor Background Color (2024-01-16 13:33 by SHIRAISHI Kazuo #691355)
Reply To Message #691352
> Windows 10. Is it possible to change the background color in the Decimal Basic editor? It is set to white - it is very tiring for the eyes.
Decimal BASIC Ver.8 uses SynEdit as editor.
Decimal BASIC Ver.8 includes the source files.
Install Lazarus and then
Open Project BASIC.lpi
File Open MainFrm.pas
View Toggle Form/Unit View
View Object Inspector
Click Memo1:Teditor
Click Color and then select some color
and Run Compile.
Re: Decimal Basic Editor Background Color (2024-04-22 02:14 by zuzikofon #754757)
Thank you very much,
it worked.
Reply To Message #691355
> Reply To Message #691352
> > Windows 10. Is it possible to change the background color in the Decimal Basic editor? It is set to white - it is very tiring for the eyes.
> Decimal BASIC Ver.8 uses SynEdit as editor.
> Decimal BASIC Ver.8 includes the source files.
>
> Install Lazarus and then
> Open Project BASIC.lpi
> File Open MainFrm.pas
> View Toggle Form/Unit View
> View Object Inspector
> Click Memo1:Teditor
> Click Color and then select some color
> and Run Compile.
>
>