[Pharo-users] Tracker for Smalltalkhub project migration

2020-07-14 Thread Pierce Ng
Hi all, I've created below project to keep track of Smalltalkhub project migration. Please feel free to fork, update and send PR. https://github.com/PierceNg/sth-migration Pierce

Re: [Pharo-users] [ANN] New GoFundMe Campaign

2020-07-14 Thread horrido
GemTalk Systems has just donated CAN$1,311. I greatly appreciate their support. I wonder if I can count on the other major Smalltalk vendors. Fingers crossed. horrido wrote > https://www.gofundme.com/f/jrmpc-2?utm_source=customer&utm_medium=copy_link&utm_campaign=p_cf+share-flow-1 > > Please g

[Pharo-users] Text-Editing UI

2020-07-14 Thread Alex Landraitis
Hello. I would like to modify the text-editing UI in Pharo to add some affordances I’m accustomed to from MacOS. Specifically, right now command(a.k.a. meta)-left/right-arrow moves one word left/right in Pharo, whereas on MacOS this is done with the option(a.k.a. alt)-key, and command-left/righ

[Pharo-users] Iceberg: Installing a baseline from a self hosted Git/Gitea repository branch

2020-07-14 Thread Offray Vladimir Luna Cárdenas
HI. I'm migrating my packages from StHub to a self hosted Gitea instance. I have already a test |BaselineOf| hosted there and referring to other self hosted repositories. I'm following the [Baselines documentation](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baseline

Re: [Pharo-users] mentor help continued

2020-07-14 Thread Richard Sargent
Perhaps you should start by looking to see whether there is or are classes already in the image that do what you want. Look for classes by name (with wildcards) or for methods. For example, are there any classes which implement #hours, #minutes, or #seconds (possibly in the singular form). On Tue

Re: [Pharo-users] need suggestion badly

2020-07-14 Thread Ben Coman
Rather than spoon feed you for your masters project (and also your question is a bit generic and hard to answer), can you report the tutorial examples you've found for LibC, OSProcess and OSSubProcess. Then perhaps you can ask more focussed questions about any difficulties you have doing those tuto

[Pharo-users] mentor help continued

2020-07-14 Thread Roelof Wobben via Pharo-users
--- Begin Message --- Sorry that you did not hear from me a long time but I was in a dark place for a long time. but im back and have a question I have to make a clock so the seconds and minutes schould not be above 60, How can I take care of that ? and can I put the code here on the class si