Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
May 2009
- 81 participants
- 1151 messages
Re: [Pharo-project] Line breaks lost when copy from clipboard on mac
by Nicolas Cellier
I have not a squeak handy, but I think there is already a method in
String for converting, not speaking of stream, so this should be easy
to solve.
2009/5/18 Adrian Lienhard <adi(a)netstyle.ch>:
> Yes, that is what I did. (In the broken version the line break
> character has value 10 (=LF) whereas in the earlier version that
> worked it had value 13 (=CR).)
>
> Adrian
>
> On May 18, 2009, at 17:30 , Nicolas Cellier wrote:
>
>> You could inspect paste string: i bet these are LF when Squeak insists
>> on having CR
>>
>> 2009/5/18 Damien Cassou <damien.cassou(a)gmail.com>:
>>> On Mon, May 18, 2009 at 3:04 PM, Adrian Lienhard <adi(a)netstyle.ch>
>>> wrote:
>>>>
>>>> When I copy text with line breaks from outside Pharo into a Pharo
>>>> workspace all line breaks are lost and replaced by a rectangle. In
>>>> version 10259 it was still working, and in version 10262 it is
>>>> broken
>>>> (I don't have images in between, but if it helps I can find out in
>>>> exactly which version the problem was introduced).
>>>>
>>>> When I inspect the pasted string, in the working version the line
>>>> break is character value 13, in the current, broken version it is
>>>> 10.
>>>>
>>>> Is this related to the Unicode changes?
>>>
>>> I have the same problem under Linux
>>>
>>> --
>>> Damien Cassou
>>> http://damiencassou.seasidehosting.st
>>>
>>> "Lambdas are relegated to relative obscurity until Java makes them
>>> popular by not having them." James Iry
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
May 18, 2009
Re: [Pharo-project] MNU Error in Class Browser (Package Browser)
by Mariano Martinez Peck
Thanks but It doesn't work for me
On Mon, May 18, 2009 at 3:13 PM, Dale Henrichs
<dale.henrichs(a)gemstone.com>wrote:
> Nicolas Cellier posted a workaround (
> http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg08727.ht…)
> The workaround is in an attachment at the very end of the message.
>
> Dale
>
> ----- "Alexandr Batalshikov" <abatalshikov(a)gmail.com> wrote:
>
> | Hello,
> | right mouse click in low frame (with code definition) of Class
> | Browser
> | raise error window "MessageNotUnderstood: OBTextSelection:" with first
> | line
> | "OBTextSelection(Object)>>doesNotUderstand: #isClassNode"
> |
> | after press "Debug" button I got another error window: "Error: Invalid
> | utf8
> | input detected".
> |
> | I use
> | pharo0.1-10309dev09.05.3.image
> | on Windows XP Russian Edition.
> |
> | / Alexander.
> |
> | _______________________________________________
> | Pharo-project mailing list
> | Pharo-project(a)lists.gforge.inria.fr
> | http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
May 18, 2009
[Pharo-project] Preferences to settings refactoring: #colorWhenPrettyPrinting case
by Alain Plantec
http://code.google.com/p/pharo/issues/detail?id=824
> colorWhenPrettyPrinting
>
> "If true, then when browseWithPrettyPrint is in effect, the pretty-printing
> will be presented in color"
>
> Action:
> Remove. In fact only clean-up because it is already removed (this
> preference has no more effect).
>
> a .cs is attached
>
> Alain
May 18, 2009
Re: [Pharo-project] MNU Error in Class Browser (Package Browser)
by Dale Henrichs
Nicolas Cellier posted a workaround (http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg08727.ht…) The workaround is in an attachment at the very end of the message.
Dale
----- "Alexandr Batalshikov" <abatalshikov(a)gmail.com> wrote:
| Hello,
| right mouse click in low frame (with code definition) of Class
| Browser
| raise error window "MessageNotUnderstood: OBTextSelection:" with first
| line
| "OBTextSelection(Object)>>doesNotUderstand: #isClassNode"
|
| after press "Debug" button I got another error window: "Error: Invalid
| utf8
| input detected".
|
| I use
| pharo0.1-10309dev09.05.3.image
| on Windows XP Russian Edition.
|
| / Alexander.
|
| _______________________________________________
| Pharo-project mailing list
| Pharo-project(a)lists.gforge.inria.fr
| http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 18, 2009
Re: [Pharo-project] Underscores in selectors
by Mariano Martinez Peck
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
> Ok, I jus tried it again, and Shout is definitely unhappy, but it seems
> to work otherswise. The walkback I saw appears to be thrown by OB on any
> right click in the code pane, not just with the workaround applied (DNU
> OBTextSelection>>isClassNode)..
>
>
Yes, but this is not due to your code. This is another bug and it is already
reported. See mailing list
> Bill
>
>
>
> ------------------------------
> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
> Martinez Peck
> *Sent:* Monday, May 18, 2009 10:27 AM
>
> *To:* Pharo-project(a)lists.gforge.inria.fr
> *Subject:* Re: [Pharo-project] Underscores in selectors
>
>
>
> 2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
>
>> Mariano,
>>
>> Toolset might not be the correct word - I was wondering whether you did
>> anything special to change browsers.
>>
>>
>
> No. I didn't change anything. I just open a new pharo image and run the
> changeset.
>
>
>> Bill
>>
>>
>>
>>
>>
>> ------------------------------
>> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
>> Martinez Peck
>> *Sent:* Monday, May 18, 2009 10:13 AM
>>
>> *To:* Pharo-project(a)lists.gforge.inria.fr
>> *Subject:* Re: [Pharo-project] Underscores in selectors
>>
>>
>>
>> 2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
>>
>>> Mariano,
>>>
>>> Are you saying that the workaround I posted works for you in Pharo? I
>>> had problems, but will try again if you got along ok. Does Shout display
>>> things correctly? Which browser/toolset are you using?
>>>
>>>
>>
>> Yes. It seems to work ok. I am using a shout workspace and OB Package
>> Browser.
>>
>> I don't know what toolset are.
>>
>>
>>> Bill
>>>
>>>
>>> ---
>>> Wilhelm K. Schwab, Ph.D.
>>> bschwab AT anest DOT ufl DOT edu
>>>
>>>
>>> ------------------------------
>>> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>>> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
>>> Martinez Peck
>>> *Sent:* Monday, May 18, 2009 10:03 AM
>>>
>>> *To:* Pharo-project(a)lists.gforge.inria.fr
>>> *Subject:* Re: [Pharo-project] Underscores in selectors
>>>
>>> Thanks Bill!!!
>>>
>>> I just have tested and seems to work ok. Tonight I will test it with
>>> Glorp.
>>>
>>> However, I wonder if this could break a lot of things. I am scared hahah.
>>>
>>>
>>> Cheers,
>>>
>>> Mariano
>>>
>>> 2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
>>>
>>>> I do not think it ever worked in Pharo. However, we might be able to
>>>> corrupt the workaround I posted into changes to Pharo's scanner and Shout
>>>> (if needed) to get it to work.
>>>>
>>>> Bill
>>>>
>>>>
>>>>
>>>> ------------------------------
>>>> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>>>> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
>>>> Martinez Peck
>>>> *Sent:* Monday, May 18, 2009 9:19 AM
>>>> *To:* Pharo-project(a)lists.gforge.inria.fr
>>>> *Subject:* Re: [Pharo-project] Underscores in selectors
>>>>
>>>> mmmm I think I am a bit dizzy with the versions. I just download
>>>> 10250 again (the one I thought worked) but, as you ask, it isn't working.
>>>> Sorry for the noise. So, this never worked on pharo? In squeak it works, so
>>>> I guess it's a pharo change in somewhere. That's why I though in new
>>>> compiler that Pharo has but squeak doesn't.
>>>>
>>>> Thanks!
>>>>
>>>> Mariano
>>>>
>>>> On Mon, May 18, 2009 at 1:13 PM, Adrian Lienhard <adi(a)netstyle.ch>wrote:
>>>>
>>>>> Mariano, are you sure underscores worked in previous versions of Pharo?
>>>>>
>>>>> Adrian
>>>>>
>>>>> On May 18, 2009, at 15:06 , Schwab,Wilhelm K wrote:
>>>>>
>>>>> > Helloa all,
>>>>> >
>>>>> > I'd really like to second Mariano's request for a work-around, and I
>>>>> > might even be able to post one shortly. I did not write it, but it
>>>>> > tweaks (at least the old) scanner to accept underscores in any but
>>>>> > the first position of a selector. That might meet Mariano's need,
>>>>> > and would cover most of mine related to RDBs as well. For external
>>>>> > interfacing, it would further be important to be able to use them in
>>>>> > class names, but nobody gave me a workaround for that :)
>>>>> >
>>>>> > One thing that I wonder about is whether Shout will adapt with the
>>>>> > change??? I will look for it and apply shortly and just see what
>>>>> > happens. If it works, I'll spread it around. I should have tried
>>>>> > it in Pharo a long time ago. I'll try to report back in an hour or
>>>>> > two.
>>>>> >
>>>>> > Bill
>>>>> >
>>>>> >
>>>>> >
>>>>> > ________________________________
>>>>> > From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>>>>> pharo-project-bounces(a)lists.gforge.inria.fr
>>>>> > ] On Behalf Of Mariano Martinez Peck
>>>>> > Sent: Monday, May 18, 2009 7:58 AM
>>>>> > To: Pharo Development
>>>>> > Subject: [Pharo-project] Underscores in selectors
>>>>> >
>>>>> > Hi folks! I am trying to make Glorp work on Pharo but I am having
>>>>> > problems with '_' in selectors.
>>>>> >
>>>>> > The standard of tables with databases involve _ when having more
>>>>> > than a word. Example TB_BANK_ACCOUNT.
>>>>> >
>>>>> > Glorp needs a method like this: tableForTB_BANK_ACCOUNT
>>>>> >
>>>>> > In pharo 250 it works, but in latests Pharo releases this doesn't
>>>>> > work. I know Stef said it could be for 1.1 but I need to ask: is
>>>>> > there a workaround a hack or a quick fix so that I can progress with
>>>>> > the port of GLORP ? can this have to be with new compiler ?
>>>>> >
>>>>> > Thanks
>>>>> >
>>>>> > Mariano
>>>>> > _______________________________________________
>>>>> > Pharo-project mailing list
>>>>> > Pharo-project(a)lists.gforge.inria.fr
>>>>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Pharo-project mailing list
>>>>> Pharo-project(a)lists.gforge.inria.fr
>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project(a)lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
May 18, 2009
Re: [Pharo-project] Underscores in selectors
by Schwab,Wilhelm K
Ok, I jus tried it again, and Shout is definitely unhappy, but it seems to work otherswise. The walkback I saw appears to be thrown by OB on any right click in the code pane, not just with the workaround applied (DNU OBTextSelection>>isClassNode)..
Bill
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 10:27 AM
To: Pharo-project(a)lists.gforge.inria.fr
Subject: Re: [Pharo-project] Underscores in selectors
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>
Mariano,
Toolset might not be the correct word - I was wondering whether you did anything special to change browsers.
No. I didn't change anything. I just open a new pharo image and run the changeset.
Bill
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 10:13 AM
To: Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
Subject: Re: [Pharo-project] Underscores in selectors
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>
Mariano,
Are you saying that the workaround I posted works for you in Pharo? I had problems, but will try again if you got along ok. Does Shout display things correctly? Which browser/toolset are you using?
Yes. It seems to work ok. I am using a shout workspace and OB Package Browser.
I don't know what toolset are.
Bill
---
Wilhelm K. Schwab, Ph.D.
bschwab AT anest DOT ufl DOT edu
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 10:03 AM
To: Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
Subject: Re: [Pharo-project] Underscores in selectors
Thanks Bill!!!
I just have tested and seems to work ok. Tonight I will test it with Glorp.
However, I wonder if this could break a lot of things. I am scared hahah.
Cheers,
Mariano
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>
I do not think it ever worked in Pharo. However, we might be able to corrupt the workaround I posted into changes to Pharo's scanner and Shout (if needed) to get it to work.
Bill
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 9:19 AM
To: Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
Subject: Re: [Pharo-project] Underscores in selectors
mmmm I think I am a bit dizzy with the versions. I just download 10250 again (the one I thought worked) but, as you ask, it isn't working. Sorry for the noise. So, this never worked on pharo? In squeak it works, so I guess it's a pharo change in somewhere. That's why I though in new compiler that Pharo has but squeak doesn't.
Thanks!
Mariano
On Mon, May 18, 2009 at 1:13 PM, Adrian Lienhard <adi(a)netstyle.ch> wrote:
Mariano, are you sure underscores worked in previous versions of Pharo?
Adrian
On May 18, 2009, at 15:06 , Schwab,Wilhelm K wrote:
> Helloa all,
>
> I'd really like to second Mariano's request for a work-around, and I
> might even be able to post one shortly. I did not write it, but it
> tweaks (at least the old) scanner to accept underscores in any but
> the first position of a selector. That might meet Mariano's need,
> and would cover most of mine related to RDBs as well. For external
> interfacing, it would further be important to be able to use them in
> class names, but nobody gave me a workaround for that :)
>
> One thing that I wonder about is whether Shout will adapt with the
> change??? I will look for it and apply shortly and just see what
> happens. If it works, I'll spread it around. I should have tried
> it in Pharo a long time ago. I'll try to report back in an hour or
> two.
>
> Bill
>
>
>
> ________________________________
> From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>
> ] On Behalf Of Mariano Martinez Peck
> Sent: Monday, May 18, 2009 7:58 AM
> To: Pharo Development
> Subject: [Pharo-project] Underscores in selectors
>
> Hi folks! I am trying to make Glorp work on Pharo but I am having
> problems with '_' in selectors.
>
> The standard of tables with databases involve _ when having more
> than a word. Example TB_BANK_ACCOUNT.
>
> Glorp needs a method like this: tableForTB_BANK_ACCOUNT
>
> In pharo 250 it works, but in latests Pharo releases this doesn't
> work. I know Stef said it could be for 1.1 but I need to ask: is
> there a workaround a hack or a quick fix so that I can progress with
> the port of GLORP ? can this have to be with new compiler ?
>
> Thanks
>
> Mariano
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 18, 2009
Re: [Pharo-project] Line breaks lost when copy from clipboard on mac
by Adrian Lienhard
Yes, that is what I did. (In the broken version the line break
character has value 10 (=LF) whereas in the earlier version that
worked it had value 13 (=CR).)
Adrian
On May 18, 2009, at 17:30 , Nicolas Cellier wrote:
> You could inspect paste string: i bet these are LF when Squeak insists
> on having CR
>
> 2009/5/18 Damien Cassou <damien.cassou(a)gmail.com>:
>> On Mon, May 18, 2009 at 3:04 PM, Adrian Lienhard <adi(a)netstyle.ch>
>> wrote:
>>>
>>> When I copy text with line breaks from outside Pharo into a Pharo
>>> workspace all line breaks are lost and replaced by a rectangle. In
>>> version 10259 it was still working, and in version 10262 it is
>>> broken
>>> (I don't have images in between, but if it helps I can find out in
>>> exactly which version the problem was introduced).
>>>
>>> When I inspect the pasted string, in the working version the line
>>> break is character value 13, in the current, broken version it is
>>> 10.
>>>
>>> Is this related to the Unicode changes?
>>
>> I have the same problem under Linux
>>
>> --
>> Damien Cassou
>> http://damiencassou.seasidehosting.st
>>
>> "Lambdas are relegated to relative obscurity until Java makes them
>> popular by not having them." James Iry
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 18, 2009
Re: [Pharo-project] Line breaks lost when copy from clipboard on mac
by Nicolas Cellier
You could inspect paste string: i bet these are LF when Squeak insists
on having CR
2009/5/18 Damien Cassou <damien.cassou(a)gmail.com>:
> On Mon, May 18, 2009 at 3:04 PM, Adrian Lienhard <adi(a)netstyle.ch> wrote:
>>
>> When I copy text with line breaks from outside Pharo into a Pharo
>> workspace all line breaks are lost and replaced by a rectangle. In
>> version 10259 it was still working, and in version 10262 it is broken
>> (I don't have images in between, but if it helps I can find out in
>> exactly which version the problem was introduced).
>>
>> When I inspect the pasted string, in the working version the line
>> break is character value 13, in the current, broken version it is 10.
>>
>> Is this related to the Unicode changes?
>
> I have the same problem under Linux
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
May 18, 2009
Re: [Pharo-project] Underscores in selectors
by Mariano Martinez Peck
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
> Mariano,
>
> Toolset might not be the correct word - I was wondering whether you did
> anything special to change browsers.
>
>
No. I didn't change anything. I just open a new pharo image and run the
changeset.
> Bill
>
>
>
>
>
> ------------------------------
> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
> Martinez Peck
> *Sent:* Monday, May 18, 2009 10:13 AM
>
> *To:* Pharo-project(a)lists.gforge.inria.fr
> *Subject:* Re: [Pharo-project] Underscores in selectors
>
>
>
> 2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
>
>> Mariano,
>>
>> Are you saying that the workaround I posted works for you in Pharo? I had
>> problems, but will try again if you got along ok. Does Shout display things
>> correctly? Which browser/toolset are you using?
>>
>>
>
> Yes. It seems to work ok. I am using a shout workspace and OB Package
> Browser.
>
> I don't know what toolset are.
>
>
>> Bill
>>
>>
>> ---
>> Wilhelm K. Schwab, Ph.D.
>> bschwab AT anest DOT ufl DOT edu
>>
>>
>> ------------------------------
>> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
>> Martinez Peck
>> *Sent:* Monday, May 18, 2009 10:03 AM
>>
>> *To:* Pharo-project(a)lists.gforge.inria.fr
>> *Subject:* Re: [Pharo-project] Underscores in selectors
>>
>> Thanks Bill!!!
>>
>> I just have tested and seems to work ok. Tonight I will test it with
>> Glorp.
>>
>> However, I wonder if this could break a lot of things. I am scared hahah.
>>
>> Cheers,
>>
>> Mariano
>>
>> 2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu>
>>
>>> I do not think it ever worked in Pharo. However, we might be able to
>>> corrupt the workaround I posted into changes to Pharo's scanner and Shout
>>> (if needed) to get it to work.
>>>
>>> Bill
>>>
>>>
>>>
>>> ------------------------------
>>> *From:* pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>>> pharo-project-bounces(a)lists.gforge.inria.fr] *On Behalf Of *Mariano
>>> Martinez Peck
>>> *Sent:* Monday, May 18, 2009 9:19 AM
>>> *To:* Pharo-project(a)lists.gforge.inria.fr
>>> *Subject:* Re: [Pharo-project] Underscores in selectors
>>>
>>> mmmm I think I am a bit dizzy with the versions. I just download 10250
>>> again (the one I thought worked) but, as you ask, it isn't working. Sorry
>>> for the noise. So, this never worked on pharo? In squeak it works, so I
>>> guess it's a pharo change in somewhere. That's why I though in new compiler
>>> that Pharo has but squeak doesn't.
>>>
>>> Thanks!
>>>
>>> Mariano
>>>
>>> On Mon, May 18, 2009 at 1:13 PM, Adrian Lienhard <adi(a)netstyle.ch>wrote:
>>>
>>>> Mariano, are you sure underscores worked in previous versions of Pharo?
>>>>
>>>> Adrian
>>>>
>>>> On May 18, 2009, at 15:06 , Schwab,Wilhelm K wrote:
>>>>
>>>> > Helloa all,
>>>> >
>>>> > I'd really like to second Mariano's request for a work-around, and I
>>>> > might even be able to post one shortly. I did not write it, but it
>>>> > tweaks (at least the old) scanner to accept underscores in any but
>>>> > the first position of a selector. That might meet Mariano's need,
>>>> > and would cover most of mine related to RDBs as well. For external
>>>> > interfacing, it would further be important to be able to use them in
>>>> > class names, but nobody gave me a workaround for that :)
>>>> >
>>>> > One thing that I wonder about is whether Shout will adapt with the
>>>> > change??? I will look for it and apply shortly and just see what
>>>> > happens. If it works, I'll spread it around. I should have tried
>>>> > it in Pharo a long time ago. I'll try to report back in an hour or
>>>> > two.
>>>> >
>>>> > Bill
>>>> >
>>>> >
>>>> >
>>>> > ________________________________
>>>> > From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:
>>>> pharo-project-bounces(a)lists.gforge.inria.fr
>>>> > ] On Behalf Of Mariano Martinez Peck
>>>> > Sent: Monday, May 18, 2009 7:58 AM
>>>> > To: Pharo Development
>>>> > Subject: [Pharo-project] Underscores in selectors
>>>> >
>>>> > Hi folks! I am trying to make Glorp work on Pharo but I am having
>>>> > problems with '_' in selectors.
>>>> >
>>>> > The standard of tables with databases involve _ when having more
>>>> > than a word. Example TB_BANK_ACCOUNT.
>>>> >
>>>> > Glorp needs a method like this: tableForTB_BANK_ACCOUNT
>>>> >
>>>> > In pharo 250 it works, but in latests Pharo releases this doesn't
>>>> > work. I know Stef said it could be for 1.1 but I need to ask: is
>>>> > there a workaround a hack or a quick fix so that I can progress with
>>>> > the port of GLORP ? can this have to be with new compiler ?
>>>> >
>>>> > Thanks
>>>> >
>>>> > Mariano
>>>> > _______________________________________________
>>>> > Pharo-project mailing list
>>>> > Pharo-project(a)lists.gforge.inria.fr
>>>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project(a)lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project(a)lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
May 18, 2009
Re: [Pharo-project] Underscores in selectors
by Schwab,Wilhelm K
Mariano,
Toolset might not be the correct word - I was wondering whether you did anything special to change browsers.
Bill
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 10:13 AM
To: Pharo-project(a)lists.gforge.inria.fr
Subject: Re: [Pharo-project] Underscores in selectors
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>
Mariano,
Are you saying that the workaround I posted works for you in Pharo? I had problems, but will try again if you got along ok. Does Shout display things correctly? Which browser/toolset are you using?
Yes. It seems to work ok. I am using a shout workspace and OB Package Browser.
I don't know what toolset are.
Bill
---
Wilhelm K. Schwab, Ph.D.
bschwab AT anest DOT ufl DOT edu
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 10:03 AM
To: Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
Subject: Re: [Pharo-project] Underscores in selectors
Thanks Bill!!!
I just have tested and seems to work ok. Tonight I will test it with Glorp.
However, I wonder if this could break a lot of things. I am scared hahah.
Cheers,
Mariano
2009/5/18 Schwab,Wilhelm K <bschwab(a)anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>
I do not think it ever worked in Pharo. However, we might be able to corrupt the workaround I posted into changes to Pharo's scanner and Shout (if needed) to get it to work.
Bill
________________________________
From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Mariano Martinez Peck
Sent: Monday, May 18, 2009 9:19 AM
To: Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
Subject: Re: [Pharo-project] Underscores in selectors
mmmm I think I am a bit dizzy with the versions. I just download 10250 again (the one I thought worked) but, as you ask, it isn't working. Sorry for the noise. So, this never worked on pharo? In squeak it works, so I guess it's a pharo change in somewhere. That's why I though in new compiler that Pharo has but squeak doesn't.
Thanks!
Mariano
On Mon, May 18, 2009 at 1:13 PM, Adrian Lienhard <adi(a)netstyle.ch> wrote:
Mariano, are you sure underscores worked in previous versions of Pharo?
Adrian
On May 18, 2009, at 15:06 , Schwab,Wilhelm K wrote:
> Helloa all,
>
> I'd really like to second Mariano's request for a work-around, and I
> might even be able to post one shortly. I did not write it, but it
> tweaks (at least the old) scanner to accept underscores in any but
> the first position of a selector. That might meet Mariano's need,
> and would cover most of mine related to RDBs as well. For external
> interfacing, it would further be important to be able to use them in
> class names, but nobody gave me a workaround for that :)
>
> One thing that I wonder about is whether Shout will adapt with the
> change??? I will look for it and apply shortly and just see what
> happens. If it works, I'll spread it around. I should have tried
> it in Pharo a long time ago. I'll try to report back in an hour or
> two.
>
> Bill
>
>
>
> ________________________________
> From: pharo-project-bounces(a)lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>
> ] On Behalf Of Mariano Martinez Peck
> Sent: Monday, May 18, 2009 7:58 AM
> To: Pharo Development
> Subject: [Pharo-project] Underscores in selectors
>
> Hi folks! I am trying to make Glorp work on Pharo but I am having
> problems with '_' in selectors.
>
> The standard of tables with databases involve _ when having more
> than a word. Example TB_BANK_ACCOUNT.
>
> Glorp needs a method like this: tableForTB_BANK_ACCOUNT
>
> In pharo 250 it works, but in latests Pharo releases this doesn't
> work. I know Stef said it could be for 1.1 but I need to ask: is
> there a workaround a hack or a quick fix so that I can progress with
> the port of GLORP ? can this have to be with new compiler ?
>
> Thanks
>
> Mariano
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project(a)lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
May 18, 2009