Text editor

Post Reply
Raspberrypi
Posts: 6
Joined: Thu Jun 30, 2016 9:43 pm
My devices: iPad
Flag: United States of America

Text editor

Post by Raspberrypi »

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 8-)

User avatar
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: Canada
Contact:

Re: Text editor

Post by rbytes »

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...

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Text editor

Post by Mr. Kibernetik »

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?
Yes. Please look at sample programs in Examples/Editor Settings.
Raspberrypi wrote:Also am I able to enable syntax highlighting for disable automatic capitalization with keywords?
Automatic capitalization is a way of syntax highlighting in smart BASIC. You can turn it on/off with SET EDITOR CAPSYNTAX command.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Text editor

Post by Mr. Kibernetik »

Actually auto-tabbing is also working with SET EDITOR CAPSYNTAX on.

Raspberrypi
Posts: 6
Joined: Thu Jun 30, 2016 9:43 pm
My devices: iPad
Flag: United States of America

Re: Text editor

Post by Raspberrypi »

Thank you very much

Post Reply