Releases: arklumpus/CSharpEditor
Releases · arklumpus/CSharpEditor
Version 1.1.6
Version 1.1.5
Bugfixes
- Fixed a crash occurring when CTRL+V is pressed while there is no text in the clipboard (e.g., because an image has been copied instead).
Version 1.1.4
Updated dependencies.
Version 1.1.3
Bugfixes
- Updated the colours for keywords.
- Added missing icon for enum members.
- Fixed colour for the
default
keyword within aswitch
statement.
New features
- Added
AddReferences
andRemoveReferences
methods to theEditor
class. - CSharpEditor is now compatible with .NET Standard 2.0.
- Updated dependencies.
Version 1.1.2
v1.1.2 Improved appearance with the Fluent theme.
Version 1.1.1
v1.1.1 Fixed missing icon for fields and properties in object initializers.
Version 1.1.0
v1.1.0 Interprocess debugger now uses named pipes instead of anonymous pipes.