C/Cpp parser
by Nicolas Anquetil
Synectique is openning the source code for a C/C++ parser based on
Eclipse CDT.
https://github.com/Synectique/VerveineC-Cpp.git
The parser was developed as an Eclipse (Mars release) plugin and is
under MIT licence.
nicolas
--
Nicolas Anquetil -- MCF (HDR)
Project-Team RMod
5 years, 1 month
Right-justified table column?
by Luke Gorrie
Is there an easy way to make a GLM table column right-justified?
I have some numeric columns and I think they would be easier to read if
right-justified.
I am also still looking for a way to use a fixed-width font for various
glamorous components like lists, tables, and text. This would help me to
present semi-structured data that doesn't *quite* fit into uniform columns
in a readable way. Is there a way to do that?
Thanks!
-Luke
5 years, 2 months
Error dialog?
by Luke Gorrie
Hoi!
Suppose that my GTInspector extension method fails for some interesting
reason. How should I present an error message to the user?
I'm am especially thinking of cases where I am spawning a Unix command
behind the scenes and I want to show the (possibly long) output of the
command to the user. Could happen either in an inspector extension method
or also in a "Go" action of the inspector.
Tips would be much appreciated :).
5 years, 2 months
RTHistorgramSet does not implement xScale/yScale
by Brennan Cleveland
Hi,
The 'histogram' method on SequenceableCollection added by Roassal2 fails due to xScale/yScale not being implemented on RTHistogramSet.
I added implementations of both as:
^ RTLinearTransformation instance.
to RTHistogramSet which at least gets a histogram working. I'm not sure what the proper fix actually is. I thought maybe adding this implementation on RTAbstractDataset would be the right thing to do...
Thanks,
Brennan
5 years, 2 months
[Glamour] default selection in ListPresentation
by Cyrille Delaunay
Hello,
Is there a way to set a default selection to a list presentation? so that
when I open the browser, the morphic list has already a value selected.
I tried that:
|tmpBrowser|
tmpBrowser := GLMTabulator new.
tmpBrowser row: #list.
tmpBrowser transmit to: #list; andShow: [:a |
a list
display: [:input | input];
selection: #a;
yourself
].
tmpBrowser openOn: #( b c d v a d f r).
but the list still open with nothing selected
5 years, 2 months
Bug issues
by Stéphane Ducasse
Hi guys
We started to have a look at the bug entries of Moose on github.
We will start to migrate Moose to github. We will have to think how to manage this.
Projects
Subprojects
Baseline migration
I would like to enforce the following:
- the feature todos should not be managed in the bug tracker. Trello is good for this.
- Now todo related to current situation: such as remove empty class, split package should at least the entry should be tagged with todo.
- close any bug entry that does not have a description how to reproduce it.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.fr
http://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
5 years, 2 months
How to add a pane to the Moose Panel
by Stéphane Ducasse
Hi
I added a pane to gt so that when I inspect a model is get a special visualisation for packages.
It works well.
Now I would like to do the same for the Moose Panel (I thought it was but it does not).
I found the mooseFinder extensions on Object and I added one
mooseNameMetaIn: composite
<moosePresentationOrder: 1000>
(self mooseInterestingEntity packageViewIn: composite)
Now how can I control that it should only be displayed on FAMIXPackage and FAMIXPackageGroup?
I saw that there are when clauses too.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.fr
http://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
5 years, 2 months
who is klaranosan? :)
by Tudor Girba
Hi klaranosan,
First, welcome!
Second, thanks for the work on the issues.
Third, would you like to introduce yourself? :)
Cheers,
Doru
--
www.tudorgirba.com
www.feenk.com
"To lead is not to demand things, it is to make them happen."
5 years, 2 months
About method comments
by Stéphane Ducasse
Hi guys
I’m trying to find my way in the GLMPresentation methods and I’m super sad…. Not a single comments
Not a single.
This is code done for a group of people knowing it not to be consume by others.
So I have to guess what act: is actually doing and more.
Method comments are not optional.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.fr
http://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
5 years, 2 months