Skip to content

Haskedit 1.1.0

Latest

Choose a tag to compare

@SecretSheppy SecretSheppy released this 21 Nov 16:04
· 8 commits to main since this release

Performance Improvements

  • Reading files is now asynchronous

Code Quality Improvements

  • Renamed utils.isInt to utils.stringIsInt
  • Created tests for utils module
  • Set Jetbrains Mono as global font
  • refactored command prompt into main.runCommand

Bug Fixes

  • Path now resolved before running the open command
  • The cursor is now positioned at the end of the command when using the Arrow Up or Arrow Down keys in the console to access command history

Gui Improvements

  • Added file loading indicator to status bar
  • Added current open file name display to status bar
  • Added find and replace with value highlights
  • Added ruler for style guide

New Keybindings

  • Ctrl + B Builds the current file with ghc
  • Ctrl + R Builds and runs the current file with ghc