Text field converter refactoring

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Text field converter refactoring

Gary Chambers-4
Hi all,
 
I've refactored the ObjectStringConverter support to be more flexible and provide
feedback in the UI (via corner triangle).
 
Also, should be no more MNU's in, for example, ColorSelectorDialogWindow when
numeric fields are made empty!
 
Note that any fields in use need to be recreated.
A save of the image (or otherwise) is required to reinitialize the EditorFindReplaceDialogWindow singleton.
 
Attached cs.

Regards, Gary

TextFieldRegex.3.cs (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Text field converter refactoring

Stéphane Ducasse
tx!

On Mar 29, 2011, at 11:21 AM, Gary Chambers wrote:

> Hi all,
>  
> I've refactored the ObjectStringConverter support to be more flexible and provide
> feedback in the UI (via corner triangle).
>  
> Also, should be no more MNU's in, for example, ColorSelectorDialogWindow when
> numeric fields are made empty!
>  
> Note that any fields in use need to be recreated.
> A save of the image (or otherwise) is required to reinitialize the EditorFindReplaceDialogWindow singleton.
>  
> Attached cs.
>
> Regards, Gary
> <TextFieldRegex.3.cs>