]> O.S.I.I.S - jp/crow.git/commit
generate c# with codedom for GOML
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 29 Sep 2015 08:07:13 +0000 (10:07 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 29 Sep 2015 08:07:13 +0000 (10:07 +0200)
commit8dcac53903c37878d54d59066eb7f80da1d62bc7
tree577390ded6146578e0c8b0efae5da549c99c5cec
parentbc12a8d14fd559918c1ed97ed8f2cc5c8c9043c7
generate c# with codedom for GOML
MonoDevelop.GOLib addin
31 files changed:
GOLib.csproj
GOLib.sln
GOMLViewer/GOMLViewer.csproj [new file with mode: 0644]
GOMLViewer/Properties/AddinInfo.cs [new file with mode: 0644]
GOMLViewer/Properties/AssemblyInfo.cs [new file with mode: 0644]
GOMLViewer/Properties/Manifest.addin.xml [new file with mode: 0644]
GOMLViewer/packages.config [new file with mode: 0644]
GOMLViewer/src/DisplayBinding.cs [new file with mode: 0644]
GOMLViewer/src/GOLibGtkHost.cs [new file with mode: 0644]
GOMLViewer/src/GOLibNodeExtension.cs [new file with mode: 0644]
GOMLViewer/src/GOLibView.cs [new file with mode: 0644]
MonoDevelop.GOLib/MonoDevelop.GOLib.csproj
MonoDevelop.GOLib/src/DisplayBinding.cs
MonoDevelop.GOLib/src/GOLibGtkHost.cs
MonoDevelop.GOLib/src/GOLibNodeExtension.cs
MonoDevelop.GOLib/src/GOLibView.cs
Tests/GOLIBTests.cs
Tests/Interfaces/test0.goml
Tests/Interfaces/test2.goml
Tests/Interfaces/testBorder.goml.cs [new file with mode: 0644]
Tests/Interfaces/testContainer.goml
Tests/Interfaces/testGrid.goml
Tests/Interfaces/testGroupBox.goml
Tests/Interfaces/test_stack.goml
Tests/Tests.csproj
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Scroller.cs
src/Interface.cs