[BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

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

[BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

Torsten Bergmann
Things I've noticed:

- Code completion is working for me
- the intro workspace window should be smaller
- the intro workspace window should provide colors as the other two
  workspaces (maybe we can group them in a window with tree like help system)
- maybe the background should be stretched according to window size (Gary?)
- the class categories in the browser are not ordered alphabetic
- I hate the old style Squeak cursor and would rather see different
  cursors (see ConfigurationOfVistaCursors for an example)
- anything looks professional - except the old squeak icons, any
  designer around
- I was not able to compile Java and C# code with it ;)

Have fun
T.
--
Haiti-Nothilfe! Helfen Sie per SMS: Sende UIHAITI an die Nummer 81190.
Von 5 Euro je SMS (zzgl. SMS-Gebühr) gehen 4,83 Euro an UNICEF.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

Mariano Martinez Peck


On Fri, Jan 22, 2010 at 5:11 PM, Torsten Bergmann <[hidden email]> wrote:
Things I've noticed:

- Code completion is working for me

Ok, because you probably use OB
 
- the intro workspace window should be smaller

Ok, give me the size you think is perfect for you.
 
- the intro workspace window should provide colors as the other two
 workspaces (maybe we can group them in a window with tree like help system)

can you do it please and open a ticket ?
 
- maybe the background should be stretched according to window size (Gary?)
- the class categories in the browser are not ordered alphabetic

can you check how was in the previous images ? How can I order them from code ?
 
- I hate the old style Squeak cursor and would rather see different
 cursors (see ConfigurationOfVistaCursors for an example)

OK...I will see.
 
- anything looks professional - except the old squeak icons, any
 designer around

sorry...ANYTHING looks professional except the squeak icons ????  mmmmm
 
- I was not able to compile Java and C# code with it ;)


ahhahha that's a feature :)

 
Have fun
T.
--
Haiti-Nothilfe! Helfen Sie per SMS: Sende UIHAITI an die Nummer 81190.
Von 5 Euro je SMS (zzgl. SMS-Gebühr) gehen 4,83 Euro an UNICEF.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

Mariano Martinez Peck
In reply to this post by Torsten Bergmann

- I hate the old style Squeak cursor and would rather see different
 cursors (see ConfigurationOfVistaCursors for an example)

I tried. It looks nicer, but...too white. Most of the backgrounds are white or soft colors...thus, I really cannot distinguish very much the mouse...

Can I put that cursos but in black ?   If true, how ?

Thanks

Mariano


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

Gary Chambers-4
In reply to this post by Torsten Bergmann
On Fri, 2010-01-22 at 17:11 +0100, Torsten Bergmann wrote:
> Things I've noticed:
>
> - Code completion is working for me
> - the intro workspace window should be smaller
> - the intro workspace window should provide colors as the other two
>   workspaces (maybe we can group them in a window with tree like help system)
> - maybe the background should be stretched according to window size (Gary?)

A few ways of doing this, all require new code though.
Perhaps I'll refactor AlphaImageMorph to migrate most of its
capabilities to ImageFillStyle. Would be nicer than alternative of
subclassing FullscreenMorph, embedding a locked AlphaImageMorph and a
few tweaked methods before adding to the World, though would need a
modification to #extent: of PasteUpMorph to take account of the
fillstyle's needs (like it possibly should anyway for gradients, for
example).

Regards, Gary

> - the class categories in the browser are not ordered alphabetic
> - I hate the old style Squeak cursor and would rather see different
>   cursors (see ConfigurationOfVistaCursors for an example)
> - anything looks professional - except the old squeak icons, any
>   designer around
> - I was not able to compile Java and C# code with it ;)
>
> Have fun
> T.



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

Mariano Martinez Peck


On Sat, Jan 23, 2010 at 2:50 AM, Gary Chambers <[hidden email]> wrote:
On Fri, 2010-01-22 at 17:11 +0100, Torsten Bergmann wrote:
> Things I've noticed:
>
> - Code completion is working for me
> - the intro workspace window should be smaller
> - the intro workspace window should provide colors as the other two
>   workspaces (maybe we can group them in a window with tree like help system)
> - maybe the background should be stretched according to window size (Gary?)

A few ways of doing this, all require new code though.
Perhaps I'll refactor AlphaImageMorph to migrate most of its
capabilities to ImageFillStyle. Would be nicer than alternative of
subclassing FullscreenMorph, embedding a locked AlphaImageMorph and a
few tweaked methods before adding to the World, though would need a
modification to #extent: of PasteUpMorph to take account of the
fillstyle's needs (like it possibly should anyway for gradients, for
example).


That sound really cool. If you find time once to do it, please let me know :)
I like having background images but we have this problem :(
 
Regards, Gary

> - the class categories in the browser are not ordered alphabetic
> - I hate the old style Squeak cursor and would rather see different
>   cursors (see ConfigurationOfVistaCursors for an example)
> - anything looks professional - except the old squeak icons, any
>   designer around
> - I was not able to compile Java and C# code with it ;)
>
> Have fun
> T.



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project