Tk Source Code

View Ticket
Login
2023-01-08
19:30 Ticket [69e1ca8d43] Store/load edit stack of text widget status still Open with 3 other changes artifact: 0ba8e03684 user: fvogel
2017-08-21
20:18 Ticket [69e1ca8d43]: 3 changes artifact: d56a31df50 user: anonymous
19:33 Ticket [69e1ca8d43]: 4 changes artifact: 995cd0167f user: fvogel
19:03 New ticket [69e1ca8d43]. artifact: fecbeb00d0 user: anonymous

Ticket UUID: 69e1ca8d439b3963659fb617e5b20f5fd346b069
Title: Store/load edit stack of text widget
Type: RFE Version: 8.6.5
Submitter: anonymous Created on: 2017-08-21 19:03:56
Subsystem: 18. [text] Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2023-01-08 19:30:24
Resolution: None Closed By: nobody
    Closed on:
Description:

It would be useful to have a possibility to store/load edit-stack info (along with text content), e.g. when reusing a single text widget for a list (say a stack) of actual texts.

It seems that it is exactly the thing of "edit info" and "load" text commands: 'edit info', 'load'.
Could this be put into the main/official Tcl/Tk, please?

User Comments: anonymous added on 2017-08-21 20:18:16:

re: being integrated; Cool, hoping it will make it into the next Ubuntu LTS :-)


fvogel added on 2017-08-21 19:33:59:

Actually the revised text widget you are talking about is in the process of being integrated in the official Tk. There are still bugs to fix in this revised version, but you can already try it in branch revised_text.

There is TIP #466 that needs to be voted before this can happen, though. So basically, yes, what you ask for is the current plan.