rewritten: plugin 'menu'

now we have a cache for the plugin
           (this limits the number of database requests)
added:     to plugin 'menu'
           menu_dir_tab can have a 'current' parameter (first argument)
           (it uses the last path from the previous menu_dir_tab) 
changed:   updated to the new EZC api
added:     new message to plugins: WINIX_DIR_ADDED


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@808 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-02-24 12:09:38 +00:00
parent 97c7edafd6
commit a45fb30e0a
11 changed files with 632 additions and 304 deletions

View File

@@ -49,7 +49,7 @@ void man_winixfun_tab(Info & i)
void man_winixfun_tab_index(Info & i)
{
i.out << (i.iter+1);
i.out << (i.last_iter+1);
}
@@ -95,7 +95,7 @@ void man_ezcfun_tab(Info & i)
void man_ezcfun_tab_index(Info & i)
{
i.out << (i.iter+1);
i.out << (i.last_iter+1);
}