Quantcast
Viewing all articles
Browse latest Browse all 3773

Undo undoes the unexpected (or when in Rome...)

If I make a change in Method_A, then make a change in Method_B, then return to Method_A to undo its last change, the change in Method_B gets undone instead. There is no visual cue that a change was made in Method_B. This is bad, or at least being unaware of this is bad.

In a word processing document, making a change at the top, scrolling to the bottom and making a change, then scrolling back to the top and performing an undo is expected to undo the change at the bottom and the changed section scrolls back into view to confirm the change.

Of course, when working between two word processing documents the undo is always performed in the document being edited.

So, is Xojo to be thought of as editing one long source code document, or as editing a series of documents that get assembled into the source code? (either way, a visual of the undo would be extremely helpful)

Xojo 2024 4.2, macOS 15.3.1 - tested with button Pressed methods

7 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3773

Trending Articles