#(enh - 116) - Add indenter support for move lines up/down action (ALT+UP/ALT+DOWN). Now, the lines being moved are properly indented based on the new containing scope.
#(431) - Correct a parse error with task/function scoped end-block identifiers
#(437) Indenter: Comment following inline typedef mis-indented
#(438) Paste error when pasting at the start of a line, trailing code duplicated
#(439) Indenter doesn't take care of leading whitespace on paste
#(441) Find matching brace issue with nested begin/ends
#(442) SV format is not correct using ifdef after assert sv keyword
#(443) - Correct an issue parsing a sized cast ( (WIDTH)'(expr) )