- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System Sansa e200
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8122 - Tagnavi_custom don't works
It is not possible to change the basic format declarations in the tagnavi with the tagnavi_custom file because the %include command is written after that basic declaration block.
Tested with Version r15525.
Closed by Marc_Guay
2008-03-31 18:33
Reason for closing: Not a Bug
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2008-03-31 18:33
Reason for closing: Not a Bug
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Comments indicate that this is simply
the way it works.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
According to the wiki, the %include command should be written before basic format declaratoins. But the tagnavi.config itselfs has it written after.
Where did you find that “the %include command should be written before basic format declarations”? This is not the case.
If it is moved before the format declarations you can’t use them in the tagnavi_custom.config. You can however write your own format definitions for use in tagnavi_custom.config with different names.
It is not possible to change the Basic format declarations by using the tagnavi_custom.config file if the %include command is written after the Basic format declarations-Block. E.g. try to change the length of tracknumbers from 2 to 3 digits and you will understand what i mean.
I understand perfectly and I never claimed it was possible.
Instead I justified the reasons why the current order is intentional and suggested an alternative solution.