You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2022/07/10 09:12:34 UTC

[GitHub] [groovy] sandipchitale opened a new pull request, #1743: Tooltip and CTRL+BUTTON3 click to copy to cell value to clipboard.

sandipchitale opened a new pull request, #1743:
URL: https://github.com/apache/groovy/pull/1743

   - Hovering over cells shows a tooltip.
   - CTRL+Right Click (BUTTON 3) copies the value to the clipboard.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [groovy] sandipchitale commented on pull request #1743: Tooltip and CTRL+BUTTON3 click to copy cell value to clipboard.

Posted by GitBox <gi...@apache.org>.
sandipchitale commented on PR #1743:
URL: https://github.com/apache/groovy/pull/1743#issuecomment-1180872636

   Thanks. I like the use of the popup menu better. I do now know SwingBuilder very well and could not figure out how to set up the popup menu on the table. If you are familiar and have time please go ahead and implement that. If not, I will look at it next weekend. Do not want to push more work to you though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [groovy] paulk-asert commented on pull request #1743: Tooltip and CTRL+BUTTON3 click to copy cell value to clipboard.

Posted by GitBox <gi...@apache.org>.
paulk-asert commented on PR #1743:
URL: https://github.com/apache/groovy/pull/1743#issuecomment-1180469148

   The tooltip stuff looks great. I am wondering whether a simple right-click => "copy cell" popup menu might be more consistent since we have such actions in other places. Thoughts? Let me know if you want to look into that or want me to play at my end.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [groovy] paulk-asert closed pull request #1743: Tooltip and CTRL+BUTTON3 click to copy cell value to clipboard.

Posted by GitBox <gi...@apache.org>.
paulk-asert closed pull request #1743: Tooltip and CTRL+BUTTON3 click to copy cell value to clipboard.
URL: https://github.com/apache/groovy/pull/1743


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [groovy] paulk-asert commented on pull request #1743: Tooltip and CTRL+BUTTON3 click to copy cell value to clipboard.

Posted by GitBox <gi...@apache.org>.
paulk-asert commented on PR #1743:
URL: https://github.com/apache/groovy/pull/1743#issuecomment-1181228980

   The tooltip part of the PR has been merged. Thanks!
   I'll try to have a look at the popup menu idea in the next few days.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org