Claus Pedersen
Member³
We have set the editor preferences to use uppercase for syntax case. When a user for instance types
normally this is changed automatically into uppercase:
But a fast typing user often ends up with the following result:
It seems that the keystrokes can be too fast for PLD to be able to recognise the first 'end' and misses to make it uppercase.
Please correct this bug, at it is quite annoying for the user that he has to double check the syntax case while typing and has to go back the the words with wrong syntax case and correct them manually (typically by adding a space right after the word and delete it again to force the keyword to be uppercase).
Code:
end if;
Code:
END IF;
But a fast typing user often ends up with the following result:
Code:
end IF;
Please correct this bug, at it is quite annoying for the user that he has to double check the syntax case while typing and has to go back the the words with wrong syntax case and correct them manually (typically by adding a space right after the word and delete it again to force the keyword to be uppercase).