SuperToolTip - enhancement request - horizontal line in body message

Hi Andrea,

I like to have a horizontal line in the middle of my message, in some cases.

I hope you would accept the attached patches which allow to place "<hr>" on a message line and it will draw a horizontal line. The rest of the text on that line will be ignored.

Werner

supertooltipDemo.path (1.08 KB)

supertooltip 3.patch (2.85 KB)

Hi Werner,

Hi Andrea,

I like to have a horizontal line in the middle of my message, in some cases.

I hope you would accept the attached patches which allow to place "<hr>" on
a message line and it will draw a horizontal line. The rest of the text on
that line will be ignored.

Thank you for the patch, it's a good idea. I'll apply it when I get
back home this evening.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

···

On 4 February 2013 11:15, Werner wrote:

HI Werner,

Hi Werner,

Hi Andrea,

I like to have a horizontal line in the middle of my message, in some cases.

I hope you would accept the attached patches which allow to place "<hr>" on
a message line and it will draw a horizontal line. The rest of the text on
that line will be ignored.

Thank you for the patch, it's a good idea. I'll apply it when I get
back home this evening.

Patch applied in SVN to both Classic and Phoenix. Thank you again.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

···

On 4 February 2013 16:57, Andrea Gavana wrote:

On 4 February 2013 11:15, Werner wrote:

Hi Andrea,

...

Patch applied in SVN to both Classic and Phoenix. Thank you again.

Thanks for accepting it:-) .

Werner

···

On 04/02/2013 21:34, Andrea Gavana wrote: