Status: Accepted
Owner: kurs....(a)gmail.com
CC: tu...(a)tudorgirba.com
Labels: Type-Enhancement Priority-Medium Component-PetitParser
New issue 891 by kurs....(a)gmail.com: Right click menu missing in Sample
input in PPParserInspector
http://code.google.com/p/moose-technology/issues/detail?id=891
There is no right click menu in Sample input field in PPParserInspector. It
would be nice to put items such as:
- Copy
- Paste
- Cut
- Parse
Any other suggestions?
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 748 by cy.delau...(a)gmail.com: DistributionMap examples not working
http://code.google.com/p/moose-technology/issues/detail?id=748
When you try to execute the examples in the class side of DistributionMap,
you get an error.
This bug looks complicate and it does not seem to be related to
distributionMap:
When I debug and I go down to the method
DistributionMap>>elementsWithProperty:inPart:
If I insert this lign:
(elementsAndPropertyValue keys detect: [:each | each ==
element]).
it returns me one element.
Then if I execute:
(elementsAndPropertyValue at: element)
I have a KeyNotFound error
Status: New
Owner: jannik.l...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-DSM Milestone-4.4
New issue 555 by jannik.l...(a)gmail.com: DSM improve visualization
http://code.google.com/p/moose-technology/issues/detail?id=555
I made the structure for DSM visualization.
Now, I should create script for each and make communications between them
coherent.
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.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 912 by chisvasi...(a)gmail.com: Glamour presentations should update
their own actions when receiving GLMPresentationUpdated
http://code.google.com/p/moose-technology/issues/detail?id=912
Right now when a presentation receives GLMPresentationUpdated it does not
update its own actions.
For example bellow is some code to see this behaviour.
When the action from the composite presentation is triggered it updates the
action from the contained presentations but not its action.
Also if there is just one presentation in the composite then, due to how a
composite with one presentation is implemented, it won't update any action.
|browser|
browser := GLMTabulator new.
browser row: #aRow.
browser transmit to: #aRow; andShow: [ :composite |
composite
title: 'Composite';
updateOn: Announcement from: [ browser announcer ];
dynamicActions: [ :list || actions |
actions := OrderedCollection new.
actions add:
((GLMGenericAction new)
action: [ :presentation :model | browser announce: Announcement];
icon: GLMUIThemeExtraIcons glamorousAdd;
title: DateAndTime now asString;
yourself).
actions
].
composite list
title: 'List 1';
updateOn: Announcement from: [ browser announcer ];
dynamicActions: [ :list || actions |
actions := OrderedCollection new.
actions add:
((GLMGenericAction new)
action: [ :presentation :model | browser announce: Announcement];
icon: GLMUIThemeExtraIcons glamorousAdd;
title: DateAndTime now asString;
yourself).
actions
].
composite list
title: 'List 2'].
browser openOn: (1 to: 10)
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Milestone-4.8 Maintainability
New issue 926 by tu...(a)tudorgirba.com: Moose should offer ZeroConf support
for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926
Moose should offer the same support for quick installations as Pharo does.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 931 by alan.mcn...(a)gmail.com: Moose Meta Browser - type and
opposite values clipped on left
http://code.google.com/p/moose-technology/issues/detail?id=931
On selecing an Entity in the top left panel of the Moose Meta Browser, the
Relation name/type/opposite are displayed.
While the name is well displayed, the display of the type and opposite
values are clipped on the left, and part of the first character cannot be
seen.
Similarly, if Property tab is selected, the type values are similarly
clipped.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 934 by alan.mcn...(a)gmail.com: Moose Meta Browser - Entities panel
not updated when selecting Entity in Map
http://code.google.com/p/moose-technology/issues/detail?id=934
In the Map panel it is possible to select a box representing an Entity.
When this is done, the Entity and its relationships are highlighted in red
in the Map pane.
Also, the Relations / Properties and Comments panes are updated with
information for that Entity shown.
However, the Entity pane is NOT updated.
I would expect that the Entities pane would be changed so that the Entity
selected in the Map pane would also be selected in the Entities pane,
including expanding any Entity hierarchy as required.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 829 by google....(a)ben.coman.com.au: Roassal Label Text does not
scale with Zoom Out
http://code.google.com/p/moose-technology/issues/detail?id=829
Actions
1. Open Roassal Easel > Example > #arrowed edges > umlLike
2. Click the <Zoom out> button multiple times
Expected Behaviour
Text gets smaller so as to stay within the border as the label box gets
smaller.
Observed Behaviour
Only the border of the label gets smaller. The text gets the same size
until it all overlaps.