|
@@ -12,13 +12,8 @@ using System.Collections.Generic;
|
|
|
namespace UICatalog.Scenarios {
|
|
|
|
|
|
[ScenarioMetadata (Name: "Csv Editor", Description: "Open and edit simple CSV files using the TableView class.")]
|
|
|
- [ScenarioCategory ("TableView")]
|
|
|
- [ScenarioCategory ("Controls")]
|
|
|
- [ScenarioCategory ("Dialogs")]
|
|
|
- [ScenarioCategory ("Text and Formatting")]
|
|
|
- [ScenarioCategory ("Dialogs")]
|
|
|
- [ScenarioCategory ("Top Level Windows")]
|
|
|
- [ScenarioCategory ("Files and IO")]
|
|
|
+ [ScenarioCategory ("TableView"), ScenarioCategory ("TextView"), ScenarioCategory ("Controls"), ScenarioCategory ("Dialogs"),
|
|
|
+ ScenarioCategory ("Text and Formatting"), ScenarioCategory ("Dialogs"), ScenarioCategory ("Top Level Windows"), ScenarioCategory ("Files and IO")]
|
|
|
public class CsvEditor : Scenario {
|
|
|
TableView tableView;
|
|
|
private string _currentFile;
|