Releases: mborik/z80-macroasm-vscode
Releases · mborik/z80-macroasm-vscode
v0.7.10
- Follow up release which disabling intrusive suggestions for instruction arguments by space character (#29)
v0.7.9
- Fixed formatter to properly catch and format expression with operators, introduced
z80-macroasm.format.spacesAroundOperators
setting option to pretty format spaces around the operators on demand (#25)
- Added folding markers between
region
and endregion
(#26)
- Disabled intrusive suggestions for instruction mnemonics by default, introduced
z80-macroasm.format.suggestOnInstructions
setting option to explicitly enable this (#29)
v0.7.8
- @kolnogorov fixed typing of space when
splitInstructionsByColon
is set to false
and it leads to full refactor of completion and formatter to handle multiple instruction on single line (#22)
v0.7.6
- @tomaz made his first contribution with on-type formatter improvements (#20)
- improved pointer register suggestions (
(hl)
, (de)
...)
- huge refactor of completion provider
v0.7.5
Formatter improvements:
- bracket reformat was improved and its optional by default (
"z80-macroasm.format.bracketType": "no-change"
)
- format of hexadecimal numbers (#11)
v0.7.4
- fixed formatter issue when labelled empty line was formatted to
undefined
keyword (#12)
v0.7.3
- proper splitting of lines by colons (when
z80-macroasm.format.splitInstructionsByColon
is enabled) or by commas when arguments are parsed (closing #14)
- fixed formatting of modules (closing #16)
v0.7.2
- formatter as experimental feature disabled by default
- keyword
ends
added into highlighter and all language parsers
v0.7.1
- hotfix of Outline side-bar: filter symbols to given file
- added forgotten
errmatcher-pasmo
problem matcher