From: <no...@tc...> - 2025-06-20 19:33:08
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [6a101204eb7c1eba6bcb2b6acc646a9c61b9e2a21df4427cfe10e97f3d3bbb18] [BWman] By lindblad For BWidget On 2025-06-20T19:31:31.156 Details https://core.tcl-lang.org/bwidget/tinfo?name=6a101204eb7c1eba6bcb2b6acc646a9c61b9e2a21df4427cfe10e97f3d3bbb18 Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields comment: 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/infrom ...((truncated)) login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |