Skip to content

Release 0.3.0: module view

Compare
Choose a tag to compare
@AsriFox AsriFox released this 13 Dec 17:54
· 60 commits to master since this release

Added

Added GNURadio Module view to the Explorer panel that enables:

  • Viewing all blocks in the module and corresponding files;
  • Creating new blocks;
  • Creating Python bindings (context menu);
  • Renaming blocks (context menu, keybind: F2);
  • Removing blocks (context menu, keybind: Del);
  • Performing common file actions through context menu and keybinds, like in the file explorer view.

Changed

  • Moved 'Edit Flowgraph' action to the navigation section of editor titlebar, so now it's a visible icon button
  • Changed warning and success messages to show matching block names for commands with regex (Create Python Bindings, Disable Blocks, Remove Blocks)

Fixed

  • Fixed 'Rename Block' not checking for uniqueness of a new name