Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5891 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
7 changed files with 91 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||||
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||||
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
||||||
|
xmlns:local="clr-namespace:ICSharpCode.AvalonEdit.AddIn" |
||||||
|
> |
||||||
|
<!-- Attempt to set SharpDevelopCompletionWindow.EmptyContent in xaml |
||||||
|
<Style TargetType="{x:Type local:SharpDevelopCompletionWindow}"> |
||||||
|
<Setter Property="EmptyContent"> |
||||||
|
<Setter.Value> |
||||||
|
<TextBlock Text="{core:Localize ICSharpCode.AvalonEdit.AddIn.SharpDevelopCompletionWindow.EmptyText}" |
||||||
|
FontStyle="Italic" Foreground="Gray"></TextBlock> |
||||||
|
</Setter.Value> |
||||||
|
</Setter> |
||||||
|
</Style> |
||||||
|
--> |
||||||
|
</ResourceDictionary> |
Loading…
Reference in new issue