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 |
|---|---|---|---|---|---|---|---|---|
10058950 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058951 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058952 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058953 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058954 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058955 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058956 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058957 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058958 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058959 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058960 | <NME> TextEditor.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... | 2 | updates to 0.10-preview1 | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058961 | <NME> zh-tw.js
<BEF> ADDFILE
<MSG> Add zh-tw translation
<DFF> @@ -0,0 +1,46 @@
+(function(jsGrid) {
+
+ jsGrid.locales["zh-tw"] = {
+ grid: {
+ noDataContent: "暫無資料",
+ deleteConfirm: "確認刪除?",
+ pagerFormat: "頁碼: {first} {prev} {pages} {next} {last} {pageIndex} ... | 46 | Add zh-tw translation | 0 | .js | js | mit | tabalinas/jsgrid |
10058962 | <NME> zh-tw.js
<BEF> ADDFILE
<MSG> Add zh-tw translation
<DFF> @@ -0,0 +1,46 @@
+(function(jsGrid) {
+
+ jsGrid.locales["zh-tw"] = {
+ grid: {
+ noDataContent: "暫無資料",
+ deleteConfirm: "確認刪除?",
+ pagerFormat: "頁碼: {first} {prev} {pages} {next} {last} {pageIndex} ... | 46 | Add zh-tw translation | 0 | .js | js | mit | tabalinas/jsgrid |
10058963 | <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 ... | 2 | Fields: CheckBox indeterminate state for filter | 1 | .js | field | mit | tabalinas/jsgrid |
10058964 | <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 ... | 2 | Fields: CheckBox indeterminate state for filter | 1 | .js | field | mit | tabalinas/jsgrid |
10058965 | <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 = ... | 9 | Core: Support horizontal scrolling Fixes #10 | 9 | .js | core | mit | tabalinas/jsgrid |
10058966 | <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 = ... | 9 | Core: Support horizontal scrolling Fixes #10 | 9 | .js | core | mit | tabalinas/jsgrid |
10058967 | <NME> README.md
<BEF> 
A modular view layout manager for client and server.
## Usage
## Why not use Backbone?
- No deps
- Can be retrofitted into a parts of a legacy system, it's not a religion
$ npm install fruitmachine
```
- Modules are designed to be reused in multiple contexts, you c... | 25 | Updated readme | 5 | .md | md | mit | ftlabs/fruitmachine |
10058968 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058969 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058970 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058971 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058972 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058973 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058974 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058975 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058976 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058977 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058978 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058979 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058980 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058981 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058982 | <NME> AvaloniaEdit.props
<BEF> ADDFILE
<MSG> Merge pull request #56 from AvaloniaUI/fix/weak-event-manager
fixes major bug in weak event manager where it would only unsubscribe
<DFF> @@ -0,0 +1,5 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <... | 5 | Merge pull request #56 from AvaloniaUI/fix/weak-event-manager | 0 | .props | props | mit | AvaloniaUI/AvaloniaEdit |
10058983 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058984 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058985 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058986 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058987 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058988 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058989 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058990 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058991 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058992 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058993 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058994 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058995 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058996 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058997 | <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... | 4 | fix scrolling on mouse click. | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10058998 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10058999 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059000 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059001 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059002 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059003 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059004 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059005 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059006 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059007 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059008 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059009 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059010 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059011 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059012 | <NME> AvaloniaEdit.Tests.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVers... | 1 | Merge pull request #167 from AvaloniaUI/run-unit-tests-ci | 1 | .csproj | Tests/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10059013 | <NME> script.js
<BEF>
var Model = fruitmachine.Model;
/**
* Usage
*/
// Create the fruitmachine View
var layout = new LayoutB();
var masthead = new Masthead({ model: { title: 'Todo' }});
var strawberry = new Strawberry();
var list = new List();
var collection = [];
layout
.add(masthead, 1)
.add(strawberry, 2)
... | 1 | Added collections exmaple | 1 | .js | js | mit | ftlabs/fruitmachine |
10059014 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059015 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059016 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059017 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059018 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059019 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059020 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059021 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059022 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059023 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059024 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059025 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059026 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059027 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059028 | <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... | 0 | remove call to fully redraw the editor everytime the scroll offset is chagned. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059029 | <NME> define.js
<BEF>
describe('fruitmachine.define()', function() {
test("Should store the module in fruitmachine.store under module type", function() {
fruitmachine.define({ module: 'my-module-1' });
expect(fruitmachine.modules['my-module-1']).toBeDefined();
});
test("Should return an instantiable constructo... | 1 | Merge pull request #39 from matthew-andrews/overrides-should-override | 1 | .js | js | mit | ftlabs/fruitmachine |
10059030 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059031 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059032 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059033 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059034 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059035 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059036 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059037 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059038 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059039 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059040 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059041 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059042 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059043 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059044 | <NME> TextTransformation.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia.Media;
using AvaloniaEdit.Document;
using TextMateSharp.Model;
namespace AvaloniaEdit.TextMate
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public class Foregrou... | 15 | Do not spread the brushes cache along the ForegroundTextTransformation objects | 6 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10059045 | <NME> TextView.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 limitatio... | 177 | Reformat | 163 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059046 | <NME> TextView.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 limitatio... | 177 | Reformat | 163 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059047 | <NME> TextView.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 limitatio... | 177 | Reformat | 163 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059048 | <NME> TextView.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 limitatio... | 177 | Reformat | 163 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10059049 | <NME> TextView.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 limitatio... | 177 | Reformat | 163 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |