Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: 18b50502cbafd1875a78a1f495230da26c244a073e65fffac17b54d9ddda99e6
Ticket: c1054975019dbfd6d5d3aadb6584a207bc860808
BWman
User & Date: lindblad 2025-06-20 19:34:26
Changes

  1. comment changed to:
    https://core.tcl-lang.org/bwidget/brlist
    https://core.tcl-lang.org/bwidget/timeline?r=bwidget
    
    [0be16a0895]
    committed Jun 6, 2025
    
    The above commmit was to the bwidget branch.
    
    The first URL above does not list a master branch.
    
    The GitHub mirror currently has master as the default branch.
    
    That branch was last modified Dec 14, 2010.
    
    The mirror's bwidget branch is 155 commits ahead of, 49 commits behind master.
    
    Perhaps cached rather than catched was the intention here.
    
    $ sed -n '92p' bwidget/BWman/DropSite.html
    While a drag occurs, events <Enter>, <Motion> and <Leave> are catched.
    $ 
    
    If cached is correct then this would be the fix.
    
    $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html
    $
    
    Please uncomment (and possibly correct if indicated) that GNU sed line in this script.
    
    $ cat bwidget.sh
    #!/bin/sh
    
    sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html
    sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html
    sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html
    sed -i "s/beetween/between/g" bwidget/BWman/Widget.html
    # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html
    sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html
    sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html
    sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html
    sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html
    sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html
    sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html
    sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html
    sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html
    sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html
    sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html
    sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html
    sed -i "s/infromation/information/g" bwidget/BWman/Label.html
    sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html
    sed -i "s/infromation/information/g" bwidget/BWman/Entry.html
    sed -i "s/infromation/information/g" bwidget/BWman/Tree.html
    sed -i "s/intergers/integers/g" bwidget/BWman/SpinBox.html
    sed -i "s/minimun/minimum/g" bwidget/BWman/ArrowButton.html
    sed -i "s/mininum/minimum/g" bwidget/BWman/SpinBox.html
    sed -i "s/modifer/modifier/g" bwidget/BWman/DropSite.html
    sed -i "s/positionned/positioned/g" bwidget/BWman/LabelFrame.html
    sed -i "s/usefull/useful/g" bwidget/BWman/ProgressBar.html
    sed -i "s/usefull/useful/g" bwidget/BWman/DropSite.html
    $
    
  2. login: "lindblad"
  3. mimetype: "text/plain"