GemTalk / JadeiteForPharo

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

Class side method dragged to another class ends up on the instance side #77

Closed dalehenrich closed 3 months ago

dalehenrich commented 3 months ago

I dragged RwRepositoryResolvedProjectTonelReaderVisitorV2 class>>lineNumberStringForMethod: to RwRepositoryComponentProjectReaderVisitor and the method ended up on the instance side of the class... image

I consider drag/drop a convenience ...

dalehenrich commented 3 months ago

commit ids:

JadeiteForPharo 19b3ae8
PharoGemStoneFFI 3575de4
RemoteServiceReplication 371ae8e
---------------------------------------------
RowanClientServices f69b0d6
ericwinger commented 3 months ago

Make sure to set the meta variable correctly when compiling dropped methods.