How to get git log the selected row Data?

已回答

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

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

请先登录再写评论。