UDL2.0 - testing phase
  • Home
  • Introduction
  • Default
  • Folding in code
  • Folding in comment
  • Operators
  • Numbers
  • Keywords
  • Comments
  • Delimiters
  • Numbers new


This section gives short explanation of operator options.
For detailed discussion about "forward" and "backward" search, please read section Introduction.


Picture
 

Operators are split into two groups: Operators1 and Operators2.

Group Operators1 is a "forward" search group.
You can use it to define operators like:
  • ! && << >> + - % (...and so on, generally these should be special non-alphanumeric characters)
These operators can be "glued" to other keywords.

Group Operators2 is a "backward" search group. You can use it to define operators like:
  • and or not (...and so on, in short: operators that look like keywords) 
These operators can NOT be "glued" to other keywords. They must be separated from rest of the code by whitespace or by other "forward" search keywords.

In essence, Operators2 group is just another keyword group, Keyword group 9 if you will. I added it here just for easier use of UDL 2.0 GUI, and for better understanding of how operators work. Users could define the same keyword list in keywords groups 1 through 8 and there would be no difference.

Picture
_As demonstrated in picture above, Operators1 are always highlighted, and Operators2 are highlighted only if separated from rest of the code.




    Comments

Submit
Powered by Create your own unique website with customizable templates.