giuspen / cherrytree

cherrytree
https://www.giuspen.net/cherrytree/
Other
3.34k stars 457 forks source link

Ctrl+) does not decrease the width of a table column #2336

Closed wgreene310 closed 1 year ago

wgreene310 commented 1 year ago

Version, Operative system 1,0.0.0 Windows 10

Describe the bug Ctrl+) does not decrease the width of a table column. However, Ctrl+( does increase the width.

giuspen commented 1 year ago

This is indeed an issue even though it is caused by the option to auto expand the codebox being ticked in the preferences dialog. I think I should allow the user to auto expand independently horizontally and vertically and maybe even allow this option to be per codebox rather than global

wgreene310 commented 1 year ago

Many thanks for the quick response.

caused by the option to auto expand the codebox being ticked in the preferences dialog.

I unchecked this option in the preferences dialog, restarted cherrytree, but am still seeing the problem. Maybe I'm misunderstanding?

On Tue, Aug 22, 2023 at 5:12 PM Giuseppe Penone @.***> wrote:

This is indeed an issue even though it is caused by the option to auto expand the codebox being ticked in the preferences dialog. I think I should allow the user to auto expand independently horizontally and vertically and maybe even allow this option to be per codebox rather than global

— Reply to this email directly, view it on GitHub https://github.com/giuspen/cherrytree/issues/2336#issuecomment-1688939036, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4GIHBMWGYGYYVOHPCNCG3XWUODPANCNFSM6AAAAAA32FYU4I . You are receiving this because you authored the thread.Message ID: @.***>

giuspen commented 1 year ago

In fact it's me that am misunderstanding, you clearly wrote table and I read codebox (sorry) I can see the issue on Windows while not on Linux, weird, I'll investigate further and sort it out.

giuspen commented 1 year ago

I changed the default keyboard shortcuts for increase/decrese table column to Ctrl+Alt+> and Ctrl+Alt+< in the upcoming version 1.0.1 - note that you can change Ctrl+) as doesn't work on Windows, must be taken by the OS

wgreene310 commented 1 year ago

Thanks, I made those changes in my current version and, as expected, it's working fine now.

On Wed, Aug 23, 2023 at 6:17 PM Giuseppe Penone @.***> wrote:

I changed the default keyboard shortcuts for increase/decrese table column to Ctrl+Alt+> and Ctrl+Alt+< in the upcoming version 1.0.1 - note that you can change Ctrl+) as doesn't work on Windows, must be taken by the OS

— Reply to this email directly, view it on GitHub https://github.com/giuspen/cherrytree/issues/2336#issuecomment-1690717578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4GIHF2WETVDIROEVHHM73XWZ6RLANCNFSM6AAAAAA32FYU4I . You are receiving this because you authored the thread.Message ID: @.***>

giuspen commented 1 year ago

Thanks @wgreene310