Skip to content

Releases: se-dev-pion/code-block-folder

v0.4.2

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 16 Mar 16:39
  1. Correctly register DecorationType disposable to extension context, which can avoid memory leak that leads to no decoration takes effect on the titles.
  2. Fix the unexpected error of auto-update in reader-mode, so now it is reliable enough.

v0.4.0

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 03 Aug 08:03

Attention: The new Modern Mode is unstable when you type fast, and it explicitly leads to higher performance cost, so we recommend use Classic Mode (previously Editor Mode). But we consider it as a useful new feature, so we will explore how to optimize it to provide better experience for users of this extension later.

  1. #35 : Change Reader Mode to Modern Mode - mark foldable blocks with cover-rows-count instead of end-line-number, and make it auto-update on input.
  2. #37: Call moveCursor with class singleton to avoid undefined error.

v0.3.4

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 07 Apr 12:54

A formal version which has the same features as the pre-release version v0.3.2.

v0.3.2

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 06 Apr 12:53
  1. #31: Support a title with ending-line number to mark a foldable block; Provide commands and buttons to switch between the two kinds of markers.
  2. #30: Support sass/scss, less and stylus to enable code block folding in css development.
  3. #11: Remove Focus and enable Fold without it.

v0.2.0

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 22 Jan 11:42
  1. #23: Add support for Odin, Zig, Nim, Groovy, Scala, V, D and F#.
  2. #22: Add support for Vue, React and Svelte.
  3. #25: Add links to examples on GitHub in hover messages.

v0.1.1

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 21 Jan 05:29
  1. #19 : Exclude demonstration pictures from building to reduce package size.
  2. #20 : Correct the calculation method to make the cursor auto-focus position after insertion expected.
  3. #21 : Load decoration configurations when the extension activated to avoid highlight from not taking effects.

v0.1.0

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 15 Dec 16:14
  1. #11 : Show line hints in hover message of the markers.
  2. #7 : Provide jumping link and folding button in hover messages.
  3. #14 : Support setting highlight colors.
  4. #16 : Remove the dependency of command editor.action.formatDocument.

v0.0.5

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 23 Nov 17:10
  1. An urgent fix of the serious prolems in v0.0.4.
  2. For details, check #12 & #4.

v0.0.4

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 23 Nov 06:53
  1. #9 : now the color highlighting will be active when opening a text document.
  2. #8: add a 50ms debounce to the updating of color highlighting.
  3. #5: enable CTRL+ALT+F without a text selection.
  4. #1: now only highlight titles of effective foldable blocks.
  5. #5: now the command will add the end tag in a new line when the last line of the text selection endswith an existing foldable block end tag.
  6. #2: now highlighting use the foreground color of the active theme as the background color and the background color of the active theme as the text color.

v0.0.3

Choose a tag to compare

@BioCrossCoder BioCrossCoder released this 11 Nov 02:53
  1. Enable code folding through specified markers in comments.
  2. Highlight folding range titles.
  3. Enable changing a selected region to foldable range through keyboard-shortcut CRTL+ALT+F or context-menu-option Enable Code Block Folding.
  4. Enable adding folding markers through region-start, region-end, region-block snippets.