SmartIndent.txt typo

Not a big deal but just fyi, SmartIndent.txt (9.0.6) contains

Code:
#
# Words use by the Smart AutoIndent mode (Tools > Preferences > Editor)
#
# Pressing the <Enter> key on a line that starts with any
# of the following words will indent on the next line
#
BEGIN
IF
THEN
ELSE
ELSEIF
PROCEDURE
FUNCTION
CASE
WHEN
LOOP
WHILE
FOR
EXCEPTION

I've corrected mine, but new users might be wondering why 'ELSIF' doesn't behave the same as 'ELSE' :)
 
Back
Top