Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 995 by tu...(a)tudorgirba.com: Roassal does not export the full PNG
http://code.google.com/p/moose-technology/issues/detail?id=995
Try this:
view node: 1.
view node: 2.
view horizontalLineLayout horizontalGap: 2000
And the export. If your window is less than 2000 pixels wide, you will not
see the second node.
--
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
Hi,
As you probably noticed, I am going through all open issues and cleaning
them. My goal would be to keep the tracker to less than 100 items. This
means that we have to get rid of old issues that are of no interests or
that can be fixed fast so that we can notice and treat the new ones faster.
Any help in this direction would be greatly appreciated.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-DSM
New issue 666 by jannik.l...(a)gmail.com: package name in DSM
http://code.google.com/p/moose-technology/issues/detail?id=666
The package name in DSM, specially in encaps DSM are not well placed.
Status: Accepted
Owner: ----
CC: cy.delau...(a)gmail.com
Labels: Type-Defect Priority-Medium RPackage
New issue 621 by stephane...(a)gmail.com: writing tests for removeMethod
http://code.google.com/p/moose-technology/issues/detail?id=621
writing tests for
"The bug appeared when removing two extensions methods (from the same
extending package) for a
same class. in RPackage >> removeMethod: , when removing an extension
method, we were telling the
organizer to remove the extending package for the class concerned. This
was wrong, because even if one
extension from this package has been removed, some others can still exist.
And the organizer should keep
the this package as extending package for the class. So removing the first
extension method worked
correctly, but then removing a second or more methods from the same
package was raising some errors "
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-MooseCore Milestone-4.3
New issue 527 by tudor.gi...(a)gmail.com: Add ModelInfo to hold extra
information in MSE
http://code.google.com/p/moose-technology/issues/detail?id=527
We should add a special MooseModelInfo entity that can be serialized in
MSE. Like this we would have a backward compatible solution for storing
extra information in MSE such as:
- source language
- importer version
- metamodel version
- importing date
- source version
I will give it a try for 4.3
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 771 by santiago...(a)gmail.com: Problem with tabs in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=771
Running the following script:
| browser |
browser := GLMTabulator new.
browser
row: [ :r | r column: #columnA; column: #columnB ].
browser transmit to: #columnA; andShow: [ :a |
a list display: [" :model | "#('Value 1' 'Value 2' 'Value 3' 'Value 1') ]
].
browser transmit from: #columnA; to: #columnB; andShow: [ :a |
a list titleIcon: GLMUIThemeExtraIcons glamorousBrowse; display:#('data
A' 'data B' 'data C').
a text titleIcon: GLMUIThemeExtraIcons glamorousAccept;
display:'something'.
a text titleIcon: GLMUIThemeExtraIcons glamorousAdd; display:'add
something'.
].
browser openOn: MooseModel root allModels anyOne.
after selecting a value in columnA the columnB is opened in the last tab
(the one with the glamorousAdd icon). Instead it must be opened in the
first tab (the one with the glamorousBrowse icon).
Using text instead of icons, it works.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 940 by w...(a)fastmail.fm: In Pharo 2.0 the SpyWizard does not take
notice of newly added packages. Possible solution: use RPackageOrganizer
http://code.google.com/p/moose-technology/issues/detail?id=940
Describe the problem: what do you get? what do you expect?
In Pharo 2.0 the SpyWizard does not take notice of newly added packages.
How to reproduce the problem: step by step if necessary
- load Spy into Pharo 2.0
- open for example the HapaoWizard and have a look at the packages
available. Close the wizard.
- add a new package to your image
- open the HapaoWizard again: the new package does not appear in the list
of available packages.
Possible solution:
Change
SpyWizard>>packagesList
^ (PackageOrganizer default packageNames select: #isString)
asSortedCollection: [ :a :b | a < b ]
to:
SpyWizard>>packagesList
^ (RPackageOrganizer default packageNames select: #isString)
asSortedCollection: [ :a :b | a < b ]
or perhaps:
SpyWizard>>packagesList
^ (SystemNavigation default packageOrganizerClass default packageNames
select: #isString) asSortedCollection: [ :a :b | a < b ]
--
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-Enhancement Priority-Medium Component-Famix Milestone-5.0
New issue 1010 by tu...(a)tudorgirba.com: FAMIX should provide a
FAMIXTypeGroup
http://code.google.com/p/moose-technology/issues/detail?id=1010
Right now, we have only FAMIXClassGroup. So, at the moment, we cannot deal
with a group that contains both a FAMIXClass and a ParameterizedType.
We need a FAMIXTypeGroup that will be the superclass of FAMIXClassGroup.
This also implies that we should change the way the group type is inferred
to take into account the common superclass.
--
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