Page 1 of 1
					
				Text editor
				Posted: Thu Jun 30, 2016 9:46 pm
				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  

 
			 
			
					
				Re: Text editor
				Posted: Fri Jul 01, 2016 4:19 am
				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.
			 
			
					
				Re: Text editor
				Posted: Fri Jul 01, 2016 5:28 am
				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.
 
			 
			
					
				Re: Text editor
				Posted: Sun Jul 03, 2016 7:54 pm
				by Mr. Kibernetik
				Actually auto-tabbing is also working with SET EDITOR CAPSYNTAX on.
			 
			
					
				Re: Text editor
				Posted: Tue Jul 05, 2016 1:43 pm
				by Raspberrypi
				Thank you very much