Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures
On 04/01/2017 15:48, Stephane Ducasse wrote: > Hi > > We are organising a lecture where students should > - learn pharo > - learn how to communicate with open source community > - learn how to reverse engineer, fix bugs > They should work by 3/4. > > We are looking for projects that would like to accept > - propose some bugs to be fixed > - to communicate with newbies and from time to time > > I was thinking about > - MDL > - Roassal > - Moose ? > - Pillar ? but nobody beside me and I do not have the time > - DRGeoII > - Telescope > - Artefact > - Scale > - Ecstatic > > So if you have a project and you want to participate. > We would like to have > - web page? > - mailing-list > - bug trackers/todo? > > Stef Hi Stef, I updated MDL to be up to date. I just need to add a "CONTRIBUTING.md" file and it should be good for students. - WebPage: For now it is https://github.com/DuneSt/MaterialDesignLite - Mailing list: Pharo-user or Seaside - Bug Tracker: https://github.com/DuneSt/MaterialDesignLite/issues I still need to think of some features suitable for L3 students and to document them. I begun to add an OpenDev label if some students are interested: https://github.com/DuneSt/MaterialDesignLite/issues?q=is%3Aissue+is%3Aopen+label%3AOpenDev -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature
Re: [Pharo-users] making scroll smooth
Thanks - I did it and it seems (also from the docs) to affect the framerate, not the discrete scroll-behaviour. Nautilus panels scroll by ca. one line height, I want them to scroll continously, by one pixel only at a time.. -- Siemen On Tue, Jan 10, 2017 at 6:16 PM, p...@highoctane.be wrote: > Try this: > > WorldState MinCycleLapse: 16. > > Should make things better. > > Phil > > On Tue, Jan 10, 2017 at 5:40 PM, Siemen Baader > wrote: > >> Hi All, >> >> I'm used to and like the smooth scrolling of modern browsers and OS'es >> and miss it in Pharo. It as discrete scroll deltas; when I scroll it moves >> the window content by several pixels or not at all if the movement is below >> a certain threshold. How can I enable smooth scroll / set that threshold to >> 1px? And how could I learn if I did not ask on the list? >> >> thanks, >> Siemen >> > >