AvalonStudio

Cross platform IDE and Shell

LGPL-3.0 License

Stars
1.6K
Committers
24

Bot releases are hidden (Show)

AvalonStudio - AvalonStudio Beta Latest Release

Published by danwalmsley almost 5 years ago

AvalonStudio - v0.7.0

Published by danwalmsley about 5 years ago

AvalonStudio - v0.62

Published by danwalmsley over 5 years ago

  • Fixes issues with terminal
  • Fixes issues with build system and toolchains.
AvalonStudio - v0.6.1

Published by danwalmsley over 5 years ago

  • Integrated terminal working across windows, linux and mac.
AvalonStudio - v0.6.0

Published by danwalmsley over 5 years ago

  • Windows installer
  • New Toolchain packaging infrastructure.
  • Debugger fixes
  • Console window auto scrolls again
  • c/c++ include path completion
  • fix editor performance in c#
  • status bar shows location of cursor
  • osx fixes
  • horizontal scrolling in editor
  • uses x11 on Linux
  • c/c++ test frameworks working with avalon build.
  • new working version of avalon build
  • lots of toolchains available for PublishedToolchains (c/c++)

and many more performance and stability fixes.

AvalonStudio - v0.5.1

Published by danwalmsley almost 6 years ago

AvalonStudio - v0.5.0

Published by danwalmsley almost 6 years ago

AvalonStudio - v0.4.5

Published by danwalmsley over 6 years ago

This release includes:
[UI]
A little UI Polish
Implemented Real Dialog windows
Added a mono develop light theme for editor
UI Fonts embedded in application

[Editor]
Find in Files
Find and Replace
Fixes to highlighting
Fix Editor deleting multiple characters when Del key pressed
Fixed issues with XAML Editor
Editor Zoom with CTRL + Mouse Wheel
Fix Code Templates

[Solution Explorer]
Able to rename files from Solution Explorer
Fix Solution explorer selection

[C++]
Libclang 6

[C#]
Improve .NET Solution Load times
C# Lamda captures are shown in tooltip.

[Debugger]
Debugger correctly terminates debugee processes when exiting session

Also many under the hood changes for performance and bug fixes.

Known Issues:
. NET Solutions will fail to load if installed in a location with a space in path.

We have posted a patched version of this release specifically for Linux that makes the fonts work.

AvalonStudio - v0.4.4

Published by danwalmsley over 6 years ago

Whats new:

  • Support for Code Actions CTRL + . (Light Bulbs) for refactoring and code fixes.

  • The Error list is now working again.

  • Extension APIs tidied and improved.

  • Unnecessary code (C#) is shows up semi transparent.

Main contributors:

@danwalmsley @jp2masa

AvalonStudio - AvalonStudio Preview 1 (v0.4.3.2)

Published by danwalmsley over 6 years ago

This is the first preview build of Avalon Studio. It is not ready for production use and is intended for evaluation and testing purposes only.

Required:
Dotnet SDK
https://www.microsoft.com/net/download/

The following fonts installed manually before running:
SourceCodePro-Regular.ttf
SourceSansPro-Regular.ttf
(See assetts below)

New Features:

  • Support for creating Avalonia UI applications targetting dotnet Core.
  • Create dotnet core solutions and projects.
  • Basic debugging of Dotnet core projects.
  • Integration with MSBuild.

Known Issues:

  • Occasional crash when invoking the SignatureHelper in the code editor.
  • Difficult to see diagnostic messages when using the Xaml previewing with Light themes.
  • Dotnet Core sdk must be installed for IDE to load.

Thanks to the following contributors:
@kekekeks @jp2masa @Seeker1437 @jameswalmsley