Skip to content

codememo v0.1.0

Latest
Compare
Choose a tag to compare
@NaleRaphael NaleRaphael released this 01 Nov 14:51
· 1 commit to master since this release

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)