RoslynPad Versions Save

A cross-platform C# editor based on Roslyn and AvalonEdit

13.1

6 years ago

This release mainly improves RoslynPad's performance (load time, completion, parsing reference directives), and adds a few features:

  • Choose between release (now the default) and prerelease NuGet search (#108)
  • Open external files (#122)
  • Restore the WPF dispatcher as the main execution thread (#119)
  • Pick members dialog (Alt+. inside a class to generate overriding members)

This release also includes new versions of the NuGet packages.

13

6 years ago
  • Results pane: show compilation errors, warnings & jump to code location (#113)
  • Reference directives: improved search & resolve performance (#56, #67)
  • Load directives relative path (#98 )
  • Dump: control depth & expansion (#80, #107), fields (#111)
  • Brace matching (#57)
  • Optimized compilation option (#51)
  • Bug fixes (#106, #60)
  • IL viewer
  • Support for C# 7.1
  • Additional Roslyn analyzers & refactorings

Also available in the Microsoft Store (will take a while for the update to propagate): Get it on Windows 10

Try out RoslynPad for Mac/Linux (alpha) Instructions

12

7 years ago
  • Document search (#85)
  • Fix startup crash on machines without reference assemblies (#81)
  • Various changes to make RoslynPad easier to use in external projects (#43, thanks @xen2!)
  • Shadow copy assemblies in host process (#78)
  • Other fixes (#76, #82)
  • Includes RTM version of Roslyn 2.0
  • Note the version number scheme change from 0.X to X.Y (jumping from 0.11 to 12)

0.11

7 years ago
  • Improved object viewer
  • Soft completion selection within lambdas
  • Rename symbol refactoring
  • Customize document folder location
  • Also available in the Microsoft Store: Get it on Windows 10

0.10.1

7 years ago
  • Fix for a bug in NuGet integration

0.10

7 years ago
  • Quick info tool-tips
  • Compile and save assembly
  • Restore NuGet packages from an existing document
  • Support for #load directives
  • Caret position fixes
  • Fix for orphan execution host processes
  • Latest Roslyn beta (C# 7)

0.9

7 years ago
  • Exception stack traces with line information
  • Exception indicator in the margin
  • Search and replace (Ctrl-H)
  • Document formatting (Ctrl-D)
  • Comment/uncomment selection (Ctrl-K, Ctrl-U)
  • Improved caret position after code changes
  • Roslyn 2.0 Beta 3 (C# 7 enabled)
  • Bug fixes and minor performance improvements

0.8

8 years ago
  • Snippets
  • Improved output pane
  • Completion improvements (using the new public API)
  • Font size slider
  • Bug fixes & performance tweaks
  • Removed Visual Studio dependency
  • Future branch merged with master (C# 7 enabled)

0.7

8 years ago

Updated The previous zips were missing a couple of DLLs. Sorry about that.

  • Auto save documents
  • Improved NuGet (better search, install other versions)
  • 64-bit host process
  • Update check & problem reporting
  • Lots of bug fixes
  • As with previous releases, the future variant enables C# 7

0.6

8 years ago
  • Process isolation
  • Console output
  • C# in Depth samples
  • Added - C# 7 (separate binaries - RoslynPad-future.zip)