[Pharo-project] AbstractNautilusPlugin positions
class-side #possiblePositions lists #top. #middle. #bottom. #none. but class-side #defaultPosition comment: " should answer the position of the UI " "Pick an answer among: - #top - #right - #left - #middle - #bottom - #none" Why are these lists not the same? Cheers, Sean -- View this message in context: http://forum.world.st/AbstractNautilusPlugin-positions-tp4668026.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Because I planned to implement #right #left but never did :) Ben On Feb 6, 2013, at 5:28 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
class-side #possiblePositions lists #top. #middle. #bottom. #none. but class-side #defaultPosition comment: " should answer the position of the UI " "Pick an answer among: - #top - #right - #left - #middle - #bottom - #none"
Why are these lists not the same?
Cheers, Sean
-- View this message in context: http://forum.world.st/AbstractNautilusPlugin-positions-tp4668026.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Benjamin Van Ryseghem-2 wrote
Because I planned to implement #right #left but never did :)
Issue 7431: [Cleanup]: AbstractNautilusPlugin class>>#defaultPosition comment suggests non-existent http://code.google.com/p/pharo/issues/detail?id=7431 Fix in inbox: SLICE-Issue-7431-Cleanup-AbstractNautilusPlugin-classgtgtdefaultPosition-comment-suggests-non-existent-options-SeanDeNigris.1 Simply refer to #possiblePositions -- View this message in context: http://forum.world.st/AbstractNautilusPlugin-positions-tp4668026p4668037.htm... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Benjamin -
Sean P. DeNigris