Releases: SecretSheppy/haskedit
Releases · SecretSheppy/haskedit
Haskedit 1.1.0
Performance Improvements
- Reading files is now asynchronous
Code Quality Improvements
- Renamed
utils.isInttoutils.stringIsInt - Created tests for
utilsmodule - Set
Jetbrains Monoas global font - refactored command prompt into
main.runCommand
Bug Fixes
- Path now resolved before running the
opencommand - 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
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
Near final release build
Added:
- Documentation
- Open files with absolute paths (using the open command)
- Refactored
haskedit.htmlto usehighighted-codefrom within thenode_modulesas to ship the builds with the highlighted-code license.
Haskedit Beta 1.0.2
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
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
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