How to get git log the selected row Data?

Answered

I don't know how to get row data use right-click action.

I want to save the row Data .

and Is there a selected event? I want to use the event do something.

 

0
2 comments

You can read information from the AnActionEvent event in the actionPerformed method.

Check the GitShowCommitInLogAction file for more details.

1
Avatar
Permanently deleted user

I get it . Thank you so much.

0

Please sign in to leave a comment.