[Pharo-project] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2
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.
On Fri, Jan 22, 2010 at 5:11 PM, Torsten Bergmann <astares@gmx.de> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
- 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
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.
On Sat, Jan 23, 2010 at 2:50 AM, Gary Chambers <gazzaguru2@btinternet.com>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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Gary Chambers -
Mariano Martinez Peck -
Torsten Bergmann