Skip to content

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

v0.4.0

03 Aug 08:03

Choose a tag to compare

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

07 Apr 12:54

Choose a tag to compare

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

v0.3.2

06 Apr 12:53

Choose a tag to compare

  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

22 Jan 11:42

Choose a tag to compare

  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

21 Jan 05:29

Choose a tag to compare

  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

15 Dec 16:14

Choose a tag to compare

  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

23 Nov 17:10

Choose a tag to compare

  1. An urgent fix of the serious prolems in v0.0.4.
  2. For details, check #12 & #4.

v0.0.4

23 Nov 06:53

Choose a tag to compare

  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

11 Nov 02:53

Choose a tag to compare

  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.