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
It is currently ad-hoc since we use a bitmap for the map, and locate cities with distances in pixels.
We have found description in SVG and found a couple of formulas to map longitude and latitude into pixels. So we will have something vectorial very soon.
If someone has some ideas, data, examples the we will be very happy to take them as challenges!
Alexandre
> Le 15-11-2013 à 18:39, Sven Van Caekenberghe <sven(a)stfx.eu> a écrit :
>
> Very nice, Alex, I guess you are using shape files then ?
>
> Sven
>
>> On 15 Nov 2013, at 20:56, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>>
>> Hi!
>>
>> During our pair coding session on Friday, we worked on a new builder for Roassal.
>>
>> Here is short example:
>>
>>
>> | builder |
>> builder := ROFranceMapBuilder new.
>> builder shape circle size: 15; color: Color red; withLabel.
>> builder showCities: #('Paris' 'Lyon' 'Marseille').
>>
>> builder shape circle size: 25; color: Color blue; withLabel.
>> builder show: 'Nice'.
>>
>> builder open
>>
>> It should produce:
>> <Screen Shot 2013-11-15 at 4.53.30 PM.png>
>>
>>
>> There is no reference to external files. It runs out of the box.
>>
>> In case you got a sudden need to press a like button or do some retweet, here a bit of material:
>>
>> https://www.facebook.com/media/set/?set=a.543459092407359.1073741830.340543…
>> https://twitter.com/objectprofile/status/401433558684008448
>>
>> On our facebook account we have many more screenshots.
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0
New issue 1008 by tu...(a)tudorgirba.com: GTDebugger should offer the
possibility of browsing the selected method
http://code.google.com/p/moose-technology/issues/detail?id=1008
Ideally, it should appear in the source pane as an icon.
--
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: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0
New issue 1007 by tu...(a)tudorgirba.com: GTDebugger should bound self to the
current object, not to context
http://code.google.com/p/moose-technology/issues/detail?id=1007
Right now, in the first pane of the inspector, self is bound to the
context. It should be bound to the current object
--
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 Component-Orion
New issue 1000 by anne.et...(a)gmail.com: Orion: retrieve entity from name,
mooseName or signature
http://code.google.com/p/moose-technology/issues/detail?id=1000
Describe the problem: what do you get? what do you expect?
A class is retrieve from its mooseName. A method is retrieve from its
signature. And sometimes, entities are retrieve from their name.
The problem comes perhaps from the creation of the entity (it is possible
but has not be checked that the converter create the entity with their name
= mooseName or signature for method, but the one that are created by
actions use a String so not the mooseName neither the signature).
Please fill in the labels with the following information:
* Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other
* Component-XXX
--
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-GlamorousToolkit
New issue 1006 by tu...(a)tudorgirba.com: GTInspector should offer completion
in the method browser based on the type of the instance
http://code.google.com/p/moose-technology/issues/detail?id=1006
When in the methods presentation, self is already bound to the current
object. Thus, the type is known. Thus, we should be able to have completion
that uses this information.
--
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