Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

0.3.0 Events

Pre-release
Pre-release

Choose a tag to compare

@fi-res fi-res released this 13 Aug 16:47
· 3 commits to main since this release
  • Added select_range and reload_editor actions in Extension class
  • Removed switch_to_file from JS actions because it duplicates open_file action
  • Removed step from Extension (used in alpha versions)
  • Added event decorator
  • Added Event enum with startup, change, shutdown values
  • Updated JS template
  • Removed context values from command decorator (full list of context values in README.md)
  • Fixed position preset docstring in replace_text method
  • Added values docstring in ReplaceTextPreset
  • Added opened_files, is_saved and workspace context values in readme