Ticket Change Details
Not logged in
Overview

Artifact ID: 86e22b2862c26de47d0940369f57e7d1623c929b
Ticket: 797b5ba3a24140c299902a2612ff253b1e8d3126
Add a pattern in MaterialIcons::names
User & Date: anonymous 2019-05-16 19:57:30
Changes

  1. icomment:
    A small patch that limits the number of icon names returned by [MaterialIcons::names] :
    
    
    77a78
    >     # Use a patern to get a shorter list.
    79c80
    <     proc names {} {
    ---
    >     proc names {{pattern *}} {
    81c82
    < 	tailcall lsort [array names glyph]
    ---
    > 	tailcall lsort [array names glyph $pattern]
    
    dzach
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"
  4. severity changed to: "Critical"
  5. status changed to: "Open"
  6. title changed to: "Add a pattern in MaterialIcons::names"
  7. type changed to: "Code_Defect"