Modify

Opened 16 years ago

Closed 16 years ago

#2657 closed enhancement (fixed)

No comma in text

Reported by: jens.fuhrmann@… Owned by: David Roussel
Priority: normal Component: ColorMacro
Severity: minor Keywords: escaping comma
Cc: simon Trac Release: 0.10

Description

You can't color the , in a text.

i.e.

[[Color(red,The ColorMacro is great! You're able to supply your text with green, yellow, blue or red background.)]]

doesn't work as one might wish to. A possibility to escape special characters would be nice to have.

Attachments (0)

Change History (3)

comment:1 Changed 16 years ago by bettse@…

change

args = tuple(args.split(","))

into

args = tuple(args.split(",",2))

Hopefully this makes it into the release soon :)

comment:2 Changed 16 years ago by David Roussel

Cc: simon added; anonymous removed

closed ticket:2954 as a duplicate of this

comment:3 Changed 16 years ago by David Roussel

Resolution: fixed
Status: newclosed

fixed in changeset:4512

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain David Roussel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.