Skip to content
Mark Kromis edited this page Oct 19, 2019 · 12 revisions

MinoriEditorStudio

Build status NuGet

Open Issues Closed Issues Open Pull Requests Closed Pull Requests

What is this

MinoriEditorShell is a IDE framework designed specifically for building multi document editor applications with MvvmCross. It builds on some excellent libraries:

MinoriEditorStudio ships with three themes: a Blue theme(Default), a Light theme, and a Dark theme.

Screenshot - Blue theme

Continuous builds

We use DevOps to build MinoriEditorShell after every pull request to the master branch.

What does it do?

MinoriEditorShell allows you to build your WPF application by composing separate modules. This provides a nice way of separating out the code for each part of your application.

Documentation

Getting Started

Modules used

Acknowledgements

  • Many of the original ideas, and much of the early code came from Tim Jones, creator of the Gemini framework. I have extended and modified his code to integrate better with MvvmCore, and AvalonDock 2.0, which natively supports MVVM-style binding.

MinoriEditorStudio is not the only WPF framework for building IDE-like applications. Here are some others:

Clone this wiki locally