Enhancement - Hooks
- First fully functioning Lua hooks. Woohoo.
This commit is contained in:
@@ -648,14 +648,16 @@ int handleConfig (std::string &outs)
|
||||
// These are the regular configuration variables.
|
||||
// Note that there is a leading and trailing space, to make searching easier.
|
||||
std::string recognized =
|
||||
" annotation.details blanklines bulk calendar.details calendar.details.report color "
|
||||
"color.active color.due color.overdue color.pri.H color.pri.L color.pri.M color.pri.none "
|
||||
"color.recurring color.tagged color.footnote color.header color.debug color.alternate "
|
||||
"color.calendar.today color.calendar.due color.calendar.overdue color.calendar.weekend "
|
||||
"confirmation curses data.location dateformat reportdateformat debug default.command "
|
||||
"default.priority default.project defaultwidth due locale displayweeknumber "
|
||||
"echo.command locking monthsperline nag next project shadow.command shadow.file "
|
||||
"shadow.notify weekstart editor import.synonym.id import.synonym.uuid "
|
||||
" annotation.details blanklines bulk calendar.details "
|
||||
"calendar.details.report color color.active color.due color.overdue "
|
||||
"color.pri.H color.pri.L color.pri.M color.pri.none color.recurring "
|
||||
"color.tagged color.footnote color.header color.debug color.alternate "
|
||||
"color.calendar.today color.calendar.due color.calendar.overdue "
|
||||
"color.calendar.weekend confirmation curses data.location dateformat "
|
||||
"reportdateformat debug default.command default.priority default.project "
|
||||
"defaultwidth due locale displayweeknumber echo.command locking "
|
||||
"monthsperline nag next project shadow.command shadow.file shadow.notify "
|
||||
"weekstart editor import.synonym.id import.synonym.uuid "
|
||||
"complete.all.projects complete.all.tags "
|
||||
#ifdef FEATURE_SHELL
|
||||
"shell.prompt "
|
||||
@@ -705,6 +707,7 @@ int handleConfig (std::string &outs)
|
||||
out << context.config.checkForDeprecatedColor ();
|
||||
// TODO Check for referenced but missing theme files.
|
||||
// TODO Check for referenced but missing string files.
|
||||
// TODO Check for referenced but missing hook scripts.
|
||||
|
||||
// Verify installation. This is mentioned in the documentation as the way to
|
||||
// ensure everything is properly installed.
|
||||
|
||||
Reference in New Issue
Block a user