giuspen / cherrytree

cherrytree
https://www.giuspen.net/cherrytree/
Other
3.41k stars 462 forks source link

As a user I would like to be able to quickly renumber lines if I have to insert items in the middle #2575

Open xeno6696 opened 3 weeks ago

xeno6696 commented 3 weeks ago

Currently, if I have five items, and decide to insert a sixth, the software doesn't renumber the lines, i.e. 1. 2. 3. 4. 5.

inserting a line between 2 and 3 then creates this scenario: 1. 2. 3. 3. 4. 5.

In order to solve this problem I have to manually select each line after the first 3., and tab back and forth to get the number to update. However, it should be easy (famous last words) to have a button or context menu or hotkey that allows for quick renumbering.

I have also tried selecting all text, turning off numbering, and turning it back on, but that does not work.

gitvectors commented 3 weeks ago

Have you tried clicking at end of line 2 which creates blank line 3 and pushes down the lines below? Then paste into empty line 3.

I am just another user.