Is it possible for me to change the font and font size of the text editor (the place where I type the code) in smart BASIC?
Also am I able to enable syntax highlighting for disable automatic capitalization with keywords?
If so please let me know
Text editor
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: Text editor
Yes to both questions. The commands you need will be found in the Settings section of the manual (accessed by pressing ? on the toolbar.) The commands for these functions are near the top of the Settings page.
The only thing that gets me down is gravity...
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Text editor
Yes. Please look at sample programs in Examples/Editor Settings.Raspberrypi wrote:Is it possible for me to change the font and font size of the text editor (the place where I type the code) in smart BASIC?
Automatic capitalization is a way of syntax highlighting in smart BASIC. You can turn it on/off with SET EDITOR CAPSYNTAX command.Raspberrypi wrote:Also am I able to enable syntax highlighting for disable automatic capitalization with keywords?
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Text editor
Actually auto-tabbing is also working with SET EDITOR CAPSYNTAX on.
-
- Posts: 6
- Joined: Thu Jun 30, 2016 9:43 pm
- My devices: iPad
- Flag:
Re: Text editor
Thank you very much