octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50227] annotation does not know color propert


From: Rik
Subject: [Octave-bug-tracker] [bug #50227] annotation does not know color property (but it claims to know it)
Date: Thu, 9 Feb 2017 14:00:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #50227 (project octave):

                  Status:         Patch Submitted => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #9:

I made a few small modifications.

1. For comments that stand alone on a line, the prefix is '##'.


## FIXME: ...


2. I changed the warning message to emphasize that it is using the 2-input
form of warning, and to use the parser's string concatenation functionality
rather than the sprintf functionality of warning, and to use double quotes in
the message presented to users which required single quotes for the
programmer.


+      case "edgecolor"
+        ## FIXME: Remove "edgecolor" in Octave 4.8
+        warning ("Octave:deprecated-property",
+                 ['annotation: Property "edgecolor" for ' typ '
annotations'...
+                  ' is deprecated and will be removed from a future
version'...
+                  ' of Octave.  Use "color" instead.']);
+        set (hre, "edgecolor", get (h, prop));


Checked in here http://hg.savannah.gnu.org/hgweb/octave/rev/5f7c675b3954.

Thanks Markus, closing report.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50227>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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