Skip to content

Releases: maziac/asm-code-lens

Push/Pop Matching

06 Dec 10:53
Compare
Choose a tag to compare

Associated pushes/pops now get the same color. Example:
Bildschirmfoto 2023-12-06 um 11 51 28

The behavior can be turned off via the
Asm-code-lens: Enable Push Pop Matching
option.

More changes:

  • Line comment prefix scope changed to 'application'. I.e. it is global to asm-code-lens and can be changed only in user settings.
  • Fixed "CTRL+click" to follow link on macos for "Find labels with no Reference"
  • Fixed an old bug in reduceLocations method.
  • Cleanup

Auto Surround

08 Jul 09:52
Compare
Choose a tag to compare
  • Toggling of block comments (/* ... */) supported
  • Matching brackets highlighting
  • Autoclosing and autosurrounding for brackets, block comments and quotation marks

Small fixes

13 Jun 16:34
Compare
Choose a tag to compare
  • Hover: Check added that text range is valid.
  • Fixed: macro (without name according sjasmplus) could result in no symbols in outline view.

Outline

31 Mar 20:29
Compare
Choose a tag to compare
  • Outline view: #98: Properly show symbol kinds and structs/modules in document outline by mwpenny
  • Outline view: Show 'macro' as "interface".

Folding

13 Jan 17:43
Compare
Choose a tag to compare
  • FoldingRangeProvider added.
  • Some optimizations for regexes.

Open symbol by name

07 Jan 11:10
Compare
Choose a tag to compare

Hex Calculator

30 Dec 10:35
Compare
Choose a tag to compare

Hex-Calculator and donate buttons fixed.

Packed

21 Dec 16:49
Compare
Choose a tag to compare
  • Reduced package size a lot due to PR #90 by Crystal-RainSlide.
  • Fixed #84: Refactoring of all vscode providers. Especially the code lens provider. The way there were used did not work in all multiroot configurations. This should be fixed now.
  • 'Find Labels with no Reference' now only prints unused labels of the current workspace folder.
  • Refactored: all file access now goes through vscode api.
  • Fixed #87: # comment

vscode 1.74

08 Dec 16:53
Compare
Choose a tag to compare
  • Fixed incompatibility with vscode 1.74.

Fixes

02 Dec 21:15
Compare
Choose a tag to compare
  • Fixed #83: incorrect behavior "$problem-matcher-sjasmplus". Now also supports absolute paths.
  • Fixed #82: Another codepages. Hovering now honors the vscode code page settings of the file.