Normal Topic Syntax Highlighting, What am I doing wrong? (Read 656 times)
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Syntax Highlighting, What am I doing wrong?
Feb 22nd, 2009 at 3:45am
Print Post Print Post  
Sesame Programming manual states:

Quote:
Syntax Highlighting On/Off - Turns color coding of code elements on or off.
This setting is off by default. The default can be set using the SYNTAX
HIGHLIGHTING command in the sesame.ini file.


In order to have Highlighting Syntax TO persist, I placed the following line in the Sesame.ini file

Syntax HighLighting: ON

also tried

Syntax HighLighting ON

On restarting Designer, Highlighting Syntax does not persist.  What am doing wrong?
  
Back to top
 
IP Logged
 
tcgeo
Full Member
***
Offline



Posts: 278
Location: Traverse City, Michigan
Joined: May 13th, 2008
Re: Syntax Highlighting, What am I doing wrong?
Reply #1 - Feb 22nd, 2009 at 1:51pm
Print Post Print Post  
This is the way I have it:

SYNTAX HIGHLIGHT: ON

Hope this helps.
  
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Syntax Highlighting, What am I doing wrong?
Reply #2 - Feb 22nd, 2009 at 3:22pm
Print Post Print Post  
tcgeo is correct. The actual entry should be:
SYNTAX HIGHLIGHT: ON
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Syntax Highlighting, What am I doing wrong?
Reply #3 - Feb 22nd, 2009 at 3:26pm
Print Post Print Post  
Thanks tcgeo and Carl. Works fine with the stated command line.
  
Back to top
 
IP Logged