Skip to content

Releases: mborik/z80-macroasm-vscode

v0.7.10

09 May 06:50
Compare
Choose a tag to compare
  • Follow up release which disabling intrusive suggestions for instruction arguments by space character (#29)

v0.7.9

03 May 16:14
Compare
Choose a tag to compare
  • 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

18 Dec 09:47
Compare
Choose a tag to compare
  • @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.7

29 Nov 10:04
Compare
Choose a tag to compare

v0.7.6

26 Nov 21:59
Compare
Choose a tag to compare
  • @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

28 Jun 20:58
Compare
Choose a tag to compare

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

10 Jun 07:33
Compare
Choose a tag to compare
  • fixed formatter issue when labelled empty line was formatted to undefined keyword (#12)

v0.7.3

08 Jun 20:31
Compare
Choose a tag to compare
  • 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

01 Jun 11:36
Compare
Choose a tag to compare
  • formatter as experimental feature disabled by default
  • keyword ends added into highlighter and all language parsers

v0.7.1

06 Feb 09:56
Compare
Choose a tag to compare
  • hotfix of Outline side-bar: filter symbols to given file
  • added forgotten errmatcher-pasmo problem matcher