Skip to content

Releases: NaleRaphael/codememo

codememo v0.1.0

01 Nov 14:51
Compare
Choose a tag to compare

This is the first release of codememo.

Features

  • Multi-root nodes is supported.
  • A layout algorithm is implemented for rearranging nodes automatically.
  • Project can be created by importing a call graph, but there are still some limitation. e.g. content of functions are not available (see also PR #4)

Other notes

There are a few custom features that does not supported by original pyimgui package:

  • User callbacks for imgui.input_text_multiline() (PR #1)
  • Patches of keyboard events for pyimgui (PR #2)
  • Shortcuts for menu items (PR #3)