Skip to content

v1.2.0

Compare
Choose a tag to compare
@sillydan1 sillydan1 released this 14 Dec 17:37
· 141 commits to main since this release

Graphedit version v1.2.0 Release πŸŽ‰

Welcome to Graphedit! This is a tool for creating and manipulating vertex-edge graph based syntaxes. This release introduces support for language servers, much inspired by LSP where the language smarts can be directly integrated into the editor experience with lints and notifications. Lints can highlight sections of a model or even sections of space with an info, hint, warning or error-level messages. We encourage you to take a dive into the source code and implement a simple plugin πŸ₯‡.

Most Important Changes

  • Language Servers! - a new interface for better editor integration πŸ₯‡
  • ModelDiff, compare versions of models with each-other on a vertex/edge level. 🟒/πŸ”΄
  • Lints, highlight sections of the model and attach a message to them πŸ’‘
  • Plugin Manager, you can now disable and enable plugins in the "Plugins" sidepanel πŸ”Œ
  • Many smaller improvements as well such as copy/cut/paste, improvements in editor tools and many bug fixes 🐞

What's Changed

Full Changelog: v1.1.0...v1.2.0