[GitHub] jmeter pull request #310: Bug 57039 - Inconsistency with the undo/redo log

2017-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/310


---


[GitHub] jmeter pull request #310: Bug 57039 - Inconsistency with the undo/redo log

2017-09-24 Thread emilianbold
GitHub user emilianbold opened a pull request:

https://github.com/apache/jmeter/pull/310

Bug 57039 - Inconsistency with the undo/redo log

Doing another PR because the previous PR can't provide the patch anymore.

See https://github.com/apache/jmeter/pull/300#issuecomment-329994413

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/emilianbold/jmeter-contributions 
emilianbold-undoredo

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #310


commit ea9859995d1fb53905b720bc57a1ddf283b29ce8
Author: Emilian Bold 
Date:   2017-07-22T11:17:41Z

Bug 57039 - Inconsistency with the undo/redo log
Bugzilla Id: 57039

commit 401221e9f6e480e43fcf51ee99458a0d7fdd661d
Author: Emilian Bold 
Date:   2017-07-22T12:22:08Z

Use javax.swing.undo classes in UndoHistory, introduce undo transactions to 
group edits

commit 3a06e2e0080f8c72c1ee67f238e6be7eedcca945
Author: Emilian Bold 
Date:   2017-07-22T21:29:03Z

Avoid undo transaction on File | New and open actions

commit 45bd1a718f73a5bc58fcc614d3c51377f941c815
Author: Emilian Bold 
Date:   2017-07-23T14:14:50Z

TreeState is part of the undoable edit

commit 0115fdd0d55e8ea4d9e27e9f791c162192daa771
Author: Emilian Bold 
Date:   2017-07-23T19:11:58Z

Add dirty state to the undoable edit. Reload nodes in Checkdirty after an 
undo/redo




---