From 1ebba2946c09b1d7612c3f7dd0267ccc84967dc7 Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Sat, 5 Jan 2019 12:52:59 +0800 Subject: [PATCH] v0.2.0-beta1 --- CSharpMath.Editor/CSharpMath.Editor.csproj | 4 ++-- CSharpMath.Editor/Keyboards/MathKeyboard.cs | 1 + CSharpMath.Forms/CSharpMath.Forms.csproj | 4 ++-- CSharpMath.Forms/MathKeyboard.xaml | 18 +++++++++++++----- CSharpMath.Ios/CSharpMath.Ios.csproj | 9 ++++----- .../CSharpMath.NuGetPackageTests.CSharp.csproj | 2 +- .../MainPage.xaml | 6 +++++- .../MainPage.xaml.cs | 3 ++- .../CSharpMath.Rendering.csproj | 4 ++-- .../CSharpMath.SkiaSharp.csproj | 4 ++-- CSharpMath.Utils.NuGet/ReleaseData.xml | 4 ++-- CSharpMath/CSharpMath.csproj | 4 ++-- 12 files changed, 38 insertions(+), 25 deletions(-) diff --git a/CSharpMath.Editor/CSharpMath.Editor.csproj b/CSharpMath.Editor/CSharpMath.Editor.csproj index 24c6862d..49d62f14 100644 --- a/CSharpMath.Editor/CSharpMath.Editor.csproj +++ b/CSharpMath.Editor/CSharpMath.Editor.csproj @@ -3,7 +3,7 @@ true netstandard1.3 latest - 0.2.0-alpha3 + 0.2.0-beta1 The 0.2.0 Editor Update brings an editor interface to CSharpMath. The base code for a What You See Is What You Get math editor. CSharpMath.Editor @@ -16,7 +16,7 @@ git https://github.com/verybadcat/CSharpMath.git master - 5751094f494526c7463a7aaef8f531dcc44ef213 + d13ddf112c78a313a611828131e6f35f2442ece6 false © CSharpMath Contributors 2018 diff --git a/CSharpMath.Editor/Keyboards/MathKeyboard.cs b/CSharpMath.Editor/Keyboards/MathKeyboard.cs index fec76a59..45be7bdb 100644 --- a/CSharpMath.Editor/Keyboards/MathKeyboard.cs +++ b/CSharpMath.Editor/Keyboards/MathKeyboard.cs @@ -461,6 +461,7 @@ void RemovePlaceholderIfPresent() { break; case MathKeyboardInput.Clear: MathList.Clear(); + InsertionIndex = MathListIndex.Level0Index(0); break; case MathKeyboardInput.Return: ReturnPressed?.Invoke(this, EventArgs.Empty); diff --git a/CSharpMath.Forms/CSharpMath.Forms.csproj b/CSharpMath.Forms/CSharpMath.Forms.csproj index 83fba84c..454c8d9c 100644 --- a/CSharpMath.Forms/CSharpMath.Forms.csproj +++ b/CSharpMath.Forms/CSharpMath.Forms.csproj @@ -3,13 +3,13 @@ netstandard2.0 latest true - 0.2.0-alpha3 + 0.2.0-beta1 CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder) The 0.2.0 Editor Update brings an editor interface to CSharpMath. git https://github.com/verybadcat/CSharpMath.git master - 5751094f494526c7463a7aaef8f531dcc44ef213 + d13ddf112c78a313a611828131e6f35f2442ece6 https://github.com/verybadcat/CSharpMath https://github.com/verybadcat/CSharpMath/blob/master/LICENSE https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png diff --git a/CSharpMath.Forms/MathKeyboard.xaml b/CSharpMath.Forms/MathKeyboard.xaml index 71f97cfd..9cde490f 100644 --- a/CSharpMath.Forms/MathKeyboard.xaml +++ b/CSharpMath.Forms/MathKeyboard.xaml @@ -113,11 +113,16 @@ +