GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Menu item for methods that puts CLASS_NAME>>SELECTOR into copy buffer #114

Closed dalehenrich closed 1 month ago

dalehenrich commented 1 month ago

Whether I am writing notes to myself or email to other people or setting a topaz breakpoint, I often need the CLASS_NAME>>SELECTOR form of a method and just absolutely hate having to copy the CLASS name from one place in the browser and then copy and EDIT the selector from another place in the browser ... a menu item like this would save tons of unnecessary editting ...

ericwinger commented 1 month ago

I needed that awhile back, too, so I added a button to copy the selected method's signature to the clipboard. Think it does what you want and is in the current checkout.

Only downside is that the class side methods don't say ' class>>foo'. I'll fix that and publish. image