Manuscript (Case [Issue]22853) _Inbox - Impossible to define a SmalltalkHub repository

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

Manuscript (Case [Issue]22853) _Inbox - Impossible to define a SmalltalkHub repository

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
I checked and TextEditorDialogWindow uses

newTextEditorIn: aThemedMorph for: aModel getText: getSel setText: setSel getEnabled: enabledSel menu: aMenuSelector
"Answer a text (Smalltalk code) editor for the given model."

^ RubPluggableTextMorph new
on: aModel
text: getSel
accept: setSel
readSelection: nil
menu: aMenuSelector;
theme: self;
getEnabledSelector: enabledSel;
font: self textFont;
cornerStyle: aThemedMorph preferredCornerStyle;
hResizing: #spaceFill;
vResizing: #spaceFill;
borderStyle: (BorderStyle inset width: 1);
removeProperty: #theme

So a PluggableTextMorph (normally backward compatible is created).
So I do not understand the problem.
I will wait for Alain.
Priority Priority: 1 – Show Stopper !!!!!! Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker