Re: [Pharo-project] doc on ob requests and commands

2011-01-24 Thread Lukas Renggli
platforms active at the same time and they can even change over the lifetime of a single browser window. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] default styler is shout

2011-01-24 Thread Lukas Renggli
Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- www.tudorgirba.com In a world where everything is moving ever faster, one might have better chances to win by moving slower. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] What about a little rename in MouseEvent?

2011-01-24 Thread Lukas Renggli
are not that far from colors, but at least they have a logical order. I don't like #select, #menu, #extra because I does not make sense in any other context (for example games, or touch applications) than a traditional GUI. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] default styler is shout

2011-01-24 Thread Lukas Renggli
...@free.fr wrote: Hi Lukas, When you say previously do you mean with ParagraphEditor or with previous version of Editor/TextEditor/SmalltalkEditor ? Cheers Alain Le 24/01/2011 16:46, Lukas Renggli a écrit : Just as an additional comment (don't know if this is related or not): For OB I

Re: [Pharo-project] doc on ob requests and commands

2011-01-24 Thread Lukas Renggli
...@gmail.com wrote: Hi Lukas, On 24 Jan 2011, at 15:57, Lukas Renggli wrote: My main current question is what are the reasons for OBInteractionRequest to subclass Notification? To be able to perform user interactions anywhere without having a global OBPlatform instance, and without having

Re: [Pharo-project] Gofer issue

2011-01-24 Thread Lukas Renggli
support: Package = PackageName { . Branch } - Author { . Branch } . Version However, that doesn't change that $. and $- cannot be part of the PackageName or Author. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-24 Thread Lukas Renggli
However, that doesn't change  that $. and $- cannot be part of the PackageName or Author. Just $., forget what I said about $-. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-24 Thread Lukas Renggli
Then an quick/easy fix is to filter out $. from the FullName prompt in the image. That was one of my first changes to Pharo 0.0001. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-24 Thread Lukas Renggli
On 24 January 2011 14:31, Miguel Cobá miguel.c...@gmail.com wrote: Current Pharo accepts $. as part of the full name. Then it is broken. Lukas El lun, 24-01-2011 a las 14:22 -0800, Lukas Renggli escribió: Then an quick/easy fix is to filter out $. from the FullName prompt in the image

Re: [Pharo-project] Gofer issue

2011-01-24 Thread Lukas Renggli
or more of whatever is enclosed. Whenever a new branch is started its id resets to 1. The ancestry information does not need to be tracked in the name, it is luckily already contained in the meta-information. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] doc on ob requests and commands

2011-01-23 Thread Lukas Renggli
interact with the user and for example request additional information is through OBInteractionRequests that might be triggered at any point. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] OB failing tests in Pharo 1.2

2011-01-21 Thread Lukas Renggli
has to be completely rewritten on top of the new infrastructure to get a browser that properly works. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] OB failing tests in Pharo 1.2

2011-01-21 Thread Lukas Renggli
to the new infrastructure. Some time ago I started to reimplement the OB editor on top of the new editor, but that is just the first day of work of the estimated week: source.lukas-renggli.ch/pharo12. Lukas Cheers, Doru On 21 Jan 2011, at 15:43, Lukas Renggli wrote: Hi Lukas. I was checking

Re: [Pharo-project] Hapao for Test coverage!

2011-01-20 Thread Lukas Renggli
at: http://hapao.dcc.uchile.cl/ Of course, all feedback is always welcome :) Have fun! The Hapao Team. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
that Gofer simply don't reusing the MC package enumeration logic.. or maybe it does.. but obviously doing it wrong :) Please study the documentation in the class comment of Gofer. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
of the package 'VMMaker-oscog' in http://squeaksource.com/VMMaker: 'VMMaker-oscog-Igor.Stasenko.43' and 'VMMaker-oscog-Igor.Stasenko.38'. Looks as expected. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
://www.gmx.net/de/go/freephone -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Pharo Refactoring Tool

2011-01-19 Thread Lukas Renggli
. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] SUNit

2011-01-12 Thread Lukas Renggli
it would be worth we add such a feature ?  I volunteer to get it done! tia! - Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] SUNit

2011-01-12 Thread Lukas Renggli
^ singletonCache at: aTestCase class ifAbsentPut: [ aTestCase buildSingleton ] If you want to see an example of this pattern have a look at the tests of PetitParser. PPCompositeParserTest (and its subclasses) and PPParserResource do exactly follow that pattern. Lukas -- Lukas Renggli www.lukas

Re: [Pharo-project] SUNit

2011-01-12 Thread Lukas Renggli
before running the test suite. Did you try and understood my code example? Maybe you want to replace the CommunicationManager with a Mock? Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Why Sets need to be rehashed when loading them from an ImageSegment?

2011-01-10 Thread Lukas Renggli
when they come back from an ImageSegment? Thanks in advance, Mariano -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Gofer problem installing packages with the same name

2011-01-09 Thread Lukas Renggli
: +54 (0221) 421-1799. Internal: 422 Fax: 425-7980 or 421-1799. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] announcements and weak references

2011-01-07 Thread Lukas Renggli
As far as I remember my announcement implementation uses ActionSequence to represent the actions of an event. You just have to replace these with WeakActionSequence to get the desired behavior. Lukas -- Lukas Renggli (mobile) www.lukas-renggli.ch On 07.01.2011, at 08:10, Tudor Girba tudor.gi

Re: [Pharo-project] announcements and weak references

2011-01-06 Thread Lukas Renggli
to 0 or nil (i don't remember). Lukas Cheers, Doru -- www.tudorgirba.com We cannot reach the flow of things unless we let go. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] source.lukas-renggli.ch is down

2011-01-02 Thread Lukas Renggli
De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] An intuitive (or screwed) #copyFrom:

2011-01-02 Thread Lukas Renggli
: For the future, I think that the functionality of #copyFrom:to: should be provided by #at: using an interval/collection as argument (something that is pretty common in about any modern programming language). For now #copyFrom:to: is part of ANSI and should not be touched. Lukas -- Lukas Renggli www.lukas

Re: [Pharo-project] An intuitive (or screwed) #copyFrom:

2011-01-01 Thread Lukas Renggli
be a better name        copyFromObject: then        on StringcopyFrom: ? Even if I would prefer (but it sucks) StringcopyFromIndex:  but this is more coherent with copyFrom: index to: another Stef -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] source.lukas-renggli.ch is down

2010-12-28 Thread Lukas Renggli
On 28 December 2010 18:46, laurent laffont laurent.laff...@gmail.com wrote: So  ConfigurationOfPharo / ConfigurationOfOmniBrowser fail :( Please check http://forum.world.st/source-lukas-renggli-ch-offline-td3164863.html. Everything has moved successfully, but it will take another couple

Re: [Pharo-project] marketing or not?

2010-12-23 Thread Lukas Renggli
spot for me. Is there anyone out there working on this sort of project? Flash: http://blogs.inextenso.com/seaside/blog/learning/795d945e-d6cf-11db-ace5-000d935fad1c Javascript: http://clamato.net/ Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] marketing or not?

2010-12-22 Thread Lukas Renggli
Looks cool, except that they have to restart the server after a code-change :-) Lukas On 23 December 2010 08:32, Stéphane Ducasse stephane.duca...@inria.fr wrote: http://www.Ajax.org -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] [Pharo-users] serial driver

2010-12-19 Thread Lukas Renggli
, Annick Fron i...@afceurope.com wrote: Hi; Is there a serial driver for linux in Pharo ? Annick Fron -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] [Progress Report] Zinc HTTP Components

2010-12-15 Thread Lukas Renggli
://homepage.mac.com/svc/Zinc-HTTP-Components/getting-started.html Sven -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] TextLint question

2010-12-15 Thread Lukas Renggli
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel  http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Loading *some of* a MC snapshot into the image

2010-12-12 Thread Lukas Renggli
a chance to fix the problem on the fly. Of course, there are quite a few changes I'd like to rescue in that snapshot. Please don't tell me I have to copy-paste them all… -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet -- Lukas Renggli www.lukas

Re: [Pharo-project] Is executing a file platform dependent?

2010-12-12 Thread Lukas Renggli
-- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] About using pragma for help like in setting

2010-12-11 Thread Lukas Renggli
comment. In fact, I haven't seen a single non-core package providing help pages. On contrary, there are many packages providing settings. This does not introduce any dependencies. Maybe this is a hint? Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] About using pragma for help like in setting

2010-12-11 Thread Lukas Renggli
documentation accessible. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] About using pragma for help like in setting

2010-12-11 Thread Lukas Renggli
; but sometimes you want to present an overal picture or nicely aggreate method and class comments. This is not currently possible without pain. I think, the fact that there is no single external package with help system documentation proves this, no? Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-10 Thread Lukas Renggli
it be helpful if I rename current TextEditor as TextEditor2, (give me another name please ...), current SmalltalkEditor as SmalltalkEditor2 and reintroduce the previous implementation for TextEditor and SmalltalkEditor ? Cheers Alain Le 10/12/2010 00:32, Lukas Renggli a écrit : I said

Re: [Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Lukas Renggli
 -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Lukas Renggli
Perfect. The lag is no problem, even desired. Lukas On 9 December 2010 15:27, Marcus Denker marcus.den...@inria.fr wrote: On Dec 9, 2010, at 3:21 PM, Lukas Renggli wrote: Cool, is there also a fixed URL that I can refer to? Sometime like we previously had for stable versions? Yes

[Pharo-project] System Change Notification Broken

2010-12-09 Thread Lukas Renggli
I wanted to draw the attention to http://code.google.com/p/pharo/issues/detail?id=3396 The system change notification service is kind of critical for everything. Any idea why it doesn't work anymore in the latest system? Lukas -- Lukas Renggli www.lukas-renggli.ch

[Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
is very hard to get working. The idea of making completion part of the ToolSet doesn't help at all, the patch now just moved from Morphic to the StandardToolSet class. I am frustrated and give up, I revert back to Pharo 1.1. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
a setting for using ECompletion instead of OCompletion (and not just as a fallback mechanism), ECompletion is also working with the new editors. I looked at the OCompletion changes and tried to merge them into eCompletion, but as Francisco says it is only kinda working. Lukas -- Lukas Renggli

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
. Like this both frameworks can coexist for a while making it much easier to migrate the code. The current situation comes from the fact that some existing classes changed their class layout and API completely making migration really difficult. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] [Progress Report] Zinc HTTP Components

2010-12-08 Thread Lukas Renggli
mean external dependencies that would most probably conflict with the first goal. But I am not against portability (most of the code except for some obvious missing crypto stuff still runs on Squeak as well). We can always try to find a solution. Regards, Sven -- Lukas Renggli

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-08 Thread Lukas Renggli
bug fixes. Except for the packaging (which is identical to VisualWorks), it should be the same as the code in Pharo. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-08 Thread Lukas Renggli
= aStream size, etc. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Fwd: [Vm-dev] Image freeze because handleTimerEvent and Seaside process gone?!

2010-12-07 Thread Lukas Renggli
removeSelector: #bitXor:! LargePositiveInteger removeSelector: #'~='! Why would one want to remove these primitive calls from large integers? AFAIK, Cog needs those. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] 'stash' a Smalltalk shell or what happens when you let your mind wander in the shower....

2010-12-07 Thread Lukas Renggli
development in Smalltalk... Anyway that about covers todays ideas from the shower... Dale -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] ProcessWrapper

2010-12-04 Thread Lukas Renggli
in advance, Facu -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] quick question about refactoring scope

2010-12-04 Thread Lukas Renggli
includes the contained traits on the new browser, if someone want it i could publish it to monticello -- View this message in context: http://forum.world.st/quick-question-about-refactoring-scope-tp3072683p3072683.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. -- Lukas

Re: [Pharo-project] Pharo list of ongoing or soon starting projects needing some help

2010-12-04 Thread Lukas Renggli
the infrastructure of Pharo really better. The idea is also to give you a better view of the work we want to structure. We can use this list to discuss during the IRC meeting. let me know what you think http://code.google.com/p/pharo/wiki/Projects Stef -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Pharo list of ongoing or soon starting projects needing some help

2010-12-04 Thread Lukas Renggli
. The idea is also to give you a better view of the work we want to structure. We can use this list to discuss during the IRC meeting. let me know what you think http://code.google.com/p/pharo/wiki/Projects Stef -- Lukas Renggli www.lukas-renggli.ch -- Lukas Renggli www.lukas

Re: [Pharo-project] quick question about refactoring scope

2010-12-04 Thread Lukas Renggli
the Pharo Smalltalk mailing list archive at Nabble.com. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] pier image is stuck

2010-12-02 Thread Lukas Renggli
it back up? -- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Little improvement for OB?

2010-11-26 Thread Lukas Renggli
doesn't appears and that directly seach the senders Hopefully, this is a simple check for the size of a collection in somewhere. And of course, it will affect not only senders by implementors, etc.. :) Cheers Mariano -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] RBScanner#initializeClassificationTable

2010-11-26 Thread Lukas Renggli
) by default. In Pharo 1.2 we hopefully remove the option (underscore assignments) to get rid of them for all and forever. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] RBScanner#initializeClassificationTable

2010-11-26 Thread Lukas Renggli
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl -- Lukas Renggli www.lukas-renggli.ch

[Pharo-project] Issue 3291 in pharo: Missing text field with completion

2010-11-25 Thread Lukas Renggli
];        iconBlock: [ :class | class browserIcon ];        signal Lukas -- Lukas Renggli www.lukas-renggli.ch -- Lukas Renggli www.lukas-renggli.ch attachment: Screen shot 2010-11-25 at 07.55.41 .png

Re: [Pharo-project] Question about MethodContext, tempNames and GC

2010-11-25 Thread Lukas Renggli
the arguments of a method of a sender. Go to the Process Browser and click on 'start CPUWatcher'. It kind of does that. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] [squeak-dev] [ANN] Exif

2010-11-25 Thread Lukas Renggli
with this software that you have backed up before. I refuse any responsibility for any data lost while using this software. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Issue 3291 in pharo: Missing text field with completion

2010-11-25 Thread Lukas Renggli
sorry but why much better? OBCompletionRequest is a dialog. What I propose is to enrich PluggableTextFieldMorph Ahh, ok. I had the impression you somehow integrated eCompletion into text fields. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] RBScanner#initializeClassificationTable

2010-11-25 Thread Lukas Renggli
-- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] RBScanner#initializeClassificationTable

2010-11-25 Thread Lukas Renggli
The setting is Compiler Allow underscore as assignment. Lukas On 25 November 2010 17:42, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Nov 25, 2010, at 9:36 PM, Lukas Renggli wrote: That's fair, because you can't use underscores in selectors in Pharo. Strange because I was sure

Re: [Pharo-project] Issue 3291 in pharo: Missing text field with completion

2010-11-24 Thread Lukas Renggli
Why two lists when one list is enough? http://www.lukas-renggli.ch/blog/ob-completion-dialog Lukas On 24 November 2010 19:08, Alain Plantec alain.plan...@free.fr wrote: Dear list, I'm not should it's enough clear so a screenshot is attached. Cheers Alain -- Lukas Renggli www.lukas

Re: [Pharo-project] [squeak-dev] New macintosh vm builder maintainer: Esteban Lorenzano

2010-11-21 Thread Lukas Renggli
Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com === -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] smalltalk: breaking out of a loop..

2010-11-13 Thread Lukas Renggli
] -- Marcus Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Pharo sprint starting now

2010-11-11 Thread Lukas Renggli
please Cheers, Alexandre -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Weird OB accept behavior

2010-11-10 Thread Lukas Renggli
(1) select #plotFrom:to:using:keepGoing:plots: and accept the code; no errors are reported; fair enough (or is it?). The editor does not trigger the accept event if the text is not dirty. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Weird OB accept behavior

2010-11-10 Thread Lukas Renggli
should be removed. Bill From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Lukas Renggli [reng...@gmail.com] Sent: Wednesday, November 10, 2010 1:51 PM To: Pharo-project

Re: [Pharo-project] about tracker activities

2010-11-09 Thread Lukas Renggli
-- Best regards, Igor Stasenko AKA sig. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] how to change background in Pharo to plain white?

2010-11-08 Thread Lukas Renggli
, and would like to have a plain white background instead of the 'Pharo' logo.  I've tried setting : System-Settings-Appearance-Desktop-color to white, but it didn't have the effect I wanted. Any ideas? Many thanks in advance, Sheridan -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] learning rewrite rules

2010-11-04 Thread Lukas Renggli
...@inria.fr wrote: lukas I would love to have a chapter on Rules. I have a starter that I wrote long time ago for the squeak french book but it would be cool if you could add to it. Stef On Nov 4, 2010, at 12:55 AM, Lukas Renggli wrote: If I try to match it like:  '`...@browser showOn

Re: [Pharo-project] learning rewrite rules

2010-11-04 Thread Lukas Renggli
that I wrote long time ago for the squeak french book but it would be cool if you could add to it. Stef On Nov 4, 2010, at 12:55 AM, Lukas Renggli wrote: If I try to match it like:  '`...@browser showOn: `...@target; from: `...@origin; using: [ `...@browser `...@.statements]' The match

Re: [Pharo-project] learning rewrite rules

2010-11-04 Thread Lukas Renggli
-- Lukas Renggli www.lukas-renggli.ch -- Lukas Renggli www.lukas-renggli.ch -- Lukas Renggli www.lukas-renggli.ch -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] learning rewrite rules

2010-11-04 Thread Lukas Renggli
-checking-paper.tex Lint.tex  RewriteRules git push Everything up-to-date  RewriteRules Stef On Nov 4, 2010, at 1:45 PM, Lukas Renggli wrote: I don't see any french text. Just a PDF of a blog article I wrote, the LaTeX source of the program-checking paper, and an empty LaTeX template

Re: [Pharo-project] learning rewrite rules

2010-11-04 Thread Lukas Renggli
://scg.unibe.ch/archive/phd/renggli-phd.pdf): 4.1.1 Tree Pattern Matching. It is a bit dense and doesn't explain everything, but the basic matching is described and was successfully tested on students. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Smalltalk Labs Browser

2010-11-03 Thread Lukas Renggli
in Pharo and is highly outdated. Gofer new renggli: 'omnibrowser'; package: 'JSON'; package: 'OB-Web'; package: 'OB-Standard'; load. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] RoarVM - Pharo and Squeak on Multicore

2010-11-03 Thread Lukas Renggli
Wow, exciting times! On 3 November 2010 09:10, Torsten Bergmann asta...@gmx.de wrote: Read more: http://astares.blogspot.com/2010/11/roarvm-pharo-and-squeak-on-multicore.html -- GRATIS! Movie-FLAT mit über 300 Videos. Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome -- Lukas

Re: [Pharo-project] learning rewrite rules

2010-11-03 Thread Lukas Renggli
with the variable a; and you return the transformed tree. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] learning rewrite rules

2010-11-03 Thread Lukas Renggli
a replaceTree: (context at: '`...@browser') with: (RBParser parseExpression: 'a'); execute on the list of statements executeTree: (context at: '`...@.statements'); return the rewritten tree tree } Cheers, Lukas -- Lukas Renggli

Re: [Pharo-project] Smalltalk Labs Browser

2010-11-02 Thread Lukas Renggli
browser via James's blog: http://code.google.com/p/smalltalklabsbrowser -- View this message in context: http://forum.world.st/Smalltalk-Labs-Browser-tp3022069p3022069.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Smalltalk Labs Browser

2010-11-02 Thread Lukas Renggli
dialogs. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Smalltalk Labs Browser

2010-11-02 Thread Lukas Renggli
-- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] JSON - Accessing Pharo on Twitter from within Pharo

2010-11-02 Thread Lukas Renggli
. There is much newer and better code on SqueakSource. Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Loading OB in 1.2

2010-11-02 Thread Lukas Renggli
, Igor Stasenko AKA sig. -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] JSON - Accessing Pharo on Twitter from within Pharo

2010-11-02 Thread Lukas Renggli
thing I found on squeaksource that could parse a string to a JSON object. and query it. Which alternatives do you suggest? Kind Regards, Bart On Tue, Nov 2, 2010 at 9:48 PM, Lukas Renggli reng...@gmail.com wrote

Re: [Pharo-project] how to load magritte in seaside 3.0?

2010-10-31 Thread Lukas Renggli
';       load. (ConfigurationOfMagritte2 project version: '2.0.5') load but I does not load. Stef -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] how to load magritte in seaside 3.0?

2010-10-31 Thread Lukas Renggli
: thanks lukas what is magritte2 vs magritte? Because I 'm trying to rebuild an old image of mine that use an old version of magritte Stef On Oct 31, 2010, at 10:11 AM, Lukas Renggli wrote: Until somebody figures out why the configuration does not work you could use the following script from

Re: [Pharo-project] how to load magritte in seaside 3.0?

2010-10-31 Thread Lukas Renggli
You have Grease if you have Seaside 3 loaded. Lukas On 31 October 2010 10:44, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok I will use magritte2. should I load grease too? Stef On Oct 31, 2010, at 10:41 AM, Lukas Renggli wrote: Magritte 2 uses Grease as a portability layer

[Pharo-project] Cog VM doesn't start to listen on socket

2010-10-26 Thread Lukas Renggli
it is opened. The exact same image opened with an old VM does not show the problem and immediately starts to listen by itself. Did anybody else notice the same problem? Anybody found a solution? Lukas -- Lukas Renggli www.lukas-renggli.ch ___ Pharo

Re: [Pharo-project] Fwd: Cog VM doesn't start to listen on socket

2010-10-26 Thread Lukas Renggli
:23 AM Subject: Re: Cog VM doesn't start to listen on socket To: Lukas Renggli reng...@gmail.com Hi Lukas,     obviously we use sockets intensively in Teleplace and we see no problems that are to do with Cog.  But Cog does throw up timing issues in your code because it has very different

Re: [Pharo-project] Fwd: Cog VM doesn't start to listen on socket

2010-10-26 Thread Lukas Renggli
Ok, I think I solved the issue. Restarting the server on startup seems to solve the problem on all my machines. Thanks again for the hints! Lukas On 26 October 2010 20:41, Lukas Renggli reng...@gmail.com wrote: Thank you Eliot for the answer. I will have to investigate and see

Re: [Pharo-project] Fwd: Cog VM doesn't start to listen on socket

2010-10-26 Thread Lukas Renggli
No, I fixed it in Kom. Lukas On 26 October 2010 22:12, Tudor Girba tudor.gi...@gmail.com wrote: So, you always have to pass a script that restarts the server? This sounds like a workaround, right? Cheers, Doru On 26 Oct 2010, at 21:48, Lukas Renggli wrote: Ok, I think I solved

Re: [Pharo-project] [ANN] ImageMap PharoKernel-12196

2010-10-25 Thread Lukas Renggli
, Oct 19, 2010 at 9:15 PM, Lukas Renggli reng...@gmail.com wrote: Wow, this is really cool. Did you also try to visualize the object-graph using GraphViz? Lukas On 19 October 2010 20:49, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, I generated the PharoKernel ImageMap (hypertext

Re: [Pharo-project] About Adding/modifying in SUnit or not?

2010-10-25 Thread Lukas Renggli
mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Lukas Renggli www.lukas-renggli.ch ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr

Re: [Pharo-project] Fwd: [squeak-dev] bug in OBMetagraphBuilder#reference

2010-10-25 Thread Lukas Renggli
Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Lukas Renggli www.lukas-renggli.ch ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin

Re: [Pharo-project] Latest OB, category autocompletion does always a lowercase

2010-10-22 Thread Lukas Renggli
Mariano -- Lukas Renggli www.lukas-renggli.ch ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

<    1   2   3   4   5   6   7   8   9   10   >