Releases: ironmansoftware/psedit
Releases · ironmansoftware/psedit
0.0.7
What's Changed
- Fix modified flag next to saved filename by @halvarsson in #31
- add button for creating new file by @halvarsson in #32
- fix allowed filetypes in open/save dialogs by @halvarsson in #40
- remove duplicated entry in dialog header by @halvarsson in #39
- Set current directory as default directory in save/open dialog by @halvarsson in #38
- Update to use Terminal.Gui 1.9.0 by @halvarsson in #41
- Clear column errors before population by @halvarsson in #42
- Add messagebox when exiting unsaved texteditor by @halvarsson in #43
- Update column / line numbers in status bar by @halvarsson in #44
- Use UnwrappedCursorPosition event instead by @halvarsson in #45
- Add find / replace support by @halvarsson in #47
- Implement support for multiple languages by @halvarsson in #49
- Add workaround for CTRL+Q functionality by @halvarsson in #56
- Fix autocomplete for environment/global variables by @halvarsson in #57
- Upgrade Terminal.Gui to 1.10.0 by @halvarsson in #62
- Update Terminal.Gui to 1.16.0, and make psedit compatible again by @halvarsson in #63
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- Fix horizontal token matching by @halvarsson in #24
- Improve Redraw() performance on large files by @halvarsson in #25
- Fix cancel button in Open / Save dialog by @halvarsson in #26
- Set back cursor and row after calling Format() by @halvarsson in #27
- fix Format() on Powershell 5.1 by @halvarsson in #28
- fix so error show again in status bar by @halvarsson in #29
Full Changelog: 0.0.5...0.0.6
0.0.5
- Pinned NStack.Core to 1.0.5 to fix an issue with psedit loading (Thanks, @halvarsson!)
- Fixed a typo in a class name (Thanks, @kborowinski!)
0.0.3
- Fixed publishing issue where Terminal.Gui.dll was not included with the release
0.0.2
- Fixed an issue where syntax errors didn't have the correct start column (@halvarsson)
- Fixed an issue where syntax errors were reported multiple times (@halvarsson)
- Improved IntelliSense experience (@halvarsson)
- Added
psedit
alias (@SteveL-MSFT) - Made
-Path
parameter positional (@SteveL-MSFT) - Update the project to use NuGet rather than include the GUI.cs assemblies directly (@SteveL-MSFT)
- Fixed an issue where the GUI would not exit cleanly (@SteveL-MSFT)