From 0305764d5bf2c5d93fedeca52143fdf4b88fa399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Szab=C3=B3?= Date: Mon, 23 Apr 2018 13:59:29 +0200 Subject: [PATCH 1/2] fixes pull request id handling in the preferences --- .../BitbucketConfigurationComponent.mpsr | 31 ++++--- .../plugin/BitbucketReviewConfiguration.mpsr | 81 ++++++++++++------- 2 files changed, 73 insertions(+), 39 deletions(-) diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketConfigurationComponent.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketConfigurationComponent.mpsr index 1089cb7..f3bc61c 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketConfigurationComponent.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketConfigurationComponent.mpsr @@ -28,10 +28,6 @@ - - - - @@ -39,9 +35,17 @@ + + + + + + + + @@ -1298,8 +1302,8 @@ - - + + @@ -1323,9 +1327,18 @@ - - - + + + + + + + + + + + + diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr index 49ac825..f41e53c 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr @@ -55,6 +55,7 @@ + @@ -77,7 +78,6 @@ - @@ -139,24 +139,22 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -311,6 +309,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -320,23 +348,16 @@ - - - - - + + - - - - - + + - From 04eca5cd8f78d0413a4496fc33944fb24bd79003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Szab=C3=B3?= Date: Tue, 24 Apr 2018 16:36:38 +0200 Subject: [PATCH 2/2] misc UI related bugfixes --- .../models/editor.mps | 120 +++-- .../models/core/Dispatcher.mpsr | 19 +- .../models/core/Store.mpsr | 3 +- .../com.workday.mps.review.msd | 1 + .../models/actions/NavigateToNode.mpsr | 27 +- .../models/actions/PostCommentRequest.mpsr | 76 ++- .../models/actions/PostCommentRequested.mpsr | 1 - .../models/model/.model | 1 - .../models/model/Comment.mpsr | 7 +- .../models/plugin/.model | 13 +- .../models/plugin/BitbucketComment.mpsr | 119 +---- .../plugin/BitbucketCommentActivity.mpsr | 100 ++-- .../plugin/BitbucketCommentRequestBody.mpsr | 262 +++++++--- .../plugin/BitbucketReviewConfiguration.mpsr | 51 +- .../models/plugin/InlineCommentManager.mpsr | 81 ++- .../models/plugin/NavigateToNodeUIAction.mpsr | 264 ++++++++++ .../models/plugin/RefreshAction.mpsr | 1 - .../models/plugin/ReviewPlugin.mpsr | 83 ++- .../models/plugin/ReviewToolUtil.mpsr | 221 +++++--- .../models/plugin/Reviewer.mpsr | 62 ++- .../models/store/.model | 11 +- .../models/store/ConnectionProxyStore.mpsr | 7 + .../models/store/ReviewStore.mpsr | 1 + .../models/store/SettingsStore.mpsr | 1 + .../models/store/UiProxyStore.mpsr | 409 ++++++++++++--- .../models/ui.swing/.model | 7 +- .../models/ui.swing/ActiveReviewView.mpsr | 493 +++++++++--------- .../models/ui.swing/CommentView.mpsr | 6 +- .../resources/link_16.png | Bin 0 -> 393 bytes 29 files changed, 1624 insertions(+), 823 deletions(-) create mode 100644 solutions/com.workday.mps.review/models/plugin/NavigateToNodeUIAction.mpsr create mode 100644 solutions/com.workday.mps.review/resources/link_16.png diff --git a/languages/com.workday.mps.review.lang/models/editor.mps b/languages/com.workday.mps.review.lang/models/editor.mps index 33523d3..15c51c8 100644 --- a/languages/com.workday.mps.review.lang/models/editor.mps +++ b/languages/com.workday.mps.review.lang/models/editor.mps @@ -24,6 +24,7 @@ + @@ -95,7 +96,10 @@ - + + + + @@ -123,6 +127,12 @@ + + + + + + @@ -182,37 +192,76 @@ - - - - + + + - - + + - - - - - - - + + + + + - - + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + @@ -226,14 +275,19 @@ - - - + + + + + + + + @@ -287,7 +341,6 @@ - @@ -309,7 +362,6 @@ - @@ -364,6 +416,16 @@ + + + + + + + + + + diff --git a/solutions/com.workday.mps.flux/models/core/Dispatcher.mpsr b/solutions/com.workday.mps.flux/models/core/Dispatcher.mpsr index 70c0773..781f0c9 100644 --- a/solutions/com.workday.mps.flux/models/core/Dispatcher.mpsr +++ b/solutions/com.workday.mps.flux/models/core/Dispatcher.mpsr @@ -2,9 +2,9 @@ - + @@ -71,6 +71,7 @@ + @@ -179,9 +180,7 @@ - - - + @@ -284,9 +283,7 @@ - - - + @@ -331,9 +328,7 @@ - - - + @@ -738,9 +733,7 @@ - - - + diff --git a/solutions/com.workday.mps.flux/models/core/Store.mpsr b/solutions/com.workday.mps.flux/models/core/Store.mpsr index d18cca9..d4eb0a9 100644 --- a/solutions/com.workday.mps.flux/models/core/Store.mpsr +++ b/solutions/com.workday.mps.flux/models/core/Store.mpsr @@ -103,6 +103,7 @@ + @@ -150,7 +151,7 @@ - + diff --git a/solutions/com.workday.mps.review/com.workday.mps.review.msd b/solutions/com.workday.mps.review/com.workday.mps.review.msd index d2675ca..25c2383 100644 --- a/solutions/com.workday.mps.review/com.workday.mps.review.msd +++ b/solutions/com.workday.mps.review/com.workday.mps.review.msd @@ -39,6 +39,7 @@ + diff --git a/solutions/com.workday.mps.review/models/actions/NavigateToNode.mpsr b/solutions/com.workday.mps.review/models/actions/NavigateToNode.mpsr index 176856a..9b80a4e 100644 --- a/solutions/com.workday.mps.review/models/actions/NavigateToNode.mpsr +++ b/solutions/com.workday.mps.review/models/actions/NavigateToNode.mpsr @@ -2,7 +2,6 @@ - @@ -35,6 +34,7 @@ + @@ -86,15 +86,14 @@ + - + - - - + @@ -103,12 +102,12 @@ - + - + @@ -116,17 +115,15 @@ - + - - - + - + @@ -135,15 +132,13 @@ - + - - - + diff --git a/solutions/com.workday.mps.review/models/actions/PostCommentRequest.mpsr b/solutions/com.workday.mps.review/models/actions/PostCommentRequest.mpsr index ee5bbfe..739d956 100644 --- a/solutions/com.workday.mps.review/models/actions/PostCommentRequest.mpsr +++ b/solutions/com.workday.mps.review/models/actions/PostCommentRequest.mpsr @@ -3,7 +3,6 @@ - @@ -102,6 +101,7 @@ + @@ -126,12 +126,10 @@ - + - - - + @@ -150,7 +148,19 @@ - + + + + + + + + + + + + + @@ -183,12 +193,12 @@ - + - + @@ -206,6 +216,19 @@ + + + + + + + + + + + + + @@ -219,11 +242,9 @@ - + - - - + @@ -232,6 +253,11 @@ + + + + + @@ -252,6 +278,7 @@ + @@ -289,9 +316,12 @@ - + + + + @@ -311,11 +341,13 @@ - + - - - + + + + + @@ -339,6 +371,7 @@ + @@ -411,7 +444,7 @@ - + @@ -420,15 +453,13 @@ - + - - - + @@ -458,6 +489,7 @@ + diff --git a/solutions/com.workday.mps.review/models/actions/PostCommentRequested.mpsr b/solutions/com.workday.mps.review/models/actions/PostCommentRequested.mpsr index 1fcf153..31d07f1 100644 --- a/solutions/com.workday.mps.review/models/actions/PostCommentRequested.mpsr +++ b/solutions/com.workday.mps.review/models/actions/PostCommentRequested.mpsr @@ -201,7 +201,6 @@ - diff --git a/solutions/com.workday.mps.review/models/model/.model b/solutions/com.workday.mps.review/models/model/.model index 6cc430c..f519c93 100644 --- a/solutions/com.workday.mps.review/models/model/.model +++ b/solutions/com.workday.mps.review/models/model/.model @@ -12,7 +12,6 @@ - diff --git a/solutions/com.workday.mps.review/models/model/Comment.mpsr b/solutions/com.workday.mps.review/models/model/Comment.mpsr index f929752..f69795f 100644 --- a/solutions/com.workday.mps.review/models/model/Comment.mpsr +++ b/solutions/com.workday.mps.review/models/model/Comment.mpsr @@ -5,7 +5,6 @@ - @@ -201,12 +200,10 @@ - + - - - + diff --git a/solutions/com.workday.mps.review/models/plugin/.model b/solutions/com.workday.mps.review/models/plugin/.model index 38c046b..88fbb06 100644 --- a/solutions/com.workday.mps.review/models/plugin/.model +++ b/solutions/com.workday.mps.review/models/plugin/.model @@ -14,22 +14,20 @@ + - - - - + @@ -42,7 +40,6 @@ - @@ -59,7 +56,11 @@ - + + + + + diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketComment.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketComment.mpsr index b28e8a6..c76fb0b 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketComment.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketComment.mpsr @@ -7,8 +7,6 @@ - - @@ -16,15 +14,8 @@ - - - - - - - @@ -39,9 +30,6 @@ - - - @@ -57,9 +45,6 @@ - - - @@ -92,7 +77,6 @@ - @@ -122,7 +106,6 @@ - @@ -477,104 +460,20 @@ - + - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketCommentActivity.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketCommentActivity.mpsr index 2294a5d..1232b17 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketCommentActivity.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketCommentActivity.mpsr @@ -7,7 +7,6 @@ - @@ -50,12 +49,12 @@ - - - + + + @@ -140,15 +139,15 @@ - - - - - + + + + + - + @@ -169,15 +168,15 @@ - - - - - + + + + + - + @@ -200,15 +199,15 @@ - - - - - + + + + + - + @@ -231,15 +230,15 @@ - - - - - + + + + + - + @@ -267,15 +266,15 @@ - - - - - + + + + + - + @@ -296,15 +295,15 @@ - - - - - + + + + + - + @@ -318,25 +317,23 @@ - + - - - + - - - - - + + + + + - - + + @@ -345,6 +342,7 @@ + diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketCommentRequestBody.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketCommentRequestBody.mpsr index 0a718b4..ab23e2e 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketCommentRequestBody.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketCommentRequestBody.mpsr @@ -4,7 +4,6 @@ - @@ -59,6 +58,9 @@ + + + @@ -102,6 +104,7 @@ + @@ -134,6 +137,16 @@ + + + + + + + + + + @@ -173,6 +186,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -232,6 +326,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -242,6 +374,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -284,63 +480,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + @@ -367,7 +512,7 @@ - + @@ -411,6 +556,7 @@ + diff --git a/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr b/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr index f41e53c..1e61fdc 100644 --- a/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/BitbucketReviewConfiguration.mpsr @@ -4,7 +4,7 @@ - + @@ -55,7 +55,6 @@ - @@ -309,36 +308,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -348,11 +317,17 @@ - - + + + + + - - + + + + + @@ -659,7 +634,7 @@ - + @@ -810,7 +785,7 @@ - + diff --git a/solutions/com.workday.mps.review/models/plugin/InlineCommentManager.mpsr b/solutions/com.workday.mps.review/models/plugin/InlineCommentManager.mpsr index c3d3976..a615fcf 100644 --- a/solutions/com.workday.mps.review/models/plugin/InlineCommentManager.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/InlineCommentManager.mpsr @@ -7,10 +7,10 @@ - + @@ -67,6 +67,7 @@ + @@ -240,10 +241,14 @@ + + + + @@ -296,7 +301,7 @@ - + @@ -389,9 +394,9 @@ - - - + + + @@ -729,15 +734,11 @@ - - - + - - - + @@ -756,9 +757,7 @@ - - - + @@ -766,14 +765,11 @@ - - - + - @@ -869,15 +865,11 @@ - - - - - - - - + + + + @@ -909,22 +901,16 @@ - - - + + + - - - - - - - - - - - + + + + + @@ -939,8 +925,8 @@ - - + + @@ -989,8 +975,8 @@ - - + + @@ -1068,15 +1054,13 @@ - - - + - + @@ -1160,6 +1144,7 @@ + diff --git a/solutions/com.workday.mps.review/models/plugin/NavigateToNodeUIAction.mpsr b/solutions/com.workday.mps.review/models/plugin/NavigateToNodeUIAction.mpsr new file mode 100644 index 0000000..f246217 --- /dev/null +++ b/solutions/com.workday.mps.review/models/plugin/NavigateToNodeUIAction.mpsr @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/solutions/com.workday.mps.review/models/plugin/RefreshAction.mpsr b/solutions/com.workday.mps.review/models/plugin/RefreshAction.mpsr index 64b9707..195b50c 100644 --- a/solutions/com.workday.mps.review/models/plugin/RefreshAction.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/RefreshAction.mpsr @@ -297,7 +297,6 @@ - diff --git a/solutions/com.workday.mps.review/models/plugin/ReviewPlugin.mpsr b/solutions/com.workday.mps.review/models/plugin/ReviewPlugin.mpsr index 4c02442..abfc505 100644 --- a/solutions/com.workday.mps.review/models/plugin/ReviewPlugin.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/ReviewPlugin.mpsr @@ -248,8 +248,6 @@ - - @@ -271,7 +269,6 @@ - @@ -949,7 +946,6 @@ - @@ -961,6 +957,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1384,6 +1414,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -1651,6 +1703,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/solutions/com.workday.mps.review/models/plugin/ReviewToolUtil.mpsr b/solutions/com.workday.mps.review/models/plugin/ReviewToolUtil.mpsr index b086c71..7b0a272 100644 --- a/solutions/com.workday.mps.review/models/plugin/ReviewToolUtil.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/ReviewToolUtil.mpsr @@ -4,14 +4,16 @@ - + + + + - - - - + + + @@ -26,6 +28,9 @@ + + + @@ -34,10 +39,17 @@ + + + + + + + @@ -135,9 +147,23 @@ + + + + + + + + + + + + + + @@ -179,7 +205,7 @@ - + @@ -192,27 +218,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - @@ -226,7 +268,7 @@ - + @@ -348,8 +390,8 @@ - - + + @@ -363,63 +405,122 @@ - + - - - + - + - - + + - - - + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - + + + + + + + - - - + + + - - - - - + + + - - + + - + diff --git a/solutions/com.workday.mps.review/models/plugin/Reviewer.mpsr b/solutions/com.workday.mps.review/models/plugin/Reviewer.mpsr index da420b2..6303aab 100644 --- a/solutions/com.workday.mps.review/models/plugin/Reviewer.mpsr +++ b/solutions/com.workday.mps.review/models/plugin/Reviewer.mpsr @@ -2,6 +2,7 @@ + @@ -57,18 +58,19 @@ + + - @@ -114,7 +116,9 @@ - + + + @@ -127,6 +131,13 @@ + + + + + + + @@ -201,6 +212,9 @@ + + + @@ -211,7 +225,6 @@ - @@ -263,7 +276,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -285,22 +318,22 @@ - - - + + + - + - - - - + + + + - - + + @@ -458,6 +491,7 @@ + diff --git a/solutions/com.workday.mps.review/models/store/.model b/solutions/com.workday.mps.review/models/store/.model index 119710b..40a0858 100644 --- a/solutions/com.workday.mps.review/models/store/.model +++ b/solutions/com.workday.mps.review/models/store/.model @@ -7,20 +7,21 @@ - - - - - + + + + + + diff --git a/solutions/com.workday.mps.review/models/store/ConnectionProxyStore.mpsr b/solutions/com.workday.mps.review/models/store/ConnectionProxyStore.mpsr index 7bacfb5..b1a5d4c 100644 --- a/solutions/com.workday.mps.review/models/store/ConnectionProxyStore.mpsr +++ b/solutions/com.workday.mps.review/models/store/ConnectionProxyStore.mpsr @@ -459,10 +459,12 @@ + + @@ -505,10 +507,12 @@ + + @@ -518,6 +522,7 @@ + @@ -562,10 +567,12 @@ + + diff --git a/solutions/com.workday.mps.review/models/store/ReviewStore.mpsr b/solutions/com.workday.mps.review/models/store/ReviewStore.mpsr index 4041fec..cee6943 100644 --- a/solutions/com.workday.mps.review/models/store/ReviewStore.mpsr +++ b/solutions/com.workday.mps.review/models/store/ReviewStore.mpsr @@ -225,6 +225,7 @@ + diff --git a/solutions/com.workday.mps.review/models/store/SettingsStore.mpsr b/solutions/com.workday.mps.review/models/store/SettingsStore.mpsr index b1de022..86ca918 100644 --- a/solutions/com.workday.mps.review/models/store/SettingsStore.mpsr +++ b/solutions/com.workday.mps.review/models/store/SettingsStore.mpsr @@ -231,6 +231,7 @@ + diff --git a/solutions/com.workday.mps.review/models/store/UiProxyStore.mpsr b/solutions/com.workday.mps.review/models/store/UiProxyStore.mpsr index 9cee12d..88b8318 100644 --- a/solutions/com.workday.mps.review/models/store/UiProxyStore.mpsr +++ b/solutions/com.workday.mps.review/models/store/UiProxyStore.mpsr @@ -2,14 +2,17 @@ - - - + - + + + + + + @@ -29,6 +32,9 @@ + + + @@ -41,6 +47,9 @@ + + + @@ -48,6 +57,13 @@ + + + + + + + @@ -70,6 +86,7 @@ + @@ -88,9 +105,6 @@ - - - @@ -104,12 +118,16 @@ + + + + @@ -122,16 +140,17 @@ + + + + + + - - - - - - + + - @@ -146,21 +165,20 @@ + + + + + + + + + + - - - - - - - - - - - @@ -171,7 +189,17 @@ - + + + + + + + + + + + @@ -195,19 +223,15 @@ - - - - - - - + + + + - - - - - + + + + @@ -241,68 +265,184 @@ - - + + - + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + - - + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - @@ -345,6 +485,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -373,6 +627,7 @@ + diff --git a/solutions/com.workday.mps.review/models/ui.swing/.model b/solutions/com.workday.mps.review/models/ui.swing/.model index 3ae662a..324329a 100644 --- a/solutions/com.workday.mps.review/models/ui.swing/.model +++ b/solutions/com.workday.mps.review/models/ui.swing/.model @@ -8,6 +8,8 @@ + + @@ -24,7 +26,10 @@ - + + + + diff --git a/solutions/com.workday.mps.review/models/ui.swing/ActiveReviewView.mpsr b/solutions/com.workday.mps.review/models/ui.swing/ActiveReviewView.mpsr index 0d4b070..b6a7292 100644 --- a/solutions/com.workday.mps.review/models/ui.swing/ActiveReviewView.mpsr +++ b/solutions/com.workday.mps.review/models/ui.swing/ActiveReviewView.mpsr @@ -6,14 +6,16 @@ - + - + + + @@ -77,6 +79,7 @@ + @@ -119,6 +122,9 @@ + + + @@ -143,6 +149,11 @@ + + + + + @@ -165,6 +176,9 @@ + + + @@ -173,10 +187,14 @@ + + + + @@ -217,7 +235,6 @@ - @@ -273,21 +290,6 @@ - - - - - - - - - - - - - - - @@ -415,7 +417,26 @@ - + + + + + + + + + + + + + + + + + + + + @@ -566,97 +587,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -712,6 +642,19 @@ + + + + + + + + + + + + + @@ -770,22 +713,6 @@ - - - - - - - - - - - - - - - - @@ -821,6 +748,13 @@ + + + + + + + @@ -1063,68 +997,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1291,30 +1163,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -1324,39 +1172,31 @@ - + - - - - - - - - - - - + + + - - - - + + + + - - + + - + @@ -1364,6 +1204,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1570,6 +1438,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1611,13 +1608,11 @@ - - - - - - - + + + + + @@ -1728,26 +1723,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -3349,7 +3324,6 @@ - @@ -3362,6 +3336,7 @@ + diff --git a/solutions/com.workday.mps.review/models/ui.swing/CommentView.mpsr b/solutions/com.workday.mps.review/models/ui.swing/CommentView.mpsr index b7f14e9..c6f3289 100644 --- a/solutions/com.workday.mps.review/models/ui.swing/CommentView.mpsr +++ b/solutions/com.workday.mps.review/models/ui.swing/CommentView.mpsr @@ -558,7 +558,7 @@ - + @@ -917,7 +917,7 @@ - + @@ -938,7 +938,7 @@ - + diff --git a/solutions/com.workday.mps.review/resources/link_16.png b/solutions/com.workday.mps.review/resources/link_16.png new file mode 100644 index 0000000000000000000000000000000000000000..852df45c29e614564af79013a6ec9ced55abb7bf GIT binary patch literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPdi#V?^=l;K&S1~X!ig~&?hFF}QddXkAB~XOz!+j00 zAdN7wAf@_EvzDbKK9>H$ma|4AP-t_i?@6y|n*y3Q1ix82qeE(&mtE7wo%wg~J*!Q( znf?2{&G$K<=d@olY~Ze0)YDgA(7UKDzGgumbIDexd54M>rW*F#E{Mx_lRF;F5$ARH zdO+@J#quQa$v2Mib3M%EbFMgX`d+X8oCQLwW*l|85pFnb>Q45(5r-=kVp`2!Rk#|i ze(qh9%xv9Q(Eqo?X7185r5l+c-vq;)PhQt({ozz~?&OMXO^L5|aOd_UFx5u#t#(~J ztG~+bi1!Q^HLZ!BLT6l>?k=!@-(0?D>8a=*7H!kw+i4tjhZUyHUOCsz`kPX*O7_Ny lw<@>A9#rnzEOU*c{vnsowZ`K@D!@Qv@O1TaS?83{1OS%NpYs3! literal 0 HcmV?d00001