- Remove elements duplication in autocompletion
- Better propogation macroses and segmens from macroses
- Work with segment names: autocompletion, usage, renaming
- Evaluate ifconst and ifnconst and process them accordingly
- deleted configuration for completely hiding labels from autocompletion
- Added configuration for the current file only label autocompletion
- Autocompletion from indirect including files
- Renaming
- Excluding structure macros names from suggestion
- Structure macros support
- Open file from include directive
- Outline view & document symbols
- disable autocompletion for addressing mode
- disable autocompletion for hex digits
- no more crashes on recovered parse result
- correct handling of using '=' sign in expressions
- work with untitled (unsaved) documents
- do not stop processing the source after the first syntax error
- configuration for hiding labels from autocompletion
- disabled word based suggestions
- label navigation for macros args
- label autocompletion for second and other macros args
- completion for preprocessor keywords
- completion for macros
- completion for labels
- nested directives are parsed correctly
- dynamic variables definition and usage do not show any error
- keep all INCDIR while resolving INCLUDE in macros
- Windows line endings in macro definition are parsed correctly
- include directive: more accurate check if file is exists
- label name with dot is properly highlighted
- file does not show errors if it is included in a correct program
- RORG keyword is properly recognized
- label name can contain a dot in the middle
- include directives works without quotes
- include directives works on Windows
- dynamic labels parsing
- macros name can have a directive prefix
- hovering on asm mnemonics
- completion for asm mnemonics
- extension description
- syntax highlighting
- error checking
- include & include dir support
- navigating by lables (like go to definition)