Browse Source

Reorganize TextView-related files into subfolders

Move TextView, ContentsChangedEventArgs, WordWrapManager to TextView/ subfolder

Move HistoryText, HistoryTextItemEventArgs, TextEditingLineStatus to History/ subfolder

Move TextValidation files to TextValidation/ subfolder

Build and all 163 tests pass
Tig 3 tuần trước cách đây
mục cha
commit
5a8f2699ba

+ 0 - 0
Terminal.Gui/Views/TextInput/HistoryText.cs → Terminal.Gui/Views/TextInput/History/HistoryText.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/HistoryTextItemEventArgs.cs → Terminal.Gui/Views/TextInput/History/HistoryTextItemEventArgs.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/TextEditingLineStatus.cs → Terminal.Gui/Views/TextInput/History/TextEditingLineStatus.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/ITextValidateProvider.cs → Terminal.Gui/Views/TextInput/TextValidation/ITextValidateProvider.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/NetMaskedTextProvider.cs → Terminal.Gui/Views/TextInput/TextValidation/NetMaskedTextProvider.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/TextRegexProvider.cs → Terminal.Gui/Views/TextInput/TextValidation/TextRegexProvider.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/TextValidateField.cs → Terminal.Gui/Views/TextInput/TextValidation/TextValidateField.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/ContentsChangedEventArgs.cs → Terminal.Gui/Views/TextInput/TextView/ContentsChangedEventArgs.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/TextView.cs → Terminal.Gui/Views/TextInput/TextView/TextView.cs


+ 0 - 0
Terminal.Gui/Views/TextInput/WordWrapManager.cs → Terminal.Gui/Views/TextInput/TextView/WordWrapManager.cs