Suplemon v0.1.56 Release Notes

Release Date: 2016-08-01 // over 7 years ago
  • Full Changelog

    Implemented enhancements:

    • πŸ†• New feature: Ability to use hard tabs instead of spaces via the boolean option 'hard_tabs'.
    • πŸ†• New feature: Save all files by running the Β΄save_allΒ΄ command.
    • πŸ†• New feature: Linter now shows PHP syntax errors (if PHP is installed).
    • πŸ†• New module: New diff command for comaring current edits to the file on disk.
    • πŸ†• New module: Show machine hostname in bottom status bar.
    • ✨ Enhanced Go To feature: If no file name begins with the search string, also match file names that contain the search string at any position.
    • Module status info is now shown on the left of core info in the bottom status bar.
    • πŸ‘ More supported key bindings.
    • Other light code improvements.

    πŸ›  Fixed bugs:

    • ⚠ Prevented multiple warnings about missing pygments.
    • Reload user keymap when it's changed in the editor.
    • 0️⃣ Prioritize user key bindings over defaults. #163
    • πŸ‘ Reworked key handling to support more bindings (like ctrl+enter on some terminals).
    • Normalize modifier key order in keymaps so that they are matched correctly.
    • Properly set the internal file path when saving a file under a new name.