Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.0 #54

Merged
merged 45 commits into from
Apr 18, 2024
Merged

Release 1.5.0 #54

merged 45 commits into from
Apr 18, 2024

Conversation

sillydan1
Copy link
Owner

Release v1.5.0 (Plugin infrastructure)

This milestone focuses on cleanup and plugin infrastructure. The goal is to make the plugin ecosystem more robust and easier to use and extend.

Primary Changes

  • Purge github issues
  • Undo system overhaul (make it diff-based)
  • Wrapper for the addListener / removeListener boilerplate pattern
  • Language bindings
    • [-] Python bindings (discarded in favor of lua)
    • Lua bindings LuaJava.
  • Plugin Repository with some exploration / browsing built in
  • std sidepanel for plugin browsing

sillydan1 and others added 30 commits March 2, 2024 10:54
this makes it much easier to enforce the "no javadoc warnings" at CI time
Also launch the language servers in a separate thread to avoid
startup stalling
This is not breaking, as you can still simply override the functions
Feature: AutoProperty construct to reduce boilerplate code for new syntaxes
also added snapshot ability (experimental)
BREAKING CHANGE:
This breaks the public API a bit, but the fix is easy by simply getting the undosystem from
a buffer (obtained through the IBufferContainer class) rather than through the DI system
It might still be relevant in the future, but not right now
…nts-#2

Bugfix/focus on non saved elements #2
@sillydan1 sillydan1 self-assigned this Apr 18, 2024
@sillydan1 sillydan1 merged commit feb93fc into main Apr 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant