C# (CSharp) LSLCCEditor.FindReplaceUI 네임스페이스

클래스들

이름 설명
BoolToInt
FindReplaceDialog Interaction logic for FindReplaceDialog.xaml
FindReplaceMgr This class ensures that the settings and text to be found is preserved when the find/replace dialog is closed We need two-way binding, otherwise we could just make all properties static properties of the window
FindReplaceMgr.FindReplaceMalformedRegex
IEditorConverter
RichTextBoxAdapter Adapter for WPF RichTextBox. The WPF RichTextBox does not have a HideSelection property either. Here the currently selected text is colored yellow, so that it can be seen.
SearchScopeToInt
TextBoxAdapter Adapter for WPF TextBox. Note that this is semi-usable since the WPF Textbox does not have a HideSelection property.
TextEditorAdapter Adapter for Avalonedit TextEditor
WFTextBoxAdapter