Skip to content

Releases: SecretSheppy/haskedit

Haskedit 1.1.0

21 Nov 16:04

Choose a tag to compare

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

Haskedit Beta 1.0.4

06 Nov 12:22

Choose a tag to compare

Haskedit Beta 1.0.4 Pre-release
Pre-release

Largely simple fixes and config improvements:

  • removed mixed-content chromium flag
  • resolved issue with the config.json scripts not being used to execute commands.

Haskedit Beta 1.0.3

22 Oct 13:24

Choose a tag to compare

Haskedit Beta 1.0.3 Pre-release
Pre-release

Near final release build

Added:

  • Documentation
  • Open files with absolute paths (using the open command)
  • Refactored haskedit.html to use highighted-code from within the node_modules as to ship the builds with the highlighted-code license.

Haskedit Beta 1.0.2

21 Oct 22:56

Choose a tag to compare

Haskedit Beta 1.0.2 Pre-release
Pre-release

A near final release version of Haskedit.

Added:

  • Custom editor syntax highlighting style that improves legibility
  • File saving now replaces tabs with spaces equivalent to the current tab-size value
  • Refactored project into a better structure
  • Wrote README

Haskedit Beta 1.0.1

14 Oct 20:55

Choose a tag to compare

Haskedit Beta 1.0.1 Pre-release
Pre-release

added ability to open files and launch from cmd if set as default app for .hs files and added to path. recommended install location C:\haskedit

Build and run scripts are still unimplemented

Haskedit Beta 1.0.0

14 Oct 00:06

Choose a tag to compare

Haskedit Beta 1.0.0 Pre-release
Pre-release

Haskedit currently has most of the features i wanted to give it, but its currently missing the ability to run the run (ghc) and build scripts. I will add this functionality before the full 1.0.0 release