Re: [Pharo-users] [COTDC] 68 - MultiNewParagraph
Thanks a lot Alain !!! Laurent. On Sun, May 29, 2011 at 3:33 AM, Alain Plantec <alain.plantec@yahoo.com>wrote:
Class intention My intention is the same as my super class. This is a good reason to merge me with my super class and to remove me. My main supplementary intention is to display the different kinds of text selection (secondary, find-replace and selection bar).
Class collaborations SelectionBlock instances are built by myself and stored in the extraSelectionBlocks instance variable in order to display supplementary selections
Class main API no particular main API.
Instance Variables extraSelectionBlocks: <Collection of SelectionBlock> findReplaceSelectionRegex: <RxMatcher> presentationLines: <Object> presentationText: <Object> refreshExtraSelection: <Boolean> secondarySelection: <String>
extraSelectionBlocks - a collection of SelectionBlock for the drowing of the differents kind of text selection
findReplaceSelectionRegex - the find/replace matcher that is set from the editor of by the FindReplaceService
presentationLines - created for debugging purpose, should be removed ?
presentationText - created for debugging purpose, should be removed ?
refreshExtraSelection - a boolean that is set to tru when there is a need to refresh selections
secondarySelection - the string of the secondary selection that is set from the editor when a portion of text is selected
Le 25/05/2011 22:50, laurent laffont a écrit :
On Tue, May 24, 2011 at 11:15 PM, Igor Stasenko <siguctua@gmail.com<mailto: siguctua@gmail.com>> wrote:
On 24 May 2011 22:31, laurent laffont <laurent.laffont@gmail.com <mailto:laurent.laffont@gmail.com>> wrote:
Today: MultiNewParagraph
Alain Plantec could say more, since more of the methods in this class marked under his authorship.
Alain, do you have 5mn :) ?
Laurent.
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
-- Best regards, Igor Stasenko AKA sig.
participants (1)
-
laurent laffont