Etoys: DrGeoII-Core-kfr.18.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys: DrGeoII-Core-kfr.18.mcz

commits-2
Karl Ramberg uploaded a new version of DrGeoII-Core to project Etoys:
http://source.squeak.org/etoys/DrGeoII-Core-kfr.18.mcz

==================== Summary ====================

Name: DrGeoII-Core-kfr.18
Author: kfr
Time: 1 September 2011, 3:16:38 pm
UUID: 9da516d3-20ca-a642-9612-b78ae8527c23
Ancestors: DrGeoII-Core-HilaireFernandes.17

http://tracker.squeakland.org/browse/SQ-910
Typos in DrGeo

=============== Diff against DrGeoII-Core-HilaireFernandes.17 ===============

Item was changed:
  ----- Method: DrGAngleCostume>>roundedValueString (in category 'as yet unclassified') -----
  roundedValueString
+ ^ mathItem degreeAngle rounded asString, '°'.!
- ^ mathItem degreeAngle rounded asString, '°'.!

Item was changed:
  ----- Method: DrGWizardMacroPlay>>firstPage (in category 'initialization') -----
  firstPage
  ^ (DrGWizardPage firstPage: 'Execute a macro-construction' translated)
  model: self;
  content: 'To execute a macro-construction,
 
   1. First select a macro-construction from the list,
   2. Select items on the figure. Only items relevant
   to the selected macro-construction are selectable.
+  Once enough items are selected, the macro is
-  Once enought items are selected, the macro is
   automaticly executed.
   To start press the ''next'' button.' translated asTextMorph lock!

Item was changed:
  ----- Method: DrGeoPresenter>>groupButtonData (in category 'UI definition') -----
  groupButtonData
  ^ {'Create Group' translated.
  #group .
  #captureSelection .
+ 'Create a selection group. To do a selection: i. set moving object mode, ii. select a zone by shift+drag over a backgroud area.' translated}!
- 'Create a selection group. To do a selection: i. set moving object mode, ii. select a zone by shift+drag over a backgroudn area.' translated}!


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: DrGeoII-Core-kfr.18.mcz

Bert Freudenberg

On 01.09.2011, at 13:16, [hidden email] wrote:

> Karl Ramberg uploaded a new version of DrGeoII-Core to project Etoys:
> http://source.squeak.org/etoys/DrGeoII-Core-kfr.18.mcz
>
> ==================== Summary ====================
>
> Name: DrGeoII-Core-kfr.18
> Author: kfr
> Time: 1 September 2011, 3:16:38 pm
> UUID: 9da516d3-20ca-a642-9612-b78ae8527c23
> Ancestors: DrGeoII-Core-HilaireFernandes.17
>
> http://tracker.squeakland.org/browse/SQ-910
> Typos in DrGeo
>
> =============== Diff against DrGeoII-Core-HilaireFernandes.17 ===============
>
> Item was changed:
>  ----- Method: DrGAngleCostume>>roundedValueString (in category 'as yet unclassified') -----
>  roundedValueString
> + ^ mathItem degreeAngle rounded asString, 'Ã∞Â∞Ã≠Â≠Ã∞Â≠Ã≠°'.!
> - ^ mathItem degreeAngle rounded asString, '°'.!

Something is wrong - just not sure if in the package or in the server code generating the diffs. Hopefully not both.

- Bert -


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: DrGeoII-Core-kfr.18.mcz

Karl Ramberg


On Thu, Sep 1, 2011 at 5:12 PM, Bert Freudenberg <[hidden email]> wrote:

On 01.09.2011, at 13:16, [hidden email] wrote:

> Karl Ramberg uploaded a new version of DrGeoII-Core to project Etoys:
> http://source.squeak.org/etoys/DrGeoII-Core-kfr.18.mcz
>
> ==================== Summary ====================
>
> Name: DrGeoII-Core-kfr.18
> Author: kfr
> Time: 1 September 2011, 3:16:38 pm
> UUID: 9da516d3-20ca-a642-9612-b78ae8527c23
> Ancestors: DrGeoII-Core-HilaireFernandes.17
>
> http://tracker.squeakland.org/browse/SQ-910
> Typos in DrGeo
>
> =============== Diff against DrGeoII-Core-HilaireFernandes.17 ===============
>
> Item was changed:
>  ----- Method: DrGAngleCostume>>roundedValueString (in category 'as yet unclassified') -----
>  roundedValueString
> +     ^ mathItem degreeAngle rounded asString, 'Ã∞Â∞Ã≠Â≠Ã∞Â≠Ã≠°'.!
> -     ^ mathItem degreeAngle rounded asString, '°'.!

Something is wrong - just not sure if in the package or in the server code generating the diffs. Hopefully not both.

- Bert -

There is a issue with this method comment... Seeing it now I remember it showing up as dirty without touching it before.
Ugh

Karl

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev