File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313 <ControlTemplate >
1414 <cc : CompletionListBox Name =" PART_ListBox" Background =" Gray" BorderThickness =" 1" BorderBrush =" LightGray" >
1515 <cc : CompletionListBox .ItemTemplate>
16- <DataTemplate >
16+ <DataTemplate x : DataType = " cc:ICompletionData " >
1717 <StackPanel Orientation =" Horizontal" VerticalAlignment =" Center" Height =" 18" >
1818 <Image Source =" {Binding Image}"
1919 Width =" 15"
Original file line number Diff line number Diff line change 66 <RuntimeIdentifiers >win7-x64;linux-x64;osx-x64</RuntimeIdentifiers >
77 <EnableDefaultCompileItems >False</EnableDefaultCompileItems >
88 <DefineConstants >DEBUG;TRACE</DefineConstants >
9+ <AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
910 </PropertyGroup >
1011
1112 <ItemGroup >
Original file line number Diff line number Diff line change 66 <PackageId >Avalonia.AvaloniaEdit</PackageId >
77 <Description >This project is a port of AvalonEdit, a WPF-based text editor for Avalonia.</Description >
88 <PackageLicenseExpression >MIT</PackageLicenseExpression >
9+ <AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
910 </PropertyGroup >
1011
1112 <ItemGroup >
4142 </ReferencePath >
4243 </ItemGroup >
4344 </Target >
44- </Project >
45+ </Project >
Original file line number Diff line number Diff line change 88 <Setter Property =" Template" >
99 <ControlTemplate >
1010 <cc : CompletionListBox Name =" PART_ListBox" FontSize =" 11" >
11- <cc : CompletionListBox .ItemTemplate>
12- <DataTemplate >
11+ <cc : CompletionListBox .ItemTemplate>
12+ <DataTemplate x : DataType = " cc:ICompletionData " >
1313 <StackPanel Orientation =" Horizontal" Margin =" 0" >
1414 <Image Source =" {Binding Image}"
1515 Width =" 16"
You can’t perform that action at this time.
0 commit comments