Dirk Meyer wrote:
> Jason Tackaberry wrote:
>> If config var type is a tuple, display allowed values in variable comment;
>
> If the type is range(100) you don't want to do that. And I also have a
> long list in one case, you should add a line brak after 72 chars.
>
>> Do not comment out variables if they are using the default values -- this
>> significantly improves readability in editors using syntax highlighting;
>
> Yes it does, but it has a bad side-effect. For kaa.popcorn the
> extentions for a player is a variable. If we later add a new config to
> the default value the users settings won't be updated. IMHO that is
> bad. I want to use defaults and adjust to the changes made to them.
>
>> as a compromise to the previous change, include the default setting
>> in the comment block;
>
> Like above, I want to auto-update values based on the defauls.

BTW, that looks stupid:

| #
| # Begin Group: Video | Item | [0]
| #
| 
| # Path of the directory / file.
| # Default: 
| video.items[0].path = $(HOME)/video
| 
| # Name in the mediamenu
| # Default: 
| video.items[0].name = My Home Videos
| 
| #
| # End Group: Video | Item | [0]
| #
| 
| #
| # Begin Group: Video | Item | [1]
| #
| 
| # Path of the directory / file.
| # Default: 
| video.items[1].path = /local/video/trailer
| 
| # Name in the mediamenu
| # Default: 
| video.items[1].name = Trailer
| 
| #
| # End Group: Video | Item | [1]
| #
| 
| #
| # Begin Group: Video | Item | [2]
| #
| 
| # Path of the directory / file.
| # Default: 
| video.items[2].path = /local/video/recordings
| 
| # Name in the mediamenu
| # Default: 
| video.items[2].name = Recordings
| 
| #
| # End Group: Video | Item | [2]
| #


Dischi

-- 
A marriage is always made up of two people who are prepared to swear that
only the other one snores.
        -- (Terry Pratchett, The Fifth Elephant)

Attachment: pgp3sZhKBRJId.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to