Comment #1 on issue 432 by tu...(a)tudorgirba.com: Popup should appear only
when a certain modifier key is pressed
http://code.google.com/p/moose-technology/issues/detail?id=432
Another option would be to have the rendering happening in another thread.
Updates:
Summary: Moose crashes when importing Citezen
(OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd:)
Comment #3 on issue 736 by tudor.gi...(a)gmail.com: Moose crashes when
importing Citezen (OrderedCollection(Object)>>doesNotUnderstand:
#unsafeAdd:)
http://code.google.com/p/moose-technology/issues/detail?id=736
(No comment was entered for this change.)
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 784 by fabrizio...(a)gmail.com: opposite is missing in
FAMIXLacalVariable>>parentBehaviouralEntity
http://code.google.com/p/moose-technology/issues/detail?id=784
Hi,
I figured that parentBehaviouralEntity was implemented like that:
FAMIXLacalVariable>>parentBehaviouralEntity
<MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity>
<MSEComment: 'Behavioural entity declaring this local variable.
belongsTo implementation'>
^parentBehaviouralEntity
The opposite is missing. Is there a reason for that?
Shouldn't it be like:
FAMIXLacalVariable>>parentBehaviouralEntity
<MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity
opposite: #localVariables>
<MSEComment: 'Behavioural entity declaring this local variable.
belongsTo implementation'>
^parentBehaviouralEntity
Cheers,
Fabrizio
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 720 by tudor.gi...(a)gmail.com: Classic Coder should highlight the
extension categories
http://code.google.com/p/moose-technology/issues/detail?id=720
Currently, only classes and methods are shown as extensions using gray.
Categories should be grayed out as well.