1.2 Core:
Bugs: http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2
Tests:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/lastCompletedBuild/testReport/
1.2 Full:
Bugs:
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2-DevImage
On Jan 20, 2011, at 10:41 PM, Igor Stasenko wrote:
> we're already in 1.3???
> wow... i didn't noticed..
> guys, where is official announcement of new version release? :)
no release yet... 1.2 is frozen, but Full does not even build since a week
(see https://pharo-ic.lille.inria.fr/hudson/job/P
Lumeire fulfills the specified goals: creating a world (scene) +
cameras + light sources + 3d objects.
Lumiere currently uses AlienOpenGL to comunicate with OpenGl, it could
easily use OpenGL FFI as well as the underlying glue code to the
rendering library.
So resuming:
1) Lumiere abstractions o
Hello
Why you don't publich pharo to cydia? (for jailbreaked users)
2011/1/21 John M McIntosh
> (a) sign up for Apple's SDK, to install apps on the iPhone you have to pay
> $99 per year.
>
> (b) visit squeakvm.org download the source tree
>
> (c) look for the SqueakPureObjc.xcodeproj
> compile/
(a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99
per year.
(b) visit squeakvm.org download the source tree
(c) look for the SqueakPureObjc.xcodeproj
compile/link/debug/run the iPhone app
(d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the
Comment #17 on issue 3542 by philippe...@gmail.com: Add
SmalltalkImage>>#gcBiasToGrow: and friends to core
http://code.google.com/p/pharo/issues/detail?id=3542
It should be in ConfigurationOfSeaside30 if you do #loadLatestVersion
Hi! I just gathered many of my previous experiences trying to use opengl and
uploaded it to the pharo book. It would be nice if someone could check the
info, try to add more and mainly test the tips to see if they are working.
With FFI OpenGL I'm getting an error while compiling a test method in P
Hi!
iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way
to install it?
Cheers,
Alexandre
NB: my device is non jailbreaked.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I feel that we will take the easiest way: implement a small 3d engine. This is
about 100 lines of code for something simple (what we need in fact).
Ricardo and Patricio spent several days having something that run with
AlienOpenGL, and the technical problems are numerous (Cog vs Standard, Linux,
Alexandre,
If I knew what worked, I'd be making a recommendation :) As it is, I can
perhaps help you work through the debugging process. As I said, you could
indeed be missing a needed library, there could be dependencies missing that
make a .so unable to load, a .so could be just plain broke
> Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL?
We're just looking for something that works.
Is there currently a solution to make 3d with Pharo 1.2 and that works with
windows, linux and mac?
The idea is to have a 3d version of Mondrian. No need of fancy 3d effect
> Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL?
We're just looking for something that works.
Is there currently a solution to make 3d with Pharo 1.2 and that works with
windows, linux and mac?
The idea is to have a 3d version of Mondrian. No need of fancy 3d effect
> well, if by 'crippling' you mean preventing any unwanted activity when
> headless.. then yes, i want it :)
Forgot to say, that's what I meant too. :) I should have said,
"although not enhancing system performance to the same extent."
Looks good, but instead of duplicating the documentation I would
rather just return the class comment from the help method.
Lukas
On 20 January 2011 13:09, Torsten Bergmann wrote:
> Hi Lukas,
>
> maybe that class comment docu is not that obvious and it's time to
> provide a help book.
>
> With t
>> Following the coventions your name is 'Igor' and the package is on the
>> branch 'Stasenko'. Gofer proritizes the main branch.
>
> how about retrieving the latest version regardless of branch?
> Can you provide an example how to tell Gofer to load it?
There is no such thing as the latest versio
> ohh.. well, but that is too much for a simple script.
> it would be good if image could provide something by default,
> because i don't want to repeat expressions like this in each script i
> write for running it in headless image. :)
Hm, you may have missed that the point of that was to _avoid_
we're already in 1.3???
wow... i didn't noticed..
guys, where is official announcement of new version release? :)
On 20 January 2011 22:15, Marcus Denker wrote:
> 13005
> -
>
> Issue 3560: Clean of RML
> Issue 3559: Remodularization of BalloonMorph
> --
> Marcus Denker -- http://www.
On 20 January 2011 22:05, Chris Muller wrote:
> The Ma stack does something similar, although not crippling the system
> to the same extent.
>
well, if by 'crippling' you mean preventing any unwanted activity when
headless.. then yes, i want it :)
> How do you determine you're running headless?
On 20 January 2011 21:49, Stéphane Ducasse wrote:
> there is a DummyManager to control pop up and friends.
where it located?
>
> Stef
>
> On Jan 20, 2011, at 9:39 PM, Igor Stasenko wrote:
>
>> Hello folks.
>>
>> I'd like to ask, if there any 'standartized' instruments for headless
>> images (or
13005
-
Issue 3560: Clean of RML
Issue 3559: Remodularization of BalloonMorph
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
On 20 January 2011 21:36, Lukas Renggli wrote:
>> however, if i open the MC repo browser, it clearly shows that most
>> recent version is
>> CMakeVMMaker-Igor.Stasenko.16 (at the moment of writing this message)
>
> Following the coventions your name is 'Igor' and the package is on the
> branch '
Updates:
Status: Closed
Labels: Milestone-1.3
Comment #1 on issue 3559 by marcus.d...@gmail.com: Remodularization of
BalloonMorph
http://code.google.com/p/pharo/issues/detail?id=3559
13005
Hi Lukas,
maybe that class comment docu is not that obvious and it's time to
provide a help book.
With the new help extension in Pharo 1.2 (using a pragma as
you suggested) it is now also possible to write a book
completely independent from HelpSystem (Alains wikistyle help
based on pier).
File
The Ma stack does something similar, although not crippling the system
to the same extent.
How do you determine you're running headless? I attached my
implementation of #maIsHeadless for determining whether the VM was
launched headless. Perhaps we should integrate this functionality
into Squeak
Updates:
Status: Started
Labels: -Milestone-1.3
Comment #3 on issue 3506 by marcus.d...@gmail.com: TextMorph's #autoFit:
and #wrapFlag: are confusing
http://code.google.com/p/pharo/issues/detail?id=3506
Fix in inbox
SLICE-Issue-3506-TextMorphs-autoFit-and-wrapFlag-are-confus
Hi Gary,
Indeed, this stops the debugger popping out. However, resizing is not live
(only when I mouseUp: does the scroll pane refresh). Is there a quick way to
solve this issue, or should we just go with this fix for the moment?
Cheers,
Doru
On 20 Jan 2011, at 12:43, Gary Chambers wrote:
>
Updates:
Status: Closed
Comment #3 on issue 3560 by marcus.d...@gmail.com: Clean of RML
http://code.google.com/p/pharo/issues/detail?id=3560
13005
12314
-
Issue 3560: Clean of RML
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
Comment #2 on issue 3560 by marcus.d...@gmail.com: Clean of RML
http://code.google.com/p/pharo/issues/detail?id=3560
12314
TODO: 1.3
there is a DummyManager to control pop up and friends.
Stef
On Jan 20, 2011, at 9:39 PM, Igor Stasenko wrote:
> Hello folks.
>
> I'd like to ask, if there any 'standartized' instruments for headless
> images (or alike).
>
> I need a simple things:
> - redirect all ToolSet/UIManager messages t
Hello folks.
I'd like to ask, if there any 'standartized' instruments for headless
images (or alike).
I need a simple things:
- redirect all ToolSet/UIManager messages to Transcript
- redirect Transcript logging to file or stdout
in short, these tools should serve a simple, yet important purp
> however, if i open the MC repo browser, it clearly shows that most
> recent version is
> CMakeVMMaker-Igor.Stasenko.16 (at the moment of writing this message)
Following the coventions your name is 'Igor' and the package is on the
branch 'Stasenko'. Gofer proritizes the main branch.
> Gofer ne
Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL?
IIRC, there is also a 3D project associated with NativeBoost. The latter lives
here:
http://code.google.com/p/nativeboost/
Just curious.
I was originally very disappointed that Croquet was an all-or-nothing
pr
Hello,
Gofer doesn't likes my package naming :(
When i use:
Gofer new
url: 'http://squeaksource.com/VMMaker';
package: 'CMakeVMMaker';
load.
it loads the CMakeVMMaker-EstebanLorenzano.15
however, if i open the MC repo browser, it clearly shows that most
recent version is
Updates:
Labels: Milestone-1.2 Milestone-1.3
Comment #1 on issue 3560 by marcus.d...@gmail.com: Clean of RML
http://code.google.com/p/pharo/issues/detail?id=3560
(No comment was entered for this change.)
Comment #8 on issue 1426 by dvcio...@gmail.com: Auto completion does not
complete symbols
http://code.google.com/p/pharo/issues/detail?id=1426
I can confirm this behaviour in dev 1.2rc1 12311, yet some clarification is
needed for proper functioning:
#od is taken as a literal symbol, simil
hi, im trying to work with the AlienOpenGL library, in ubuntu, but i
cant get even the test to run.
it keeps saying i dont have a basic library but i dont have a clue how
to get it.
i have been all day ready post about it and i simply cant make it.
anyone can do a stupid proof guide?
Ricardo
--
Hi Lukas!
You made good points. We will fix them.
Thanks for these feedback.
Cheers,
Alexandre
On 20 Jan 2011, at 15:14, Lukas Renggli wrote:
> Very cool.
>
> I encountered two problems when trying the ready-made image on the
> packages 'PetitParser' and 'PetitTest':
>
> 1. In Profiler>>#run
Very cool.
I encountered two problems when trying the ready-made image on the
packages 'PetitParser' and 'PetitTest':
1. In Profiler>>#runningUnitTests:atEachTestEvaluate: the message
#selector is not understood by TestSuite. It worked after I commented
"Transcript show: t selector; cr." and "(se
On 01/19/2011 11:37 PM, Norbert Hartl wrote:
On 19.01.2011, at 19:01, Dale Henrichs wrote:
I think that the a good working model is to store the
ConfigurationOfXXX in the project repository along with the
project mcz files.
When a new version is released the configuration should be copied
to
Comment #2 on issue 3527 by rpbol...@gmail.com: Please add the following
Generator code to Pharo. I need it to port a package I am writing from
Squeak to Pharo
http://code.google.com/p/pharo/issues/detail?id=3527
I thought I had attached two files. Be that as it may
I have attached the ge
Hello all,
We are happy to introduce you Hapao, an innovative test coverage tool which
gives you an intuitive graphical representation to visually assess the
quality of the coverage.
For more information and download you can visit us at:
http://hapao.dcc.uchile.cl/
Of course, all feedback is alw
Status: New
Owner:
New issue 3562 by richi.mo...@gmail.com: Deferred UI messages executed
slowly
http://code.google.com/p/pharo/issues/detail?id=3562
Pharo1.2rc1
Latest update: #12313
Processing deferred ui messages seems to be really slow. You can test it by
executing this:
| rnd |
Ok, no problem.
On Thu, Jan 20, 2011 at 1:49 PM, Marcus Denker wrote:
> can you add an entry to
> http://code.google.com/p/pharo/issues/list
>
> ?
>
> thanks,
>
> Marcus
>
> On Jan 20, 2011, at 4:55 PM, Ricardo Moran wrote:
>
> I think I found the cause of the problem: I'm updating the position
Excellent project to work on. Include PackageInfo in your scope :-)
Alexandre
On 20 Jan 2011, at 11:40, Cyrille Delaunay wrote:
> By looking a bit more at Monticello, this is how I think it works (if not
> tell me):
>
> => WorkingCopy is the first kind of objects we have. A workingCopy has
>
can you add an entry to
http://code.google.com/p/pharo/issues/list
?
thanks,
Marcus
On Jan 20, 2011, at 4:55 PM, Ricardo Moran wrote:
> I think I found the cause of the problem: I'm updating the position of each
> morph inside
Comment #4 on issue 3520 by benjamin...@gmail.com: Workspaces do not
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520
It's the same in any text zone ...
Status: Fixed
Owner: benjamin...@gmail.com
New issue 3561 by benjamin...@gmail.com: Remove everything into
PluggableShoutMorph
http://code.google.com/p/pharo/issues/detail?id=3561
Here a changeset which empties PluggableShoutMorph
Attachments:
FixPluggableShoutMorph.1.cs 1.1 KB
Status: Fixed
Owner: benjamin...@gmail.com
New issue 3560 by benjamin...@gmail.com: Clean of RML
http://code.google.com/p/pharo/issues/detail?id=3560
A new pass on RML was done.
Sources are in PharoInbox
1) - Open a Recent Messages List and directly click to change the ordering
to "by versi
I think I found the cause of the problem: I'm updating the position of each
morph inside a WorldState>>#addDeferredUIMessage:. In Pharo, this seems to
be really slow. You can test it by executing this:
| rnd |
rnd := Random new.
100 timesRepeat: [
WorldState addDeferredUIMessage: [
Morph new openI
On Jan 20, 2011, at 3:52 PM, Mariano Martinez Peck wrote:
> Hi. It would be cool if Finder could be a little similar to
> RecentMessagesList. For example, doing a double click on a Message can browse
> its implementors.
Why not, but if you want the implementors, just expand the node :) But cre
On Jan 20, 2011, at 3:41 PM, Mariano Martinez Peck wrote:
> Hi, I found a couple of problems:
>
> 1) - Open a Recent Messages List and directly click to change the ordering
> to "by version". You will get a "MessageNotUnderstood:
> TimeStamp>>isByteString"
Fixed
> 2) If we sort by date, we
Hi. It would be cool if Finder could be a little similar to
RecentMessagesList. For example, doing a double click on a Message can
browse its implementors. In addition, in RecentMessages you can also
select/unselect items. Here in Finder is not possible?
What about shortcuts? I would love to be ab
Hi, I found a couple of problems:
1) - Open a Recent Messages List and directly click to change the ordering
to "by version". You will get a "MessageNotUnderstood:
TimeStamp>>isByteString"
2) If we sort by date, we cannot see the class names. Maybe put the date and
next to it the class name . Fo
Updates:
Status: Fixed
Labels: Milestone-1.3
Comment #2 on issue 3506 by marcus.d...@gmail.com: TextMorph's #autoFit:
and #wrapFlag: are confusing
http://code.google.com/p/pharo/issues/detail?id=3506
(No comment was entered for this change.)
By looking a bit more at Monticello, this is how I think it works (if not
tell me):
=> WorkingCopy is the first kind of objects we have. A workingCopy has
informations about version, ancestors, ... (surely a lot of other things) of
a package and has a reference to a MCPackage
=> a MCPackage does n
On Jan 20, 2011, at 2:54 40PM, Alexandre Bergel wrote:
> I think you have a good point. #reset is ambiguous here.
>
> Maybe we should have two methods: #resetIndex and #resetContent
>
> Cheers,
> Alexandre
Hehe, I have a sense others must have thought the same, I missed them first
time aroun
>
> Yes that is correct.
>
> #latestVersion filters out versions with #baseline, #broken, or
> #development blessings...
>
>
If you want the really LAST version (regardless its blessing), you can use
#lastVersion instead of #latestVersion
Mariano
>
>
I think you have a good point. #reset is ambiguous here.
Maybe we should have two methods: #resetIndex and #resetContent
Cheers,
Alexandre
On 20 Jan 2011, at 10:40, Henrik Johansen wrote:
> |writeStream|
> writeStream := String new writeStream.
> writeStream nextPut: $a.
> writeStream reset.
Updates:
Status: Closed
Comment #7 on issue 1249 by marcus.d...@gmail.com: Debugger fails to launch
after stacktrace is dumped to SqueakDebug file
http://code.google.com/p/pharo/issues/detail?id=1249
i think this has been fixed. (at least I can not reproduce)
false.
PositionableStream>>#reset
"Set the receiver's position to the beginning of the sequence of objects."
position := 0
Laurent
On Thu, Jan 20, 2011 at 2:40 PM, Henrik Johansen <
henrik.s.johan...@veloxit.no> wrote:
> |writeStream|
> writeStream := String new writeStream.
> writeStream ne
Updates:
Status: Closed
Comment #2 on issue 2741 by marcus.d...@gmail.com: Linux libGLU.so.1: could
not find module vm-display-X11 yet it seems to exist
http://code.google.com/p/pharo/issues/detail?id=2741
any news on that?
Updates:
Status: Closed
Comment #1 on issue 3067 by marcus.d...@gmail.com: TextConstants used in
different ways
http://code.google.com/p/pharo/issues/detail?id=3067
this has been fixed
|writeStream|
writeStream := String new writeStream.
writeStream nextPut: $a.
writeStream reset.
writeStream isEmpty.
What would you expect?
Cheers,
Henry
Comment #16 on issue 3542 by marianopeck: Add
SmalltalkImage>>#gcBiasToGrow: and friends to core
http://code.google.com/p/pharo/issues/detail?id=3542
Name: ImageForDevelopers-pharo-MarianoMartinezPeck.247
Author: MarianoMartinezPeck
Time: 20 January 2011, 2:35:17 pm
UUID: e80d6e23-058e-4065-9
Updates:
Status: Closed
Comment #4 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe"
http://code.google.com/p/pharo/issues/detail?id=3552
12313
12313
-
Issue 3413: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson
builder
(hudson artefact, workaround for 1.2 build)
Issue 3552: Delete Package DeleteMe
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
Updates:
Status: Accepted
Labels: -Milestone-1.2
Comment #3 on issue 3413 by marcus.d...@gmail.com:
WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder
http://code.google.com/p/pharo/issues/detail?id=3413
in 1.2, 1.3 continues to have the failint test on hu
Updates:
Status: Fixed
Comment #2 on issue 3413 by marcus.d...@gmail.com:
WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder
http://code.google.com/p/pharo/issues/detail?id=3413
let's remove that test for 1.2
changeset attached.
Attachments:
weaktest.1.c
Updates:
Labels: -Milestone-1.2 Milestone-1.3
Comment #2 on issue 3544 by stephane...@gmail.com: Rename Morphic-Themes
into Themes
http://code.google.com/p/pharo/issues/detail?id=3544
yes :)
Updates:
Status: Closed
Labels: Milestone-1.3
Comment #2 on issue 3557 by marcus.d...@gmail.com: [Feature]: Setting
for "easy select" i.e. selecting in the world by dragging
http://code.google.com/p/pharo/issues/detail?id=3557
13004
Status: Fixed
Owner: benjamin...@gmail.com
New issue 3559 by benjamin...@gmail.com: Remodularization of BalloonMorph
http://code.google.com/p/pharo/issues/detail?id=3559
I have remodulate a little bit BalloonMorph to make it by default the
default color (translucent orange) stored in BalloonCo
Updates:
Status: Closed
Comment #1 on issue 3378 by marcus.d...@gmail.com: Process remove depende
to UIManager
http://code.google.com/p/pharo/issues/detail?id=3378
13004
Updates:
Status: Closed
Comment #3 on issue 3441 by marcus.d...@gmail.com: Tests for Polymorph
http://code.google.com/p/pharo/issues/detail?id=3441
13004
Updates:
Status: Closed
Comment #1 on issue 3468 by marcus.d...@gmail.com: Perform and context
frame size primitive tests
http://code.google.com/p/pharo/issues/detail?id=3468
13004
Webpage http://gaucho.inf.usi.ch/ says:
--
Gofer it
squeaksource:'Gaucho';
package:'ConfigurationOfGaucho';
load.
(Smalltalk classNamed: 'ConfigurationOfGaucho')
perform:#loadGaucho10.
-
13004
-
Issue 3558: Delete empty package ScriptLoader12.
Issue 3552: Delete Package DeleteMe
Issue 3550: MenuItemMorph>>mouseDown: has unnecessary check
Issue 3468: Perform and context frame size primitive tests
Issue 3441: Tests for Polymorph
Issue 3378: Process remove
Updates:
Status: Closed
Comment #3 on issue 3550 by marcus.d...@gmail.com:
MenuItemMorph>>mouseDown: has unnecessary check
http://code.google.com/p/pharo/issues/detail?id=3550
13004
On Jan 20, 2011, at 12:43 PM, Gary Chambers wrote:
> The attached changeset will "fix" this, though perhaps not ideal...
>
> Perhaps it is time to refactor all the Resizer stuff!
yes please for 1.3.
Stef
>
> Regards, Gary
>
>
> - Original Message - From: "Tudor Girba"
> To:
> Sent
Comment #3 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe"
http://code.google.com/p/pharo/issues/detail?id=3552
in 1.3 13004
TODO: 1.2
Updates:
Status: Closed
Comment #1 on issue 3558 by marcus.d...@gmail.com: Delete empty
package 'ScriptLoader12'.
http://code.google.com/p/pharo/issues/detail?id=3558
13004
Strange ...
For PluggableShoutMorph, all the expected behavior is now in
PluugableTextMorph, so I will try to remove everything, just to see if it works
^^ (but first let's finish the list stuff ;) )
Ben
On Jan 20, 2011, at 11:51 AM, Stéphane Ducasse wrote:
> Yes we should do that.
> let it
Comment #4 on issue 3501 by marcus.d...@gmail.com: Remove 1.1 deprecated
methods and publish them in a separate package
http://code.google.com/p/pharo/issues/detail?id=3501
Issue 2733 has been merged into this issue.
Updates:
Status: Duplicate
Mergedinto: 3501
Comment #9 on issue 2733 by marcus.d...@gmail.com: Remove deprecated
methods from 1.1 in 1.3
http://code.google.com/p/pharo/issues/detail?id=2733
(No comment was entered for this change.)
The attached changeset will "fix" this, though perhaps not ideal...
Perhaps it is time to refactor all the Resizer stuff!
Regards, Gary
- Original Message -
From: "Tudor Girba"
To:
Sent: Thursday, January 20, 2011 11:17 AM
Subject: Re: [Pharo-project] splitters in table layout
Wh
Comment #1 on issue 3544 by marcus.d...@gmail.com: Rename Morphic-Themes
into Themes
http://code.google.com/p/pharo/issues/detail?id=3544
do we do that in 1.3?
Status: Fixed
Owner: marcus.d...@gmail.com
Labels: Milestone-1.3
New issue 3558 by marcus.d...@gmail.com: Delete empty
package 'ScriptLoader12'.
http://code.google.com/p/pharo/issues/detail?id=3558
In the next postscript, do
ScriptLoader new deletePackage: 'ScriptLoader12'.
Updates:
Status: Fixed
Comment #2 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe"
http://code.google.com/p/pharo/issues/detail?id=3552
to be added to the next postscript:
ScriptLoader new deletePackage: 'DeleteMe'.
Comment #2 on issue 3556 by marcus.d...@gmail.com:
PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled:
http://code.google.com/p/pharo/issues/detail?id=3556
Can someone please attach *code* ???
What does this imply?
Cheers,
Doru
On 20 Jan 2011, at 12:09, Gary Chambers wrote:
> Missed the case where fast dragging setting is enabled
>
> Regards, Gary
>
> - Original Message - From: "Andreas Wacknitz"
> To:
> Sent: Tuesday, January 18, 2011 8:33 PM
> Subject: Re: [Pharo-pr
It's already integrated in Pharo :).
Cheers,
Doru
On 20 Jan 2011, at 12:03, Gary Chambers wrote:
> Not yet. (gmail issues) .Go ahead though if you wish.
>
> Regards, Gary
>
> - Original Message - From: "Tudor Girba"
> To:
> Sent: Tuesday, January 18, 2011 7:44 PM
> Subject: Re: [Pha
Missed the case where fast dragging setting is enabled
Regards, Gary
- Original Message -
From: "Andreas Wacknitz"
To:
Sent: Tuesday, January 18, 2011 8:33 PM
Subject: Re: [Pharo-project] splitters in table layout
Am 18.01.2011 um 20:58 schrieb Tudor Girba:
Yes, you missed a
Not yet. (gmail issues) .Go ahead though if you wish.
Regards, Gary
- Original Message -
From: "Tudor Girba"
To:
Sent: Tuesday, January 18, 2011 7:44 PM
Subject: Re: [Pharo-project] aligning morphs
Hi Gary,
Did you publish the changes to GeneralScrollPane somewhere?
Cheers,
Doru
On Jan 20, 2011, at 11:34 AM, Henrik Johansen wrote:
>
> On Jan 20, 2011, at 10:59 10AM, Stéphane Ducasse wrote:
>
>> Do we need 1252 and 1250?
>
> ? Do we need converters for both? If we want to be able to read files saved
> in either character set, then yes.
In fact I just check we already
Yes we should do that.
let it and deprecate all the methods or remove the methods if they are in the
superclass.
Ben apparently monticello is bogus and the methods we moved from *soup to soup
were removed from the class :(
Stef
On Jan 20, 2011, at 11:19 AM, Benjamin wrote:
> Yes, code depends
On Jan 20, 2011, at 10:59 10AM, Stéphane Ducasse wrote:
> Do we need 1252 and 1250?
? Do we need converters for both? If we want to be able to read files saved in
either character set, then yes.
> What is the difference? I saw 1253 is for greek
http://en.wikipedia.org/wiki/Cp1250
http://en.wi
Updates:
Status: Fixed
Labels: Milestone-1.3
Comment #2 on issue 3440 by marcus.d...@gmail.com: Cycle in Monticello
removed
http://code.google.com/p/pharo/issues/detail?id=3440
(No comment was entered for this change.)
Yes, code depends of this class, but this class inherits from
PluggableTextMorph, so we can just remove everything in it, and just keep the
name to keep the system working (and maybe move this class in the package
Deprecated)
Ben
On Jan 20, 2011, at 11:09 AM, Tudor Girba wrote:
> Yes, but I
Updates:
Status: Fixed
Labels: Milestone-1.3
Comment #2 on issue 3441 by marcus.d...@gmail.com: Tests for Polymorph
http://code.google.com/p/pharo/issues/detail?id=3441
(No comment was entered for this change.)
Updates:
Status: Closed
Comment #2 on issue 3526 by marcus.d...@gmail.com: Update bug reporting
instructions now that new issues are automatically posted to mailing list
http://code.google.com/p/pharo/issues/detail?id=3526
DONE
1 - 100 of 128 matches
Mail list logo