Skip to content

v2.1.1 - small January update

Compare
Choose a tag to compare
@NotroDev NotroDev released this 20 Jan 18:09
· 159 commits to main since this release

πŸ‘‹ Hi!

This is a smaller update, but it comes with a few important fixes.

Changes:

  • I've created a simple version of "projects"/"workspaces". To enable it, go to %appdata%/SkEditor, open the settings.json file, and change the value of EnableProjectsExperiment to true.
  • Hex color highlighting was causing performance issues. Now, they are not highlighted by default. Just like projects, you need to enable them in the json file (EnableHexPreview). However, the performance issue itself should no longer occur.
  • @ItsTheSky implemented a new syntax highlighting file format. This allows for syntax highlighting for languages other than Skript. For example, you can now find YAML syntax highlighting in the Marketplace.
  • Hungarian language added - thanks to @Beni34!
  • Resolved #19
  • Resolved #15
  • Fixed errors related to checking external changes
  • SkEditor will no longer crash in case of a faulty structure in the addons folder (this was a quite common issue during Analyzer updates).

πŸ˜„ Enjoy!