Dan Walmsley
Dan Walmsley
Its difficult to scroll... I often have to resize the editor or ide layout to get them to appear.
 Similar to how it was implemented on AvalonStudio. checkerboard effect means, you know that its not part of ui, as a plain colour can confuse user.
Note: We already have nuget apis in use for our PackageManager class, so we should try to use the same version of this api. - [ ] Context menu for...
reactive property, direct property, styled property, etc
- [ ] Workout how to load both c and C++ syntax definitions. - [ ] CPP language service only highlight stuff the grammers cant do. - [ ] Colour...
Also, hit two issues with creating new folders: 1) When creating the new folder and typing in the name, the "NewFolder" text stays in the background and the letters sort...
- [x] Create an AvalonStudio.Shell project. - [x] Move all the main window and IShell implementation to this project. - [x] Add AppBuilder helper projects for launching the shell -...
See https://github.com/mono/monodevelop/blob/master/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs for inspiration.
AssemblyInfo.cs +using System.Reflection; +using Avalonia.Metadata; + +[assembly: XmlnsDefinition("https://github.com/avaloniaui", "Avalonia.Documents")] This will make things a lot easier in xaml files and for users of shell.