Skip to content

PyNotes v2.0

Latest

Choose a tag to compare

@rafugafu rafugafu released this 16 Aug 12:35

PyNotes v2.0

Changes

  1. Added Emacs-like buffers to PyNotes!
  2. Added event hooks to PyCode!
  3. Made the Alt-X command prompt better and added smart Emacs-like autocomplete to it!
  4. Added an option to use Emacs-like file pickers with autocomplete in the Alt-X command box (minibuffer)!
  5. Added loops and conditions to PyCode!
  6. PyNotes now accepts proper command-line arguments instead of just --version! (pynotes --help for details)
    Plugins are now manageable directly through PyNotes!
  7. Added chaining of Alt-X commands using ';'!
  8. Added Emacs-like selection points (mark sets) with Ctrl-Space!
  9. Made nesting of Alt-X commands much better by handling brackets.
  10. Added some Python code navigation Alt-X and PyCode commands.
  11. Made PyNotes detect external changes and ask instead of silently overwriting the file on the next save.
  12. Fixed some bugs in the PyNotes terminal and added some more ANSI codes support.
  13. Made MathGod cells scrollable.
  14. Fixed a bug where undefined commands in pycode:{} blocks inside Python functions in PyCode would not show a proper error message.
  15. Added some more Alt-X commands.
  16. Added some more PyCode commands.
  17. The Alt-X command terminal and the PyCode command openterm now accept a command to run instead of the default /bin/bash or powershell.exe.
  18. Removed the Zen of Python on startup.
  19. Fixed some Python syntax highlighting bugs.
  20. Made the Alt-X and PyCode commands go to line accept input and use the new better prompt in Alt-X command box.
  21. Fixed a bug where an error on saving file would not show a proper error message.
PyNotes