"/Indent Strings SOL" - What is SOL?

Syntax highlighting, code folding, brace matching, code indenting, and function list

"/Indent Strings SOL" - What is SOL?

Postby adamreiswig » Wed Jun 15, 2005 8:03 pm

In my word file (for XBase++) I have the following line:

/Indent Strings SOL = "IF" "ELSE" "CASE" "FOR" "WHILE" "DO"


When the SOL is there it prevents UE from auto indenting on those words/characters. I have searched the documentation over as well as the forums and can't find a meaning for "SOL".

Does anyone know what this stands for and if it has any purpose beyond blocking indentation? Also, why bother creating an "indent strings" line and then block it?

Thanks a lot for any help in advance.
User avatar
adamreiswig
Basic User
Basic User
 
Posts: 13
Joined: Wed Feb 23, 2005 12:00 am

Re: "/Indent Strings SOL" - What is SOL?

Postby Mofi » Thu Jun 16, 2005 2:00 am

Copied from help of UE, topic Syntax Highlighting:

-------
Additionally, there are instances in some languages where the indent string would be at the start of the line, in this case the following syntax should be used, and the string must be the first non space characters in the line:

/Indent Strings SOL = "if"
-------

So SOL simply means Start Of Line. Do you understand it now?
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4049
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Syntax Highlighting

cron