gemini
gemini copied to clipboard
Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
I made some improvements on the undo redo system: - Allow to override a new protected method `Document.CreateUndoRedoManager` to change the implementation of `IUndoRedoManager`. - Add method `IUndoRedoManager.PushAction` to stack...
I installed Gemini.WPF version 1.0.6131 and keep getting this error when I try and run the app and i have no clue why. Error MC3074 The tag 'AppBootstrapper' does not...
I fixed an issue on tools restored as hidden at launch but never activated at layout loading or when shown. It's a good idea to not activate hidden tools at...
Hello, I am using Gemini v0.7. On the developer's machine everything works fine but on any other machine I get this exception: Framework Version: v4.0.30319 Description: The process was terminated...
fix for https://github.com/tgjones/gemini/pull/337#issuecomment-1038517917 View get null when Toolbox hasn't been never opened.
Does the GeminiWpf 1.0.37-beta version support .netcore 3.1? I get this error when I run the app: "System.Windows.Markup.XamlParseException: "The invocation of the constructor on type :'Gemini.AppBoostrapper' that matches the specified...
Another sibling of #237 #234 can be solved with this.
- Implement themed code editor - Replace icons with outlines 
This commit is a solution to #244. - Custom HLSL file, `ThemedImage.fx`, was compiled with the Shazzam Shader Editor. - This pixel shader effect was applied to the icons in...