Forge
deeb25a2
1<UserControl xmlns="https://github.com/avaloniaui"
2 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3 xmlns:vm="using:CascadeIDE.ViewModels"
4 x:Class="CascadeIDE.Views.SettingsEditorPanelView"
5 x:DataType="vm:MainWindowViewModel">
6 <StackPanel Spacing="8">
7 <TextBlock Text="Подсветка синтаксиса:" Foreground="{DynamicResource CascadeTheme.ChatLabelForeground}"/>
8 <TextBlock Text="{Binding SupportedEditorLanguagesSummary}"
9 Foreground="{DynamicResource CascadeTheme.ChatLabelForeground}"
10 TextWrapping="Wrap"
11 FontSize="12"/>
12 </StackPanel>
13</UserControl>
14
View only · write via MCP/CIDE