rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

More sensibly update tag selections #406

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

Improve the updating of the selection in Window tags across various actions (e.g. Undo of a file name change) where Edwood programmatically updates the contents of the tag. Fixes #400.

codecov[bot] commented 2 years ago

Codecov Report

Merging #406 (82d4742) into master (e48e054) will increase coverage by 0.03%. The diff coverage is 61.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #406      +/-   ##
==========================================
+ Coverage   53.74%   53.77%   +0.03%     
==========================================
  Files          55       55              
  Lines       10653    10671      +18     
==========================================
+ Hits         5725     5738      +13     
- Misses       4513     4520       +7     
+ Partials      415      413       -2     
Impacted Files Coverage Δ
tagindex.go 84.82% <61.53%> (-2.58%) :arrow_down:
wind.go 74.09% <0.00%> (+0.32%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e48e054...82d4742. Read the comment docs.