Dan Walmsley

Results 63 issues of Dan Walmsley

Its difficult to scroll... I often have to resize the editor or ide layout to get them to appear.

kind:enhancement
status:help-wanted

![image](https://user-images.githubusercontent.com/4672627/107641655-c6f24a00-6c6b-11eb-8ebb-c8ce01e63f8f.png) 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.

kind:enhancement
status:help-wanted

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.