Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SmalltalkImporter
New issue 1025 by anquetil...(a)gmail.com: creating import script DNU
#surroundedBySingleQuotes
http://code.google.com/p/moose-technology/issues/detail?id=1025
When loading smalltalk code from the moosepanel.
There is a button on the first page of the wizard to create a script
checking this button will ultimately produce the DNU above (subject) when
creating the model
--
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-SmalltalkImporter
New issue 1026 by anquetil...(a)gmail.com: Create importing script in Moose
Pharo Importer wizard broken
http://code.google.com/p/moose-technology/issues/detail?id=1026
When loading smalltalk code from the moosepanel.
There is a button on the first page of the wizard to create a script
But the script generated by this option does not work.
Possibly calling a method that no longer exist
--
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
when I press
allNamespaces - Smalltalk
in the finder
the system takes around 6 seconds to react. May be computing metrics in the back but it does not give a
good impression.
Stef
Hi,
Just in case you missed it, Andrei fixed the issue related to using Cmd+s
in the GTDebugger.
Please let us know if you have other issues.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Alex
you should integrate the fix of usman to manage correctly athens surface.
Because it solves the red square problem on restart. It is simple and working.
Stef
Usman wrote:
>Do we the demo live somewhere so that we can have a look at it?
QCMagritte is on https://ci.inria.fr/pharo-contribution/job/QCMagritte
ZnZincServerAdapter startOn: 8080
Click through the welcome app, set browse as default
and start the qcmagritte web app
Stephan
subclassHierarchy
| subclasses |
subclasses := OrderedCollection new.
self allSubclassesDo: [:each | subclasses add: each].
^ subclasses
to me it looks like too much thinking and this kind of API sucks.
I can understand
subclassHierarchyDepth
because it is about hierarchy but no subclasses.
Stef
Hi
This is several times that I ask and I got no reaction but the printOn: of FAMIX entities is a problem.
I do not think that it makes sense to have ClassName in namespace (namespace) :: namespace (namespace) (class)
So how do we address it?
- I would introduce either a strategy to control what is displayed
- I would make the dinstction between full name and name.
Of course I can hack it and have my own implementation because it really get on my nerves that I cannot
even see the name of a class in a set in the inspector.
Syeg
Today we finished porting the magritte demo to the
new version of bootstrap in TorstenBergmann/Bootstrap.
Next step would be to use that as a basis for the QCMagritte demo.
There we have live editing & filtering of tables, multi-language support,
ajax validation etc.
Diego & Stephan
Hello,
We are working to port our tools (browsers) to the web. Mostly, these are
developed using Glamour. So, Glamour-seaside can save us time because, in
this way, we can reuse existing presentation logic with a different
renderer. I worked with Andrei during one of his visits to Lille and we
ported one of our browsers to the web. I didn't take us very long. However,
there were some missing widgets (e.g. table). So, Andrei wanted to improve
the existing set of widgets and probably reuse a new library (such as
Bootstrap) make them more glamourous (as in sexy ;).
I think it can be helpful for us to use this infrastructure as there is
some major progress made already. The participation of the initial
contributors will be essential in the effort because rendering is just one
aspect, we also have the transmissions, panes, and ports in Glamour. So my
questions:
- How does Glamour-Seaside manage transmissions, ports and panes?
- What are the missing widgets?
- How about using Bootstrap?
- Would you be interested in participating in the effort of improving
Glamour-Seaside infrastructure?
- Is there any doc that we can start looking at to understand
implemented/missing features?
A glimpse of our tools that we need to port to the web can be found here:
http://www.synectique.eu/en/files/4D-Flyer-eng.pdf
tx,
Usman
Hi
when I open a mondrianEasel and press the right triangle I get an error tell me that error message is not understood.
withAll: bindings.
[ Smalltalk compiler evaluate: script in: context to: context ]
on: Error
do: [ :e |
self inform: e class name , ': ' , e errorMessage.
(renderer pieDiagram)
radius: 100;
models: #('Error');
pieValue: [:x | 100];
displayLegend: true;
defaultColor: Color red ] ];
defaultActions
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Engineering Priority-Medium Milestone-5.0 Component-Finder
New issue 1023 by tu...(a)tudorgirba.com: PackageBlueprint should be removed
http://code.google.com/p/moose-technology/issues/detail?id=1023
This code is unmaintained and it is not in a great state.
Name: Moose-RoassalPaintings-TudorGirba.47
Author: TudorGirba
Time: 8 December 2013, 8:31:17.63941 am
UUID: a0ee90eb-de74-45cb-b2f4-124dd05d54fb
Ancestors: Moose-RoassalPaintings-TudorGirba.46
moved package blueprint in an explicit separate package to make it
unloadable from Moose
Name: Moose-RoassalPaintingsPackageBlueprint-TudorGirba.1
Author: TudorGirba
Time: 8 December 2013, 8:30:41.818698 am
UUID: d5aab308-867f-42f9-b022-9da1f77abeab
Ancestors:
moved package blueprint in an explicit separate package to make it
unloadable from Moose
--
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
I get one package and select
Browse Package Blueprints
when I select incomings pane -> boum
packageForSurface: aSurface
^ aSurface anyOne packageScope
anyone leads to a bug.
Stef
here is a correct version
I'm a word compacting class. I remove the most used letters from a word to compact it to a given size.
(MalKontractor upToCharacterNumber: 3)
reduce: 'hello' -> 'hlo'
I have a package with classes and I want to get all the subclasses of all the classes in this packages.
How can I do that?
As a general remark: To me the navigation is not there. For example in the visualization we cannot annotate, query, select
connected entities. Even codecrawler was better to select. Now we have some visualisation
but they give the feeling that they are just there because they are cool.
Stef
Really I do not get why roassal does not take advantage of the idea of MalKontrakor.
I cannot imagine that when we work for real with visualzaition we do not want to cut, condense names.
This is the key difference between nice looking visualization and really useful ones.
This tells to me that roassal has never been used to support a real reverse engineering tool.
I will see and may be I will propose to build a specific tools for reverse engineering because right now
the gap is so large.
Stef