MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / ColumnProject

Method ColumnProject

src/columns/ColProject.cpp:42–49  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

40
41////////////////////////////////////////////////////////////////////////////////
42ColumnProject::ColumnProject() {
43 _name = "project";
44 _style = "full";
45 _label = "Project";
46 _styles = {"full", "parent", "indented"};
47 _examples = {"home.garden", "home", " home.garden"};
48 _hyphenate = Context::getContext().config.getBoolean("hyphenate");
49}
50
51////////////////////////////////////////////////////////////////////////////////
52// Set the minimum and maximum widths for the value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected