Todo List - Version 128948

Created
Total Size18.3 KB (18,758 bytes)
Modified Size16.9 KB (17,327 bytes)
File Count13
Engine Version22
Changes
Restructure, better group search control
Meta
{ "Compiler": { "RootNamespace": "Todo", "DefineConstants": "SANDBOX;ADDON;DEBUG", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": false, "ReleaseMode": "Debug", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [ "editor", "unittest" ], "DistinctAssemblyReferences": [] }, "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Todo",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": false,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (16.9 KB modified)

+6 ~2 -4
  • Editor/Editors/TodoEntryCreatorWidget.cs (1.4 KB)
  • Editor/Editors/TodoEntryEditor.cs (1.6 KB)
  • Editor/Editors/TodoGroupEditor.cs (1.6 KB)
  • Editor/Widgets/GroupControl.cs (1.9 KB)
  • Editor/Widgets/TodoList.cs (3.9 KB)
  • Editor/Widgets/WidgetButtonControls.cs (834 B)
  • .bin/package.jammees.todolist.cll (674 B -> 675 B)
  • Editor/TodoWidget.cs (5.1 KB -> 5.1 KB)
  • Editor/TodoEntryCreatorWidget.cs (2.8 KB)
  • Editor/TodoEntryEditor.cs (3.1 KB)
  • Editor/TodoGroupEditor.cs (3.1 KB)
  • Editor/TodoList.cs (4 KB)