Re: [Pharo-users] class variable accessor naming

2015-04-08 Thread Jan B.
methods (accessors in this case) are written in lowercase. Again, you can find several samples in Pharo. Thanks Christian On Tue, Apr 7, 2015 at 1:54 PM, Jan B. lt; bliznjan@.cvut gt; wrote: Hello Class variable names should start with capital letter (as I just found out), like

[Pharo-users] class variable accessor naming

2015-04-07 Thread Jan B.
Hello Class variable names should start with capital letter (as I just found out), like RecentProjects. We have a getter to it. Should such accessor method be named recentProjects or RecentProjects? ... class#(r/R)ecentProjects ^ RecentProjects Jan -- View this message in context:

[Pharo-users] Non-evaluating and / or

2015-04-03 Thread Jan B.
Hello I would like to ask how to do non-evaluating and. As far as I know, should be evaluating and and: should be non-evaluating. However, I need to find a way how to use it properly. In conventional languages I would expect to work it like in following example... false and: Transcript open

Re: [Pharo-users] Non-evaluating and / or

2015-04-03 Thread Jan B.
Of course, how could I have missed it before, thank you both :) Jan Blondeau Vincent wrote Hello, You should but a block after and:. If you don't, the instruction will be always executed... The block represents a kind of conditional action. So if you want to do it works : false and: [

Re: [Pharo-users] DynaCASE

2015-04-03 Thread Jan B.
model and visualisation, i.e. without simulation, much sooner). Jan SergeStinckwich wrote On Tue, Mar 31, 2015 at 4:02 PM, Jan B. lt; bliznjan@.cvut gt; wrote: Hi Thank you for CC-ing me, Peter, since I don't watch Pharo developers mailing list. Hi Jan, About petri nets... My main

Re: [Pharo-users] Uncommon keyboard shortcuts on Windows

2015-03-31 Thread Jan B.
ones. Which other keyboard shortcuts, besides select-all, contradict Windows ones? On Mon, Mar 30, 2015 at 5:39 PM, Jan B. lt; bliznjan@.cvut gt; wrote: Best example is redo/do again/invert undo... undo is ctrl+Z (which is right), but redo/do again is alt+J, which is something I have never

[Pharo-users] Gitfiletree unstable on Windows

2015-03-31 Thread Jan B.
Hello This is me again with problems with gitfiletree. In general it works just fine, but in about 50 % cases it crashes VM. It happens to me when loading via Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment.

Re: [Pharo-users] DynaCASE

2015-03-31 Thread Jan B.
Hi Thank you for CC-ing me, Peter, since I don't watch Pharo developers mailing list. About petri nets... My main goal is to implement simulation for DynaCASE (i.e. make it move) and Petri nets are for me more like a tool for trying simulation prototypes than goal itself. I'm currently stuck

Re: [Pharo-users] Gitfiletree unstable on Windows

2015-03-31 Thread Jan B.
This way it loads, but unfortunately VM crashes anyway. Jigyasa Grover wrote Hey Jan Try this: Metacello new baseline: 'FileTree'; repository: 'filetree:///C:/Users/User/Pharo/../dalehenrich-filetree-7f998e5/repository'; load: 'Git' Put in the path to the repository

Re: [Pharo-users] Gitfiletree unstable on Windows

2015-03-31 Thread Jan B.
Hi and thanks for the tip, but it doesn't work for me. Running this command results in following exception: FileDoesNotExist: File @

[Pharo-users] Uncommon keyboard shortcuts on Windows

2015-03-30 Thread Jan B.
Hello First of all, I don't use much keyboard shortcuts on linux or mac, so all I write is just from point of Windows-only user. I would like to ask what is the reason of very uncommon keyboard shortcuts on Windows. Best example is redo/do again/invert undo... undo is ctrl+Z (which is right),

[Pharo-users] Code to create a repository

2015-03-24 Thread Jan B.
Hello I would like to ask how to simply add a repository into monticello without using monticello GUI's button +Repository, but by code. If I'm loading baseline or configuration via Gofer or Metacello, it creates repository automatically, but I don't want to load anything, what I need is just

Re: [Pharo-users] Pharo 4 - current state?

2015-03-17 Thread Jan B.
Hello Agreed, I know there are some technical limitation to using ctrl, although I don't remember what is the problem exactly, but this shortcut inconsistency is a problem. I experience the same on Windows, sometimes there is ctrl, sometimes alt and sometimes alt with completely unusual char-key,

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-17 Thread Jan B.
Hello, just to add info about my behavior of loading gitfiletree (30 minutes ago on clean images of Pharo 40560 on Windows 7)... Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment. and Metacello

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-17 Thread Jan B.
Yes, now it works for me, thank you, hope it helps others, too :) Jan Thierry Goubier wrote Hi Jan, can you retry the following? Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadStable I've just

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-03 Thread Jan B.
Of course, forward slashes. They seemed a little unnatural on windows, but it works indeed. So thank you once again. Jan Thierry Goubier wrote Hi Jan, I remember that you said you used something like: Le 26/02/2015 11:06, Jan B. a écrit : Metacello new baseline: 'OurProject

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-02 Thread Jan B.
Hello Thierry It works now, thank you a lot. It just seems like ProcessWrapper needs to be included also into MetaRepoForPharo40, but when I load ProcessWrapper separately from https://smalltalkhub.com/mc/hernan/ProcessWrapper/main , everything is fine on both Pharo 3 and 4 (40526). So only

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Jan B.
A Pharo gui for git would be an excellent thing. As you (and Alan Kay) know, simple things should be simple, complex things should be possible... With git itself and its command line, there are lots of complex things possible, but my opinion is that simple thing are far from simple with git. Nice

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-26 Thread Jan B.
Hi This time, when I add gitfiletree repository via monticello, it loads all packages and classes. However, it does not load any methods. Even if I use Browse in repository window, it displays class definition, including variables and category correctly, but still no methods. Normal filetree

[Pharo-users] Filetree repository from string error

2015-02-25 Thread Jan B.
Hello I use Windows 7 with Pharo 4 (latest image and VM) and I have our project in filetree on disc, repository is not yet created in monticello. When I run following code in playground, which should create and load it, I get error ZnPortNotANumber Metacello new baseline: 'OurProject';

Re: [Pharo-users] Filetree repository from string error

2015-02-25 Thread Jan B.
: Try: 'filetree:///C:/Users/User/Pharo/ourproject/repository' asUrl. 'file:///C:/Users/User/Pharo/ourproject/repository' asUrl asFileReference. See: http://en.wikipedia.org/wiki/File_URI_scheme Sven On 25 Feb 2015, at 15:53, Jan B. lt; bliznjan@.cvut gt; wrote: Hello I use

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Jan B.
image if you need: http://www.mediafire.com/download/zsguw7suit4vdu7/15-02-22_10.25.zip Jan Thierry Goubier wrote Le 21/02/2015 21:50, Jan B. a écrit : Hi Thanks for reply. When I run this load command on Pharo 3, I get exception FileDoesNotExist: @ \tmp\github-dalehenrichfiletreeissue142

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Jan B.
to keep all command line windows opened after execution finishes. Thierry Goubier wrote Le 22/02/2015 10:26, Jan B. a écrit : Hi It seems like we got a step further, now this happens when I add gitfiletree repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png Ok. So it seems

[Pharo-users] MouseWheelEvent direction in Pharo 4

2015-02-22 Thread Jan B.
Hello In latest builds of Pharo 4 (in last 2 months probably), there has been a change in settings of mouse wheel event creation. In HandMorph #generateKeyboardEvent: In Pharo 3 there is MouseWheelEvent created by calling MouseWheelEvent new setType: #mouseWheel position: lastMouseEvent

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-21 Thread Jan B.
, Thierry Goubier lt; thierry.goubier@ gt; wrote: Le 21/02/2015 21:50, Jan B. a écrit : Hi Thanks for reply. When I run this load command on Pharo 3, I get exception FileDoesNotExist: @ \tmp\github-dalehenrichfiletreeissue142.zip This one is strange. A student of mine got a similar error

[Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-21 Thread Jan B.
Hello We are moving our project from smalltalkhub to github. Gitfiletree seems to be working as expected on linux, but there are some of us (well, me) who would like to contribute from Windows, but I am unable to make it working (which is, of course, also as expected :) ). What do I have:

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-21 Thread Jan B.
. Thierry le 21/02/2015 13:19, Jan B. a écrit : Hello We are moving our project from smalltalkhub to github. Gitfiletree seems to be working as expected on linux, but there are some of us (well, me) who would like to contribute from Windows, but I am unable to make it working (which

[Pharo-users] Mouse wheel scrolling not working right on Windows

2014-10-28 Thread Jan B.
* has the value 31. Maybe there is and error with Sensor class in Windows Cheers, Milton 2014-10-26 8:22 GMT-03:00 Alexandre Bergel lt; alexandre.bergel@ gt;: We will have a look at it. This is important indeed. Alexandre Le 25-10-2014 à 20:48, Jan B. lt; bliznjan@.cvut gt

Re: [Pharo-users] Mouse wheel scrolling not working right on Windows

2014-10-28 Thread Jan B.
Done https://pharo.fogbugz.com/f/cases/14340 Hope I did it right... Jan stepharo wrote could you enter a bug entry - vm version - OS version - image version Stef -- View this message in context:

[Pharo-users] Self-removing announcement subscription?

2014-10-25 Thread Jan B.
Hi all Today I come with a question regarding announcements. I would like to make announcement subscription which would remove itself after first use. Something like... anObject announcer subscribe: TRMouseDragEnd do: [ :event | self thisMethodWith: differentParameters.

Re: [Pharo-users] Athens do not work on Image 40316+

2014-10-23 Thread Jan B.
Marcus Denker-4 wrote Do *not* run Gofer. The Tutorial is in the image… Marcus Well, then it is renamed or somehow hidden, because there is no Athens-Tutorial package, nor any class which name contains words Tutorial AND Athens, especially not AthensTutorial. And even if there is, it is

Re: [Pharo-users] Athens do not work on Image 40316+

2014-10-23 Thread Jan B.
Torsten Bergmann wrote Hi Jan, your subject is a little bit misleading. I guess only the AthensTutorial is not working. Because in 40316 Athens is working (at least for me). Try AthensDemoMorph example to verify in a fresh image from http://files.pharo.org/ (or downloaded via

Re: [Pharo-users] Athens do not work on Image 40316+

2014-10-23 Thread Jan B.
Ok, I give up, it seems like gods just don't like me. I'm gonna stick with 40315. Thanks for your time Jan -- View this message in context: http://forum.world.st/Athens-do-not-work-on-Image-40316-tp4786099p4786157.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.