From 871f386868b337b671e05c365a499be75045710d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 29 Jan 2015 09:53:21 +0000 Subject: [PATCH] Be consistent in JSON formatting. --- Default (Linux).sublime-keymap | 64 +++++++++++----------- Default (OSX).sublime-keymap | 64 +++++++++++----------- Default (Windows).sublime-keymap | 64 +++++++++++----------- PlainTasks (Linux).sublime-settings | 78 +++++++++++++-------------- PlainTasks (OSX).sublime-settings | 78 +++++++++++++-------------- PlainTasks (Windows).sublime-settings | 78 +++++++++++++-------------- PlainTasks.sublime-completions | 24 ++++----- 7 files changed, 225 insertions(+), 225 deletions(-) diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index ffe32fc..517bc92 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -1,34 +1,34 @@ [ - { "keys": ["ctrl+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["alt+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["alt+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": - [ - { "key": "setting.auto_indent", "operator": "equal", "operand": true }, - { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "auto_complete_visible", "operator": "equal", "operand": false }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_task_insert_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, - { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } - ] - } + { "keys": ["ctrl+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["alt+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["alt+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": + [ + { "key": "setting.auto_indent", "operator": "equal", "operand": true }, + { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "auto_complete_visible", "operator": "equal", "operand": false }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_task_insert_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, + { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } + ] + } ] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index 70dd05c..59b91f2 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -1,34 +1,34 @@ [ - { "keys": ["super+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["super+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["super+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["super+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["super+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": - [ - { "key": "setting.auto_indent", "operator": "equal", "operand": true }, - { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "auto_complete_visible", "operator": "equal", "operand": false }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+$", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_task_insert_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, - { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } - ] - } + { "keys": ["super+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["super+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["super+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["super+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["super+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": + [ + { "key": "setting.auto_indent", "operator": "equal", "operand": true }, + { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "auto_complete_visible", "operator": "equal", "operand": false }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+$", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_task_insert_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, + { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } + ] + } ] diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index ffe32fc..517bc92 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -1,34 +1,34 @@ [ - { "keys": ["ctrl+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["alt+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["ctrl+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["alt+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, - { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": - [ - { "key": "setting.auto_indent", "operator": "equal", "operand": true }, - { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "auto_complete_visible", "operator": "equal", "operand": false }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_task_insert_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } - ] - }, - { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": - [ - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, - { "key": "selector", "operator": "equal", "operand": "text.todo" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, - { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } - ] - } + { "keys": ["ctrl+d"], "command": "plain_tasks_complete","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["alt+c"], "command": "plain_tasks_cancel", "context": [{"key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+enter"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+i"], "command": "plain_tasks_new","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+shift+a"], "command": "plain_tasks_archive","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["ctrl+shift+u"], "command": "plain_tasks_open_url","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["alt+o"], "command": "plain_tasks_open_link","context": [{ "key": "selector", "operator": "equal", "operand": "text.todo" }] }, + { "keys": ["enter"], "command": "insert", "args": {"characters": "\n\t"}, "context": + [ + { "key": "setting.auto_indent", "operator": "equal", "operand": true }, + { "key": "setting.indent_after_task", "operator": "equal", "operand": true }, + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "auto_complete_visible", "operator": "equal", "operand": false }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*[-|+|✓|✔|❍|❑|■|□|☐|▪|▫|–|—|✘|x]\\s+.+", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_task_insert_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "(@started|@toggle|@created)(?!\\([\\d\\w,\\.:\\-\/ @]*\\))", "match_all": true } + ] + }, + { "keys": ["tab"], "command": "plain_tasks_replace_short_date", "context": + [ + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, + { "key": "selector", "operator": "equal", "operand": "text.todo" }, + { "key": "preceding_text", "operator": "regex_contains", "operand": "@due\\([^\\)]+(?!.*?\\))", "match_all": true }, + { "key": "following_text", "operator": "regex_contains", "operand": "[ \t]*\\)", "match_all": true } + ] + } ] diff --git a/PlainTasks (Linux).sublime-settings b/PlainTasks (Linux).sublime-settings index 8c96423..5d975ab 100644 --- a/PlainTasks (Linux).sublime-settings +++ b/PlainTasks (Linux).sublime-settings @@ -1,42 +1,42 @@ { - "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] - "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] - "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] - "before_tasks_bullet_margin": 1, - "date_format": "(%y-%m-%d %H:%M)", - "done_tag": true, // related to @cancelled as well - "project_tag": true, // if true - postfix archived task with project tag, if false - prefix - "archive_name": "Archive:", // make sure it is the unique project name within your todo files - "indent_after_task": true, // indenting the next line after tasks - "new_on_top": true, // how to sort archived tasks + "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] + "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] + "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] + "before_tasks_bullet_margin": 1, + "date_format": "(%y-%m-%d %H:%M)", + "done_tag": true, // related to @cancelled as well + "project_tag": true, // if true - postfix archived task with project tag, if false - prefix + "archive_name": "Archive:", // make sure it is the unique project name within your todo files + "indent_after_task": true, // indenting the next line after tasks + "new_on_top": true, // how to sort archived tasks - "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", - // other bundled schemes: - // Packages/PlainTasks/tasks-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-gray.hidden-tmTheme - // Packages/PlainTasks/tasks-monokai.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme - "font_size": 15, - "font_face": "Consolas", - "draw_indent_guides": false, - "line_numbers": false, - "gutter": true, - "margin": 2, - "tab_size": 2, - "translate_tabs_to_spaces": true, - "use_tab_stops": false, - "match_brackets": false, - "fold_buttons": true, - "fade_fold_buttons": false, - "extensions": - [ - "TODO", - "todo", - "todolist", - "taskpaper", - "tasks" - ] + "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", + // other bundled schemes: + // Packages/PlainTasks/tasks-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-gray.hidden-tmTheme + // Packages/PlainTasks/tasks-monokai.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme + "font_size": 15, + "font_face": "Consolas", + "draw_indent_guides": false, + "line_numbers": false, + "gutter": true, + "margin": 2, + "tab_size": 2, + "translate_tabs_to_spaces": true, + "use_tab_stops": false, + "match_brackets": false, + "fold_buttons": true, + "fade_fold_buttons": false, + "extensions": + [ + "TODO", + "todo", + "todolist", + "taskpaper", + "tasks" + ] } diff --git a/PlainTasks (OSX).sublime-settings b/PlainTasks (OSX).sublime-settings index 8c96423..5d975ab 100644 --- a/PlainTasks (OSX).sublime-settings +++ b/PlainTasks (OSX).sublime-settings @@ -1,42 +1,42 @@ { - "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] - "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] - "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] - "before_tasks_bullet_margin": 1, - "date_format": "(%y-%m-%d %H:%M)", - "done_tag": true, // related to @cancelled as well - "project_tag": true, // if true - postfix archived task with project tag, if false - prefix - "archive_name": "Archive:", // make sure it is the unique project name within your todo files - "indent_after_task": true, // indenting the next line after tasks - "new_on_top": true, // how to sort archived tasks + "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] + "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] + "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] + "before_tasks_bullet_margin": 1, + "date_format": "(%y-%m-%d %H:%M)", + "done_tag": true, // related to @cancelled as well + "project_tag": true, // if true - postfix archived task with project tag, if false - prefix + "archive_name": "Archive:", // make sure it is the unique project name within your todo files + "indent_after_task": true, // indenting the next line after tasks + "new_on_top": true, // how to sort archived tasks - "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", - // other bundled schemes: - // Packages/PlainTasks/tasks-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-gray.hidden-tmTheme - // Packages/PlainTasks/tasks-monokai.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme - "font_size": 15, - "font_face": "Consolas", - "draw_indent_guides": false, - "line_numbers": false, - "gutter": true, - "margin": 2, - "tab_size": 2, - "translate_tabs_to_spaces": true, - "use_tab_stops": false, - "match_brackets": false, - "fold_buttons": true, - "fade_fold_buttons": false, - "extensions": - [ - "TODO", - "todo", - "todolist", - "taskpaper", - "tasks" - ] + "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", + // other bundled schemes: + // Packages/PlainTasks/tasks-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-gray.hidden-tmTheme + // Packages/PlainTasks/tasks-monokai.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme + "font_size": 15, + "font_face": "Consolas", + "draw_indent_guides": false, + "line_numbers": false, + "gutter": true, + "margin": 2, + "tab_size": 2, + "translate_tabs_to_spaces": true, + "use_tab_stops": false, + "match_brackets": false, + "fold_buttons": true, + "fade_fold_buttons": false, + "extensions": + [ + "TODO", + "todo", + "todolist", + "taskpaper", + "tasks" + ] } diff --git a/PlainTasks (Windows).sublime-settings b/PlainTasks (Windows).sublime-settings index 08fa86a..48f6d0b 100644 --- a/PlainTasks (Windows).sublime-settings +++ b/PlainTasks (Windows).sublime-settings @@ -1,42 +1,42 @@ { - "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] - "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] - "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] - "before_tasks_bullet_margin": 1, - "date_format": "(%y-%m-%d %H:%M)", - "done_tag": true, // related to @cancelled as well - "project_tag": true, // if true - postfix archived task with project tag, if false - prefix - "archive_name": "Archive:", // make sure it is the unique project name within your todo files - "indent_after_task": true, // indenting the next line after tasks - "new_on_top": true, // how to sort archived tasks + "open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] + "done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x] + "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] + "before_tasks_bullet_margin": 1, + "date_format": "(%y-%m-%d %H:%M)", + "done_tag": true, // related to @cancelled as well + "project_tag": true, // if true - postfix archived task with project tag, if false - prefix + "archive_name": "Archive:", // make sure it is the unique project name within your todo files + "indent_after_task": true, // indenting the next line after tasks + "new_on_top": true, // how to sort archived tasks - "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", - // other bundled schemes: - // Packages/PlainTasks/tasks-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme - // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-gray.hidden-tmTheme - // Packages/PlainTasks/tasks-monokai.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme - // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme - "font_size": 11, - "font_face": "Consolas", - "draw_indent_guides": false, - "line_numbers": false, - "gutter": true, - "margin": 2, - "tab_size": 2, - "translate_tabs_to_spaces": true, - "use_tab_stops": false, - "match_brackets": false, - "fold_buttons": true, - "fade_fold_buttons": false, - "extensions": - [ - "TODO", - "todo", - "todolist", - "taskpaper", - "tasks" - ] + "color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme", + // other bundled schemes: + // Packages/PlainTasks/tasks-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme + // Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-gray.hidden-tmTheme + // Packages/PlainTasks/tasks-monokai.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme + // Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme + "font_size": 11, + "font_face": "Consolas", + "draw_indent_guides": false, + "line_numbers": false, + "gutter": true, + "margin": 2, + "tab_size": 2, + "translate_tabs_to_spaces": true, + "use_tab_stops": false, + "match_brackets": false, + "fold_buttons": true, + "fade_fold_buttons": false, + "extensions": + [ + "TODO", + "todo", + "todolist", + "taskpaper", + "tasks" + ] } diff --git a/PlainTasks.sublime-completions b/PlainTasks.sublime-completions index db833fc..906d612 100644 --- a/PlainTasks.sublime-completions +++ b/PlainTasks.sublime-completions @@ -1,13 +1,13 @@ { - "scope": "text.todo", - "completions": [ - { "trigger": "l\t@low", "contents": "@low"}, - { "trigger": "h\t@high", "contents": "@high"}, - { "trigger": "c\t@critical", "contents": "@critical"}, - { "trigger": "t\t@today", "contents": "@today" }, - { "trigger": "s\t@started", "contents": "@started" }, - { "trigger": "tg\t@toggle", "contents": "@toggle"}, - { "trigger": "d\t@due()", "contents": "@due( $0)"}, - { "trigger": "cr\t@created", "contents": "@created"} - ] -} \ No newline at end of file + "scope": "text.todo", + "completions": [ + { "trigger": "l\t@low", "contents": "@low"}, + { "trigger": "h\t@high", "contents": "@high"}, + { "trigger": "c\t@critical", "contents": "@critical"}, + { "trigger": "t\t@today", "contents": "@today" }, + { "trigger": "s\t@started", "contents": "@started" }, + { "trigger": "tg\t@toggle", "contents": "@toggle"}, + { "trigger": "d\t@due()", "contents": "@due( $0)"}, + { "trigger": "cr\t@created", "contents": "@created"} + ] +}