- http://en.wikipedia.org/wiki/Trygve_Reenskaug
- http://en.wikipedia.org/wiki/Jim_Coplien
- http://fulloo.info/Examples/SqueakExamples/index.html
The IDE is inspired by Josh Varty CodeConnect and MS DebugCanvas http://joshvarty.wordpress.com/2014/08/01/ripping-the-visual-studio-editor-apart-with-projection-buffers/comment-page-1/#comment-115
Tools:
- GraphSharp: https://graphsharp.codeplex.com/
- https://joshsmithonwpf.wordpress.com/
- NJasmine: https://github.com/fschwiet/DreamNJasmine
Screenshots:
How to use:
Build the extention
-
Open the project in Visual Studio 2019 Community version
-
Build release/debug version
-
Open bin folder and run TheDCIBabyIDE.vsix to install the extension
-
Restart Visual studio, open the project again
-
Open file with postfix _Context.cs (eg ContextFileOpeningContext.cs)
-
Right click in the editor and select 'open in DCI Baby IDE'
Debug:
-
Open the project in Visual Studio 2019 Community Version
-
Project settings: -Start external program: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe -Cmd line arguments: /rootsuffix Exp /log
-
F5 to run and debug
Usage:
- Install visual studio plugin TheSharperDCIIDE.vsix
- Open a context file e.g. ContextFileParsingContext.cs
- Right click and select open in DCI IDE