NLSurfMan / tasks

IntelliJ Tasks Plugin
http://confluence.jetbrains.net/display/CONTEST/Tasks
29 stars 16 forks source link

Project

IntelliJ IDEA Tasks plugin.

Author

Forked by: WarnerJan Veldhuis (nlsurfman@hotmail.com)

Original author: Sergiy Dubovik

Links

Download page: http://plugins.intellij.net/plugin/?id=1124

Comments page: http://confluence.jetbrains.com/display/CONTEST/Tasks

Description

This plugin will keep track of your daily tasks. A todo-list if you will. Tasks are hierarchical, so it can have subtasks. Tasks have a priority and possibly an icon. Time tracking is built-in, so you can see how much time you have spent on one particular task.

Installation

Normally, this plugin would be installed via JetBrains's repository. If you have to install it manually, either choose "Install from disk" in IDEA's plugins page, or manually place it in

$userhome/.IntelliJIdea2017/config/plugins/

The file that keeps all the plugins settings is called tasksettings.xml and is found in

$userhome/.IntelliJIdea2017/config/options/tasksettings.xml.

The file that holds all the tasks can be found in

$userhome/.IntelliJIdea2017/config/options/tasks.xml.

So if you could go ahead and back that file up regularly that'd be great. All right!

Older versions of IDEA

This plugin does not support any version of any IntelliJ platform below version 2016 (Build 145) (See jetbrains.org for more information)

Notes