(repost to the correct mailing lists)
Pharo workflow is best seen in action.
However, I noticed that we do not have much support for demoing what we do.
For example, if you do not record with sound, you want to add notes. I saw
several videos with notes being added to the workspace. This looks clumsy.
So, I gave it a short try, and built a little goodie that lets you simply
type notes in the middle of the screen the audience in big fonts. Take a
look below at a video describing a specific session with GTInspector:
http://www.youtube.com/watch?v=XT081uQlqI4&list=UU5uZoiH-YS7CIQ-e-DCwMwA
(from
http://www.humane-assessment.com/blog/discover-contracts-by-visualizing-obj…
)
To get it:
Gofer new
smalltalkhubUser: 'AlainPlantec' project: 'Rubric';
package: 'Rubric';
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-PresenterNote';
load.
It's still at the beginning. Right now, it is mapped on Cmd+/.
Actually, it really is tiny. You can obtain the equivalent by doing this in
the workspace:
KMRepository reset.
KMRepository default setAsGlobalCategory: (
(KMCategory named: 'Presentation')
addKeymapEntry: (
KMKeymap
shortcut: $/ command
action: [
RubEditingArea new
beWrapped;
width: World width / 3;
updateTextWith: '';
takeKeyboardFocus;
backgroundColor: Color paleYellow;
cellInset: 50;
onAnnouncement: MorphLostFocus do: [ :ann |
ann morph delete ];
font: (LogicalFont familyName: 'Source Sans
Pro' pointSize: 20);
openCenteredInWorld.
]) )
We need to advertise Pharo, and our videos should look good. Let me know
about what other similar needs you would like to have supported.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Pharo workflow is best seen in action.
But, even so, I noticed that we do not have much support for demoing what
we do. For example, if you do not record with sound, you want to add notes.
I saw several videos with notes being added to the workspace. This looks
clumsy.
So, I gave it a short try, and built a little goodie that lets you simply
type notes in the middle of the screen the audience in big fonts. Take a
look below at a video describing a specific session with GTInspector:
http://www.youtube.com/watch?v=XT081uQlqI4&list=UU5uZoiH-YS7CIQ-e-DCwMwA
(from
http://www.humane-assessment.com/blog/discover-contracts-by-visualizing-obj…
)
To get it:
Gofer new
smalltalkhubUser: 'AlainPlantec' project: 'Rubric';
package: 'Rubric';
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-PresenterNote';
load.
It's still at the beginning. Right now, it is mapped on Cmd+/.
Actually, it really is tiny. You can obtain the equivalent by doing this in
the workspace:
KMRepository reset.
KMRepository default setAsGlobalCategory: (
(KMCategory named: 'Presentation')
addKeymapEntry: (
KMKeymap
shortcut: $/ command
action: [
RubEditingArea new
beWrapped;
width: World width / 3;
updateTextWith: '';
takeKeyboardFocus;
backgroundColor: Color paleYellow;
cellInset: 50;
onAnnouncement: MorphLostFocus do: [ :ann |
ann morph delete ];
font: (LogicalFont familyName: 'Source Sans
Pro' pointSize: 20);
openCenteredInWorld.
]) )
We need to advertise Pharo, and our videos should look good. Let me know
about what other similar needs you would like to have supported.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Ok here are the things I used to have but am missin in the Glamourous
debugger
- Inspection of values (yes they are listed in the lower area) but
there can be quite a few Variables in which I may or may not be
interested.
- there is simply no workspace available in the debugger. So just
issuing a few commands simply does not do it.
- I personally find the stepping symbols to small. They are not reall
bad but kind of "strange"
Regards
Friedrich
Hello,
I write this message only to introduce myself. I am Lorenzo Baracchi and
currently I am working on my MSc thesis at the University of Lugano in
the REVEAL research group.
I might need to use MOOSE during my thesis, so I'll post any question here!
Cheers
Lorenzo
I was looking at SmaCC and noticed the latest version
on Dolphin and VW seems to support GLR parsing.
What would be needed to make that work on Pharo (3/Moose5)?
What practical consequences might I expect if we replace
a PetitParser based parser by a SmaCC one?
Stephan
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1036 by v.blonde...(a)gmail.com: Ctrl + S and Alt + S haven't the
same behaviour
http://code.google.com/p/moose-technology/issues/detail?id=1036
Describe the problem: what do you get? what do you expect?
To save the modified source code in the debugger under Pharo3.0, we can
make Ctrl + S or Alt + S.
But with the latest version of Moose5.0. Alt + S save the source and move
the stack to the saved method. Ctrl + S only save the source.
How to reproduce the problem: step by step if necessary
Open a debugger, select an other method in the stack trace, modify it.
Try to save with Ctrl + S and do it again with Alt + S.
Additional information: platform, context which may impact the problem
Windows 7 x64 and Linux Ubuntu x64
Please fill in the labels with the following information:
* Type-Defect
* Component-GTDebugger
* Milestone-5.0
--
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