diff options
| author | pfg <[email protected]> | 2017-03-07 17:33:39 -0800 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-07 17:33:39 -0800 |
| commit | 4989356d6797335b44060ae94c9af34404773506 (patch) | |
| tree | 8b3cbeec1f402048df3f42268922e1e4c69c35a4 /ShiftOS.WinForms/Resources | |
| parent | 4e52b9391291aeb8f76703c1ac317d13ea47370b (diff) | |
| download | shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.tar.gz shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.tar.bz2 shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.zip | |
Very early version of FormatEditor
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ -252,6 +252,36 @@ 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, Description: "\"Write, save and open a text document.\"", |
