Skip to content

Releases: arklumpus/CSharpEditor

Version 1.1.6

Choose a tag to compare

@arklumpus arklumpus released this 19 Oct 22:34

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

Choose a tag to compare

@arklumpus arklumpus released this 11 Jan 16:11

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

Choose a tag to compare

@arklumpus arklumpus released this 25 Dec 18:02

Updated dependencies.

Version 1.1.3

Choose a tag to compare

@arklumpus arklumpus released this 07 Sep 14:52

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

Choose a tag to compare

@arklumpus arklumpus released this 06 Oct 23:05
v1.1.2

Improved appearance with the Fluent theme.

Version 1.1.1

Choose a tag to compare

@arklumpus arklumpus released this 04 May 15:36
v1.1.1

Fixed missing icon for fields and properties in object initializers.

Version 1.1.0

Choose a tag to compare

@arklumpus arklumpus released this 19 Feb 04:48
v1.1.0

Interprocess debugger now uses named pipes instead of anonymous pipes.

v1.0.1

Choose a tag to compare

@arklumpus arklumpus released this 09 Feb 20:28
Removed calls to WaitForPipeDrain.