From: <no...@tc...> - 2025-06-18 20:33:24
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [d2bf4a33637206f00beff2305f021b3677af2c9c01bee87d2eee1e0125ae0ca0] [BWman] By lindblad For BWidget On 2025-06-18T20:31:10.318 Details https://core.tcl-lang.org/bwidget/tinfo?name=d2bf4a33637206f00beff2305f021b3677af2c9c01bee87d2eee1e0125ae0ca0 Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields assignee: nobody closer: nobody comment: It seems oehhar that the GitHub mirror is not being updated. https://github.com/tcltk/bwidget 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/B ...((truncated)) is_private: 0 login: lindblad priority: 5 Medium private_contact: 00b194c9cf73de67b245c0cf8a150f3e77f452cf resolution: None severity: Minor status: Open submitter: lindblad subsystem: (unused) title: BWman type: RFE ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |