Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Imran Rafique
Imran said: > No matter how you setup your smalltalk, at some point, you have to > talk to your system. Tell it to subclass Object because I want to add > a new class. Or add a new method to an existing class. Or just execute > this code right now, as is (Workspace/Playground). Etc, etc. Richard

Re: [Pharo-users] Updated README for PasswordCrypt

2019-01-25 Thread Sven Van Caekenberghe
Good, this is important. > On 26 Jan 2019, at 03:22, Pierce Ng wrote: > > Hi all, > > I've updated the README for PasswordCrypt as part of my objective to > write proper READMEs for my Github repos in 1Q2019. > > https://github.com/PierceNg/PasswordCrypt > > Pierce >

[Pharo-users] How to find out the version of a loaded package

2019-01-25 Thread Sanjay Minni
How can I find out the version of any package loaded in the image (generically / conventionally), e.g. seaside, grease, voyage ... versions loaded in my image e.g. I am getting a conflict and want to know the version of grease already loaded

[Pharo-users] Updated README for PasswordCrypt

2019-01-25 Thread Pierce Ng
Hi all, I've updated the README for PasswordCrypt as part of my objective to write proper READMEs for my Github repos in 1Q2019. https://github.com/PierceNg/PasswordCrypt Pierce

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread eftomi
Dear all, I'm a Pharo novice, in the middle of a self paced Pharo MOOC, with years of experence going from Turbo C on DOS over Visual Studio and Eclipse to Visual Studio Code in last years. Besides, I'm a professor and a researcher of IT adoption, so here's my two cents contributing to this very

[Pharo-users] R: How to embed VSE application into Pharo

2019-01-25 Thread Lorenzo Schiavina
Hi Davide, nice hearing you! Thank you for your fast answer; as a matter of fact I do not want to transform my VSE code into Pharo code. What I was thinking of was the possibility (from inside Pharo) to call and start VSE, in such a way that VSE is a different task. I have already verified

[Pharo-users] macOS VM builds with AddressSanitizer/LeakSanitizer

2019-01-25 Thread Manuel Leuenberger
Hi, Anybody has experience building the VM (pharo.cog.spur) on macOS with custom compiler and flags? I am observing a memory leak on macOS Sierra/Pharo 7/GToolkit. I cannot precisely locate the issue, e.g. I cannot reliably reproduce the problem. So I tried to use

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Tim Mackinnon
> On 25 Jan 2019, at 09:24, eftomi wrote: > > When there is a question about editing the code, we can look for the > philosophies of other editors/IDEs. For instance, authors of VSCode are > saying

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread eftomi
That's what I'm talking about! I doesn't have to be heavy resources, just a directed evolution What's the proverb? - The laziness is the greatest inventor Can you suggest any starting points to discover these background concepts for a novice like me? -- Sent from:

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Jose San Leandro
There's one thing in our brains called "amigdala". It's the reason we can be efficient. Using the mouse bypasses the amigdala completely. Everything is conscious. Well, unless if you're Rapha playing Quake Champions. I'm not sure if your argument about Visual Coding implies using the mouse. I

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Sven Van Caekenberghe
> On 25 Jan 2019, at 11:34, Tim Mackinnon wrote: > > As an aside - we can all make the editing tools better (e.g. borrow things > from VIM or Emacs) - I know I added a small feature in P7 (that possibly not > many realise) where you can now click anywhere on message (and not have to >

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Esteban Maringolo
El vie., 25 ene. 2019 a las 10:36, Esteban Maringolo () escribió: > > El vie., 25 ene. 2019 a las 8:01, Sven Van Caekenberghe > () escribió: > > > On 25 Jan 2019, at 11:34, Tim Mackinnon wrote: > > > > Similarly, you might not also realise that can also use META-2 to > > > intelligently select

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Esteban Maringolo
El vie., 25 ene. 2019 a las 8:01, Sven Van Caekenberghe () escribió: > > On 25 Jan 2019, at 11:34, Tim Mackinnon wrote: > > Similarly, you might not also realise that can also use META-2 to > > intelligently select wider portions of code - which is great for > > refactoring or correcting a

Re: [Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread Tim Mackinnon
Actually - I just remembered that I saved my image right after loading GT (and before playing with it) and so quitting without saving shows that it started out fine. So following some of the examples seems to have corrupted something? (In retrospect I should have saved with a new name - so I’ll

Re: [Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread Sean P. DeNigris
Tim Mackinnon wrote > But I recall some discussion around Freetype fonts or something That was my thought as well. Maybe try reloading Freetype fonts (IIRC you can uncheck and recheck in settings) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread Sven Van Caekenberghe
Hi Tim, I also reported back an earlier problem (title 'Pharo 7 RC - Changing to larger font breaks scrolling in code browsers'). I also saw some weirdness with fonts (I made them bigger). There is indeed some way to reset things, but I can't remember it myself. Sven > On 25 Jan 2019, at

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Denis Kudriashov
Hi. Now settings browser includes all Commander based shortcuts which is all calypso and Iceberg shortcuts in current image. In addition there is a special spotter menu in Calypso to find any available command (not only shortcut based). пт, 25 янв. 2019 г., 15:45 Tim Mackinnon tim@testit.works:

Re: [Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread Hilaire
I did got this effect with GToolkit. I am not sure it is related to GToolkit as I installed immediately this package, though. Hilaire Le 25/01/2019 à 16:55, Tim Mackinnon a écrit : > Hi - I just noticed that when I loaded the Glamorous toolkit and was playing > around, when I went to look in

[Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread Tim Mackinnon
Hi - I just noticed that when I loaded the Glamorous toolkit and was playing around, when I went to look in the Pharo menus they are all corrupted (the odd character is some type of glyph). Opening a playground and doing some code completion shows that method names have the same random

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Tim Mackinnon
> On 25 Jan 2019, at 13:36, Esteban Maringolo wrote: > > I think this feature is so convenient that it should not only be > visible, but have a menu item of its own. It did originally have a menu entry - however when PR’d I agreed with Denis to take it out as it kind of cluttered the context

Re: [Pharo-users] Corrupted fonts in P7 after loading Glamorous Toolkit

2019-01-25 Thread serge . stinckwich
I have recently also some font problems on my new macbook pro with Pharo 6.1. When I load Roassal and try to run one example, my image crash (with errors related to Cairo). This does not happen with Pharo 7.0 Dunno if this related to my new macbook, Pharo 6.1 VM or my update to last version of

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Torsten Bergmann
Hi, Maybe Pharo's switch to Tonel remind people now on Java or C# class files and thats why they ask for the "traditional editing". But remember that Kent Beck once said: "I mean, source code in files; how quaint, how seventies!". Tonel is a readable storage format, you could have the source

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Sven Van Caekenberghe
Well written, well said, Torsten, exactly my point. > On 25 Jan 2019, at 20:52, Torsten Bergmann wrote: > > Hi, > > Maybe Pharo's switch to Tonel remind people now on Java or C# class files and > thats why they ask for the "traditional editing". > But remember that Kent Beck once said: "I

[Pharo-users] unsub

2019-01-25 Thread bruno barske

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Richard Sargent
isr wrote > I'm a long-time lurker on this list, and still more of an > intermediate-squeaker (is that a word?) rather than pharo (although I > have used this off and on since pharo-5), so I feel like a bit of an > imposter jumping into this thread (long-time lisper). Like you, I am primarily a

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread eftomi
Well, who am I to judge, but developers nowadays use tools which engage "muscle memory" to jump from one functionality of the editor to the other and developer brains are used to work on the problem at hand. All this to the extent that the mouse cannot be grasped with muscle memory alone and then