Dear List,
I made some improvement on MoosePanel. Instead of having a list of
buttons, here is now a menu listing the import commands. We can now
have more than 4 import commands without seeing buttons overlapping
each other :-)
Apparently, we need an event mechanism for moose model addition and
removal. For example, I added the method:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
MooseModel>>delete
<menuItem: 'Delete' category: 'Utilities'>
| wantsToDelete |
wantsToDelete := UIManager default confirm: 'Are you sure to want to
delete ', self mooseName printString, '?'.
wantsToDelete ifFalse: [ ^ self ].
MooseModel root remove: self
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Now the question is how to refresh the list of models in the
MoosePanel when one deletes a model? I will add an announcement
hierarchy.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear All,
MooseFinder does not list properties for a selected item. The entity
tab could shows this. In that case, multiple selection should probably
be handled in a different way.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
When I select an element on the left hand side panel, the right hand
side automatically switches to MooseGroup. Is there a way to keep the
right panel to the selected tab?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Doru,
The FAMOOSr2007 proceeding is not available on MOOSE site!
There is a problem that the link of FAMOOSr2007Proceeding points to
"unkwon"!
Thanks,
Hani
Hi!
The idea of having a MoosePanel is really nice. Its current
implementation is simple and clean. However adding a new command is
not easy since it requires some methods to be redefined. Not really
convenient to port the commands I did for C, ADA and so on.
I extended MoosePanel. Please update the Moose-Finder package and let
me know if you're not happy with the implementation. I use an
Omnibrowser command-like hierarchy to define commands for MoosePanel.
It should be pretty easy to grasp how it works.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
A new alpha release is now available at:
http://moose.unibe.ch/download/pharo
The new release solves (among others) the blueprint error in the Moose
Finder.
Cheers,
Doru
--
www.tudorgirba.com
"In a world where everything is moving ever faster,
one might have better chances to win by moving slower."
Hi,
A one-click Moose 4.0 alpha is now available for download:
http://moose.unibe.ch/download/pharo
There are plenty of things to do, but I think this is a good basis to
build on.
Have fun,
Doru
--
www.tudorgirba.com
"Presenting is storytelling."
Hi,
In Moose-Finder there is a small UI for managing models. You can
invoke it via:
MoosePanel open
Thanks to the code of Alex from the Moose-OBBrowser you can now:
- import from MSE
- import from packages
- import from categories
- import from Monticello caches
If you get a chance to take a look, please don't be shy with the
feedback :)
This means that we are basically ready for an alpha release. There are
still two issues listed for the alpha, but they are not critical.
I will probably create a first alpha one click distribution later this
(Friday) evening and then we increment from there.
Cheers,
Doru
--
www.tudorgirba.com
"Speaking louder won't make your point worthier."