gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] Placeholder clarifications - the free text checkbox dialo


From: Busser, Jim
Subject: [Gnumed-devel] Placeholder clarifications - the free text checkbox dialog
Date: Mon, 26 Aug 2013 22:40:12 +0000

Previously on this ...

> the checkbox within the prompt dialog is supposed to make

It allows the user to tell GNUmed to not escape what was typed but rather use 
the input verbatim. That, however, means the input must be COMPLETELY valid in 
the target document description language.

==================

I noticed at the placeholder page

        
http://gitorious.org/gnumed/gnumed/source/1824b477cb7c6a94a90b46fb7eae32c0f8c41c4e:gnumed/gnumed/client/wxpython/gmMacro.py#L75-76

that it says the following

        u'free_text',                            # show a dialog for entering 
some free text
                                                     # args: <message> shown in 
input dialog, must not contain "//" or "::"

however my own placeholder uses in args

        ::tex//Inside address and salutation::

so I am wondering whether 'args' should instead be described as

        # args: target format // <message> to be shown in input dialog
        # target format e.g. 'tex' (omit quotes), message (omit <>) must not 
contain "//" or "::"

-- Jim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]