Skip to content

Commit

Permalink
Capture the selection and file content when the refactoring action wa…
Browse files Browse the repository at this point in the history
…s triggered.

The selection and file content in beforeActionPerformed is incorrect for e.g.
inplace rename variable.

(cherry picked from commit 9c4052d)
  • Loading branch information
Googler authored and mai93 committed Mar 11, 2024
1 parent e425c58 commit 1f46b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/proto/logentry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ message Refactoring {
}

optional string refactoring_id = 1;
optional string action_class_name = 8;
optional string workspace_id = 2;
optional uint64 snapshot_before = 3;
optional uint64 snapshot_after = 4;
Expand Down

0 comments on commit 1f46b8f

Please sign in to comment.