From 101544f81ba5bc3191fc6330d87675aa1d214e71 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 3 May 2020 13:43:50 -0400 Subject: [PATCH] update TODO --- TODO | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f2ac46c2..1b43d0e6 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,19 @@ +Syntax Editor: + CSS: MonoDevelop does not squiggle-highlight invalid CSS property names. This should be a feature. + +Compression: + CompressionModule.FromKnownCompressionMethod should use reflection to determine the CompressionModule to create and return + +FormattedText: + not all FormattedTextItems should contain text literals; move Text property to FormattedTextLiteral + +Platform: + Migrate UniversalEditor.ExpandedString to MBS.Framework + Determine whether to remove ProjectTypeVariable in favor of using existing functionality like CustomOptions + Editor: -There should be a UEXML file e.g. Extensions/GameDeveloper/Editors/FileSystem/DataFormats/CRI/CPK/CPKFileSystemEditorExtensions.uexml + * I think we did this. Check to make sure? + There should be a UEXML file e.g. Extensions/GameDeveloper/Editors/FileSystem/DataFormats/CRI/CPK/CPKFileSystemEditorExtensions.uexml that contains layout like