csharpdeeb25a2 | 1 | using Avalonia.Controls; |
| 2 | using CascadeIDE.Models; |
| 3 | |
| 4 | namespace CascadeIDE.Views; |
| 5 | |
| 6 | [SettingsPanel(SettingsPanelIds.Hci, "Hybrid Codebase Index", "Индекс", order: 60)] |
| 7 | public partial class SettingsHciPanelView : UserControl |
| 8 | { |
| 9 | public SettingsHciPanelView() => InitializeComponent(); |
| 10 | } |
| 11 | |
View only · write via MCP/CIDE