{"id":15411727,"url":"https://github.com/dirkster99/edi","last_synced_at":"2025-04-06T20:10:47.150Z","repository":{"id":21653324,"uuid":"93451440","full_name":"Dirkster99/Edi","owner":"Dirkster99","description":"Edi - The open source text editor IDE based on AvalonDock and AvalonEdit","archived":false,"fork":false,"pushed_at":"2022-04-10T17:47:54.000Z","size":16105,"stargazers_count":314,"open_issues_count":7,"forks_count":65,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-30T18:09:22.355Z","etag":null,"topics":["avalondock","avalonedit","controller","csharp","dark-theme","editor","executable","ide","light-theme","log4net","mit-license","mvvm","text-editor","texteditor","ui","ui-components","uml-diagram","viewer","wpf","wpf-application"],"latest_commit_sha":null,"homepage":"https://dirkster99.github.io/Edi/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dirkster99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-05T22:08:23.000Z","updated_at":"2025-02-19T14:05:35.000Z","dependencies_parsed_at":"2022-08-25T08:50:29.923Z","dependency_job_id":null,"html_url":"https://github.com/Dirkster99/Edi","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FEdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FEdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FEdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FEdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dirkster99","download_url":"https://codeload.github.com/Dirkster99/Edi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543591,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalondock","avalonedit","controller","csharp","dark-theme","editor","executable","ide","light-theme","log4net","mit-license","mvvm","text-editor","texteditor","ui","ui-components","uml-diagram","viewer","wpf","wpf-application"],"created_at":"2024-10-01T16:49:57.887Z","updated_at":"2025-04-06T20:10:47.119Z","avatar_url":"https://github.com/Dirkster99.png","language":"C#","readme":"[![Build status](https://ci.appveyor.com/api/projects/status/7r06lm7v5o9xq7xj?svg=true)](https://ci.appveyor.com/project/Dirkster99/edi)\n[![Release](https://img.shields.io/github/release/Dirkster99/Edi.svg)](https://github.com/Dirkster99/Edi/releases/latest)  [Continues Integration](https://github.com/Dirkster99/Edi/wiki/Testing-with-Zip-file-from-AppVeyors-Continues-Integration)\n# Edi\n\nEdi - The open source integrated development environment (IDE) based on [AvalonDock](https://github.com/Dirkster99/AvalonDock), [AvalonEdit](https://github.com/icsharpcode/AvalonEdit), and [Castle Windsor](https://github.com/castleproject/Windsor).\n\n# Screenshots\n* [File Explorer Tool Window](https://github.com/Dirkster99/Edi/wiki/File-Explorer-Tool-Window)\n* [Log4Net Document Viewer](https://github.com/Dirkster99/Edi/wiki/Log4Net-Document-Viewer)\n* [UML Editor](https://github.com/Dirkster99/Edi/wiki/UML-Diagram-Editor)\n\n![screenshot](https://raw.githubusercontent.com/Dirkster99/Docu/master/Edi/2018/RestyledOverlayButtons.png)\n![screenshot](https://raw.githubusercontent.com/Dirkster99/Docu/master/Edi/2018/Edi_Explorer_Dark.png)\n![screenshot](https://raw.githubusercontent.com/Dirkster99/Docu/master/Edi/2018/Edi_Explorer_Light.png)\n![screenshot](https://raw.githubusercontent.com/Dirkster99/Docu/master/Edi/2018/EdiUmlEditor.png)\n\n## Older Screenshots with previous Theme Definition\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/MetroDark_DeepBlack.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/Edi_MRU_ContextMenu.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/StartPage.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/MetroDark_TrueBlue.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/MetroLight_BrightStandard.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/Generic.png?raw=true)\n![screenshot](https://github.com/Dirkster99/Docu/blob/master/Edi/MU_MenuItems.png?raw=true)\n\n## Getting Started\n\nDowload the source, compile and run should work out of the box (you may have to enable nuget package download).\n\n### Prerequisites\n\nThis application requires .NET Framework 4 to run. It runs on Windows 7 or latter.\n\n### Installing and Deployment\n\nSee https://github.com/Dirkster99/Edi-Setup/ for more details on building the x86 and x64 version of the editor.\n \n## Built With\n\n* [Visual Studio 2017 Community](http://www.visualstudio.com) - Visual Studio IDE\n* [.Net Framework](https://www.microsoft.com/net) - Net Framework 4\n* or get the latest Release build from [Continues Integration](https://ci.appveyor.com/project/Dirkster99/edi/build/artifacts)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [Edi Versions](https://github.com/Dirkster99/Edi/tags). \n\n## Authors\n\n* **Dirk Bahle** - *Initial work* - [Dirkster99](https://github.com/Dirkster99)\n\nSee also the list of [contributors](https://github.com/Dirkster99/Edi/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Dirkster99/Edi/blob/master/License.md) file for details\n\n## Acknowledgments\n\nSee list of third party components for [aditional acknowledgements](https://github.com/Dirkster99/Edi/wiki/List-of-Contributors)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkster99%2Fedi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkster99%2Fedi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkster99%2Fedi/lists"}