Skip to content

Releases: arklumpus/CSharpEditor

Version 1.1.6

19 Oct 22:34
Compare
Choose a tag to compare

Bugfixes

  • Allow breakpoints in top-level statements (#4).
  • Fixed issue with task scheduling on Linux.
  • Fixed an issue in the InterprocessDebuggerClient on Linux.

Version 1.1.5

11 Jan 16:11
Compare
Choose a tag to compare

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

25 Dec 18:02
Compare
Choose a tag to compare

Updated dependencies.

Version 1.1.3

07 Sep 14:52
Compare
Choose a tag to compare

Bugfixes

  • Updated the colours for keywords.
  • Added missing icon for enum members.
  • Fixed colour for the default keyword within a switch statement.

New features

  • Added AddReferences and RemoveReferences methods to the Editor class.
  • CSharpEditor is now compatible with .NET Standard 2.0.
  • Updated dependencies.

Version 1.1.2

06 Oct 23:05
Compare
Choose a tag to compare
v1.1.2

Improved appearance with the Fluent theme.

Version 1.1.1

04 May 15:36
Compare
Choose a tag to compare
v1.1.1

Fixed missing icon for fields and properties in object initializers.

Version 1.1.0

19 Feb 04:48
Compare
Choose a tag to compare
v1.1.0

Interprocess debugger now uses named pipes instead of anonymous pipes.

v1.0.1

09 Feb 20:28
Compare
Choose a tag to compare
Removed calls to WaitForPipeDrain.