Field

Ticket #120 (assigned enhancement)

Opened 3 years ago

Last modified 3 years ago

need obvious way of updating a PLine and causing it to redraw

Reported by: marc Assigned to: (accepted)
Priority: Milestone:
Component: Version:
Keywords: Cc:

Description

While CachedLines? are supposed to be immutable after they are added to _self.lines nothing is enforcing this and many people are not using them that way. Worse, things like += make a new line, so _self.lines.remove doesn't work and readding the line gets you a copy.

Change History

12/17/08 19:38:38 changed by marc

  • status changed from new to assigned.

12/17/08 19:40:05 changed by marc

While we're there, lets make [x for x in _self.lines if x.name=="something"] work (e.g, let's find a way of automatically wrapping CachedLines that come out of the array)

01/23/09 13:32:12 changed by marc

  • type set to enhancement.