Bwidget Source Code
View Ticket
Not logged in
Ticket UUID: c1054975019dbfd6d5d3aadb6584a207bc860808
Title: BWman
Type: RFE Version:
Submitter: lindblad Created on: 2025-06-18 20:31:10
Subsystem: bwidget 1.x Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2025-06-23 10:56:43
Resolution: Fixed Closed By: oehhar
    Closed on: 2025-06-23 10:56:43
Description:
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.

Maybe though catch was misspelled in the past tense which is caught.

$ 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
$
User Comments: oehhar added on 2025-06-23 10:56:43:

Thanks for the spelling corrections. I took them all, but catched->cached in DropSite.html. Commit: [4de3775b56]. I am unsure here.

I can not say anything about github, I only work in the fossil bwidget tag, sorry for any inconvenience. The main branch is "bwidget 2", which is ttk enabled. I am not doing anything there. Eventual, there are others. Please oben a distinct ticket, if you want to address "the others".

Take care, Harald


lindblad added on 2025-06-20 22:31:28:
https://core.tcl-lang.org/bwidget/brlist

The GitHub mirror's master branch is the Bwidget Source Code trunk branch.

It might be considered to make the mirror default branch bwidget, and after that rename the then no longer default master branch to trunk. That being said there's the circumstance that the mirror's bwidget branch is 155 commits ahead of, 49 commits behind master; which for obvious reasons shouldn't be overlooked were reseting the mirror's default branch and any branch renaming pursued.