Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10066050 | <NME> UnitTestApplication.cs
<BEF> using System;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reflection;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Styling;
using Ava... | 1 | Merge pull request #90 from jp2masa/update-avalonia | 2 | .cs | Tests/AvaloniaMocks/UnitTestApplication | mit | AvaloniaUI/AvaloniaEdit |
10066051 | <NME> UnitTestApplication.cs
<BEF> using System;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reflection;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Styling;
using Ava... | 1 | Merge pull request #90 from jp2masa/update-avalonia | 2 | .cs | Tests/AvaloniaMocks/UnitTestApplication | mit | AvaloniaUI/AvaloniaEdit |
10066052 | <NME> UnitTestApplication.cs
<BEF> using System;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reflection;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Styling;
using Ava... | 1 | Merge pull request #90 from jp2masa/update-avalonia | 2 | .cs | Tests/AvaloniaMocks/UnitTestApplication | mit | AvaloniaUI/AvaloniaEdit |
10066053 | <NME> UnitTestApplication.cs
<BEF> using System;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reflection;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Styling;
using Ava... | 1 | Merge pull request #90 from jp2masa/update-avalonia | 2 | .cs | Tests/AvaloniaMocks/UnitTestApplication | mit | AvaloniaUI/AvaloniaEdit |
10066054 | <NME> jsgrid.field.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid;
module("common field config", {
setup: function() {
this.isFieldExcluded = function(FieldClass) {
return FieldClass === jsGrid.ControlField;
};
}
});
test("filtering=false ... | 1 | Fields: Fix 'validate=required' for number fields | 1 | .js | field | mit | tabalinas/jsgrid |
10066055 | <NME> jsgrid.field.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid;
module("common field config", {
setup: function() {
this.isFieldExcluded = function(FieldClass) {
return FieldClass === jsGrid.ControlField;
};
}
});
test("filtering=false ... | 1 | Fields: Fix 'validate=required' for number fields | 1 | .js | field | mit | tabalinas/jsgrid |
10066056 | <NME> README.md
<BEF> # LoadJS
<img src="https://www.muicss.com/static/images/loadjs.svg" width="250px">
LoadJS is a tiny async loader for modern browsers (899 bytes).
[](https://david-dm.org/muicss/loadjs)
[.
[](https://david-dm.org/muicss/loadjs)
[ {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 41 | Sorting: Method 'sort' accepts sorting config (field and order) | 1 | .js | tests | mit | tabalinas/jsgrid |
10066059 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 41 | Sorting: Method 'sort' accepts sorting config (field and order) | 1 | .js | tests | mit | tabalinas/jsgrid |
10066060 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 23 | Docs: Add links to cdn | 19 | .md | md | mit | tabalinas/jsgrid |
10066061 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 23 | Docs: Add links to cdn | 19 | .md | md | mit | tabalinas/jsgrid |
10066062 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066063 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066064 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066065 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066066 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066067 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066068 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066069 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066070 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066071 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066072 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066073 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066074 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066075 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066076 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="search|Se... | 16 | Fix Search Panel (#71) | 7 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066077 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066078 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066079 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066080 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066081 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066082 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066083 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066084 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066085 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066086 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066087 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066088 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066089 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066090 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066091 | <NME> TextMate.cs
<BEF> using System;
using System.Linq;
using TextMateSharp.Grammars;
using TextMateSharp.Model;
using TextMateSharp.Themes;
namespace AvaloniaEdit.TextMate
{
public static class TextMate
{
public static Installation InstallTextMate(this TextEditor editor, Theme theme, IGrammar gramma... | 28 | Improve textmate API | 5 | .cs | TextMate/TextMate | mit | AvaloniaUI/AvaloniaEdit |
10066092 | <NME> jsgrid.core.js
<BEF> (function(window, $, undefined) {
var JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID,
JSGRID_ROW_DATA_KEY = "JSGridItem",
JSGRID_EDIT_ROW_DATA_KEY = "JSGridEditRow",
SORT_ORDER_ASC = "asc",
SORT_ORDER_DESC = "desc",
FIRST_PAGE_PLACEHOLDER = ... | 2 | Core: No reset of grid on render | 1 | .js | core | mit | tabalinas/jsgrid |
10066093 | <NME> jsgrid.core.js
<BEF> (function(window, $, undefined) {
var JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID,
JSGRID_ROW_DATA_KEY = "JSGridItem",
JSGRID_EDIT_ROW_DATA_KEY = "JSGridEditRow",
SORT_ORDER_ASC = "asc",
SORT_ORDER_DESC = "desc",
FIRST_PAGE_PLACEHOLDER = ... | 2 | Core: No reset of grid on render | 1 | .js | core | mit | tabalinas/jsgrid |
10066094 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 1 | Fields: field.control buttons creation refactoring | 1 | .js | tests | mit | tabalinas/jsgrid |
10066095 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 1 | Fields: field.control buttons creation refactoring | 1 | .js | tests | mit | tabalinas/jsgrid |
10066096 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066097 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066098 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066099 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066100 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066101 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066102 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066103 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066104 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066105 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066106 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066107 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066108 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066109 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066110 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
... | 0 | Merge pull request #196 from AvaloniaUI/bump-version | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10066111 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066112 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066113 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066114 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066115 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066116 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066117 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066118 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066119 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066120 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066121 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066122 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066123 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066124 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066125 | <NME> SearchPanel.xaml
<BEF> <Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit">
<Style Selector="ToggleBut... | 14 | Searchpanel.xaml fix | 10 | .xaml | xaml | mit | AvaloniaUI/AvaloniaEdit |
10066126 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066127 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066128 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066129 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066130 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066131 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066132 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066133 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066134 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066135 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066136 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066137 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066138 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066139 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066140 | <NME> VisualLine.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limita... | 3 | Merge branch 'master' of https://github.com/AvaloniaUI/AvaloniaEdit | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066141 | <NME> LumenPassport.php
<BEF> <?php
namespace Dusterio\LumenPassport;
use Illuminate\Support\Arr;
use Laravel\Passport\Passport;
use DateTimeInterface;
use Carbon\Carbon;
use Laravel\Lumen\Application;
use Laravel\Lumen\Routing\Router;
class LumenPassport
{
/**
* Allow simultaneous logins for users
*
... | 1 | fix: Fix a bug where the passport routing is incompatible to Lumen 7 | 1 | .php | php | mit | dusterio/lumen-passport |
10066142 | <NME> LumenPassport.php
<BEF> <?php
namespace Dusterio\LumenPassport;
use Illuminate\Support\Arr;
use Laravel\Passport\Passport;
use DateTimeInterface;
use Carbon\Carbon;
use Laravel\Lumen\Application;
use Laravel\Lumen\Routing\Router;
class LumenPassport
{
/**
* Allow simultaneous logins for users
*
... | 1 | Fix regex to call router on Lumen 5.8 | 1 | .php | php | mit | dusterio/lumen-passport |
10066143 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066144 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066145 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066146 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066147 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066148 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10066149 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitati... | 15 | Merge pull request #169 from Takoooooo/right-click-moves-caret-feature | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |