]> O.S.I.I.S - jp/crow.git/commit
Crow.Text namespace, new TextBox using TextChange structure
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 28 Jan 2021 08:38:30 +0000 (09:38 +0100)
committerj-p <jp_bruyere@hotmail.com>
Sat, 6 Feb 2021 19:28:02 +0000 (20:28 +0100)
commitb948613fd357410ad195ecfe8c9f202f63431e1a
tree4292da9d68caf1e66e7262f62a06ea0808b3cd51
parente6e2f8aec4c20bc04094cc5ff265fdb42fd0c8f2
Crow.Text namespace, new TextBox using TextChange structure
18 files changed:
Crow/Crow.csproj
Crow/src/EventArgs/TextChangeEventArgs.cs
Crow/src/ExtensionsMethods.cs
Crow/src/IML/Instantiator.cs
Crow/src/Interface.cs
Crow/src/Text/CharLocation.cs [new file with mode: 0644]
Crow/src/Text/Text.cs [new file with mode: 0644]
Crow/src/Text/TextChange.cs [new file with mode: 0644]
Crow/src/Text/TextLine.cs [new file with mode: 0644]
Crow/src/Text/TextLineCollection.cs [new file with mode: 0644]
Crow/src/Text/TextSpan.cs [new file with mode: 0644]
Crow/src/Widgets/Label.cs
Crow/src/Widgets/OldLabel.cs
Crow/src/Widgets/OldTextBox.cs
Crow/src/Widgets/TextBox.cs
Crow/src/Widgets/Widget.cs
Samples/PerfTests/Program.cs
Samples/PerfTests/Properties/launchSettings.json