From 4989356d6797335b44060ae94c9af34404773506 Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 7 Mar 2017 17:33:39 -0800 Subject: Very early version of FormatEditor --- ShiftOS.WinForms/Resources/Shiftorium.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'ShiftOS.WinForms/Resources') diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 841a24e..8e09d6e 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -251,6 +251,36 @@ Description: "Add a launcher item for the MUD cracker.", Dependencies: "mud_cracker;app_launcher" }, + { + Name: "Format Editor", + Cost: 6000, + Description: "Allows you to change the format of commands.", + Dependencies: "shifter;name_changer" + }, + { + Name: "Format Editor Optional Text", + Cost: 150, + Description: "Allows you to add an optional text to commands", + Dependencies: "format_editor" + }, + { + Name: "Format Editor Regex", + Cost: 150, + Description: "Allows you to customize your commands with regexes.", + Dependencies: "format_editor_optional_text" + }, + { + Name: "Format Editor Syntax Highligting", + Cost: 150, + Description: "Allows you to give color to commands as the user types them.", + Dependencies: "format_editor_regex" + }, + { + Name: "AL Format Editor", + Cost: 150, + Description: "Add a launcher item for the Format Editor.", + Dependencies: "format_editor;app_launcher" + }, { Name: "Textpad", Cost: 2500, -- cgit v1.2.3