Skip to content

Commit 6daea86

Browse files
committed
Merge branch 'localFixes'
2 parents 2d91fbe + 3e14585 commit 6daea86

File tree

6 files changed

+18
-31
lines changed

6 files changed

+18
-31
lines changed

APIs/Roslyn/_Extra_methods_Roslyn_API.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
using System.Linq;
44
using System.Reflection;
55
using System.Collections.Generic;
6-
using O2.Kernel;
7-
using O2.Kernel.ExtensionMethods;
8-
using O2.DotNetWrappers.DotNet;
9-
using O2.DotNetWrappers.ExtensionMethods;
10-
using O2.External.SharpDevelop.ExtensionMethods;
11-
using O2.XRules.Database.Utils;
126
using Roslyn.Compilers.Common;
137
using Roslyn.Compilers.CSharp;
148
using Roslyn.Compilers;
159
using Roslyn.Services;
16-
using O2.FluentSharp;
10+
using FluentSharp.CoreLib;
11+
using FluentSharp.WinForms;
12+
using FluentSharp.CoreLib.API;
13+
using FluentSharp.FluentRoslyn;
14+
using FluentSharp.REPL;
1715
//O2Ref:FluentSharp.Roslyn.dll
1816

1917
//O2File:_Extra_methods_Roslyn_API_GuiHelpers.cs

APIs/Roslyn/_Extra_methods_Roslyn_API_GuiHelpers.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
using System.Reflection;
55
using System.Windows.Forms;
66
using System.Collections.Generic;
7-
using O2.Kernel;
8-
using O2.Kernel.ExtensionMethods;
9-
using O2.DotNetWrappers.DotNet;
10-
using O2.DotNetWrappers.ExtensionMethods;
11-
using O2.External.SharpDevelop.ExtensionMethods;
12-
using O2.XRules.Database.Utils;
137
using Roslyn.Compilers.Common;
148
using Roslyn.Compilers.CSharp;
159
using Roslyn.Compilers;
1610
using Roslyn.Services;
17-
11+
using FluentSharp.CoreLib;
12+
using FluentSharp.CoreLib.API;
13+
using FluentSharp.FluentRoslyn;
14+
using FluentSharp.WinForms;
15+
using FluentSharp.REPL;
1816
//O2File:_Extra_methods_Roslyn_API.cs
1917

2018
//O2Ref:FluentSharp.Roslyn.dll

APIs/Roslyn/_Extra_methods_Roslyn_API_Refactoring.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
using System.Linq;
44
using System.Reflection;
55
using System.Collections.Generic;
6-
using O2.Kernel;
7-
using O2.Kernel.ExtensionMethods;
8-
using O2.DotNetWrappers.DotNet;
9-
using O2.DotNetWrappers.ExtensionMethods;
10-
using O2.External.SharpDevelop.ExtensionMethods;
11-
using O2.XRules.Database.Utils;
126
using Roslyn.Compilers.Common;
137
using Roslyn.Compilers.CSharp;
148
using Roslyn.Compilers;
159
using Roslyn.Services;
10+
using FluentSharp.CoreLib;
11+
using FluentSharp.CoreLib.API;
12+
using FluentSharp.FluentRoslyn;
13+
using FluentSharp.WinForms;
14+
using FluentSharp.REPL;
1615

1716
//O2File:_Extra_methods_Roslyn_API.cs
1817

1918
//O2Ref:FluentSharp.Roslyn.dll
20-
19+
//O2Ref:QuickGraph.dll
2120
//O2Ref:Roslyn.Services.dll
2221
//O2Ref:Roslyn.Services.CSharp.dll
2322
//O2Ref:Roslyn.Compilers.dll

Utils/O2/Util - C# REPL Script [4.0].h2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ start();
2929

3030
//using Roslyn.Compilers;
3131
//using Roslyn.Compilers.CSharp;
32+
//using FluentSharp.FluentRoslyn;
3233

3334
//O2Ref:FluentSharp.Roslyn.dll
3435
//O2Ref:Roslyn.Compilers.CSharp.dll
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
<?xml version="1.0"?>
2-
<H2>
3-
<SourceCode>O2Gui.open&lt;ascx_XRules_Editor&gt;("O2 Development Environment ({0}".format(clr.details()),1024, 600);
4-
5-
//using O2.Core.XRules.Ascx
6-
//O2Ref:O2_Platform_External_SharpDevelop.dll</SourceCode>
7-
<ReferencedAssemblies />
8-
</H2>
1+
O2Gui.open<ascx_XRules_Editor>("O2 Development Environment ({0}".format(clr.details()),1024, 600);

_Custom_O2s/v4.1/Main O2 Gui.h2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ logViewerPanel.add_LogViewer().white();
139139

140140
return "done";
141141

142-
//using O2.Views.ASCX.Forms
143-
//using O2.Kernel.CodeUtils
144142
//O2Embed:FluentSharp.Roslyn.dll
145143
//O2Embed:WatiN.Core.1x.dll
146144
//O2DontEmbed:Ionic.Zip.dll

0 commit comments

Comments
 (0)