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

2019-01-26 Thread eftomi
Good observations! Shortcuts in general are shown under System > Keymap browser. You can move from pane to pane with left and right arrows, this can be set under Pharo Settings (ctrl-o-s). From methods pane you can even go to the code editing pane (for the selected method) by pressing right arrow.

[Pharo-users] Cryptography long filename in github repo causes error in Win 10 loading

2019-01-26 Thread Sanjay Minni
Hi, can the following filename in Cryptography package in github repository be shortened. its causing a crash when loading in Win 10 (so a workaround has to be done just for this much) as this package is used by Voyage it may be fairly in use. filename:

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

2019-01-26 Thread Ben Coman
On Sun, 27 Jan 2019 at 02:01, eftomi wrote: > > you can use it with the keyboard. > > Using it, you do not require the mouse. > > And, in addition, you do not need to remember complicated shortcuts: > > Calypso and the tools of Pharo will > never be covered with shortcuts… > > there are too many

Re: [Pharo-users] Instance of ByteArray did not understand #isByteString in ZnUTF8Encoder

2019-01-26 Thread Hernán Morales Durand
Hi Sven, Yes, your examples work in Pharo 7, however I also wanted a progress bar, and two exception handlers: 1) Resume when my files are too large (ZnEntityTooLarge). 2) When download failed display an error message. Now for 1) I consider to wrap the whole download code - because I don't like

Re: [Pharo-users] Instance of ByteArray did not understand #isByteString in ZnUTF8Encoder

2019-01-26 Thread Sven Van Caekenberghe
BTW, ZTimezone in ZTimestamp does something similar to what I guess you want to do: downloadFallbackZoneinfoDataset "Download a fallback copy of the zoneinfo dataset and return its location. See #fallbackZoneinfoDatasetURL for more info and a warning" |

Re: [Pharo-users] Instance of ByteArray did not understand #isByteString in ZnUTF8Encoder

2019-01-26 Thread Sven Van Caekenberghe
Hmm, the following all work for me (in Pharo 7.0.1 on macOS): ZnClient new url: 'https://github.com/biosmalltalk/biopharo/raw/develop/test_files/BioSmalltalkTestFiles.zip'; get; yourself. ZnClient new url:

Re: [Pharo-users] PetitParser question

2019-01-26 Thread tomo
Dear Konrad, This post might help you. In case of PetitParser2, it's PP2Failure instead of PPFailure. https://stackoverflow.com/questions/15371334/how-can-a-petitparser-parse-rule-signal-an-error Best Regards, --- tomo -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Instance of ByteArray did not understand #isByteString in ZnUTF8Encoder

2019-01-26 Thread Hernán Morales Durand
Hi there, In Pharo 7.0 I've encountered an error related with the new streams changes ( https://github.com/pharo-open-documentation/pharo-wiki/blob/master/Migration/MigrationToPharo7.md) while downloading a zip file. Problem is ZnUTF8Encoder expects a String, but my code which worked in Pharo 6

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

2019-01-26 Thread Hernán Morales Durand
Kid you got my whole point wrong, I never said a word about IDE. Cheers, Hernán El vie., 25 ene. 2019 a las 4:12, Dimitris Chloupis () escribió: > I think you got this the wrong way > > Sure emacs and vim are very popular when compared to Pharo. > When compared to IDEs oh boy , that's another

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

2019-01-26 Thread eftomi
> you can use it with the keyboard. > Using it, you do not require the mouse. > And, in addition, you do not need to remember complicated shortcuts: > Calypso and the tools of Pharo will > never be covered with shortcuts… > there are too many options. > So yes, it is not a replacement of the

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

2019-01-26 Thread Esteban Lorenzano
> On 26 Jan 2019, at 15:13, eftomi wrote: > >> cmd+h, then search for what you want (jump panels, execute commands, > everything you can do in calypso you can find it there). > > Thanks. But Spotter can hardly be a replacement for the keyboard. Spotter is > a marvel by itself, however

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

2019-01-26 Thread eftomi
> cmd+h, then search for what you want (jump panels, execute commands, everything you can do in calypso you can find it there). Thanks. But Spotter can hardly be a replacement for the keyboard. Spotter is a marvel by itself, however please try to survive developing in Pharo for a minute without

[Pharo-users] PrimitiveFailed: primitive #createDirectory: in WindowsStore failed

2019-01-26 Thread eftomi
I'm getting the "PrimitiveFailed: primitive #createDirectory: in WindowsStore failed" error when I launch Pharo 7.0 32-bit image in Windows 10, if the image is copied from another computer. Namely, I share my working directory (including Pharo images) among three computers. When I create new

[Pharo-users] PetitParser question

2019-01-26 Thread Konrad Hinsen
Dear parsing experts, I have been working on a medium-size parser using the PetitParser framework, which so far has been a very productive environment. But now I have a problem to which I could not find the solution in "Deep into Pharo", nor by searching around in the code. One of my production

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

2019-01-26 Thread Dimitris Chloupis
"Abusing an external text editor is a slap in the face of anyone building good tooling support into Smalltalk over many years. I know Dimitris tried to help people (as often) - but I guess this video really gives a false impression and guides people the wrong way." Abusing ? Wait what on earth

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

2019-01-26 Thread Esteban Lorenzano
I don’t think is related to GToolkit, it is an ongoing bug we are having (and we still do not understand why it happens, but we are looking at it). In the mean time, saving the image will “fix” the problem (because it will reset the font caches). Esteban > On 25 Jan 2019, at 17:43, Hilaire

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

2019-01-26 Thread Esteban Lorenzano
> On 25 Jan 2019, at 21:45, eftomi wrote: > > 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

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

2019-01-26 Thread Esteban Lorenzano
> 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”. Nah, people talk about this time to time. Tonel format is just a readable format that yes, cool