[Pharo-users] [SOLVED] Shortcut CMD-v for version history

2024-05-24 Thread Davide Varvello via Pharo-users
Hi, If you too miss some shortcuts like... cmd-v to show the versions of a method, here is the solution, you have to add methodShortcutActivation to SycShowMethodVersionCommand class: SycShowMethodVersionCommand class >> methodShortcutActivation ^ CmdShortcutActivation by: $v meta for: ClyMetho

[Pharo-users] Re: 3D graphics?

2024-05-24 Thread Noury Bouraqadi
Hi Kasper, I never did investigate using Pharo to building STL files. But, I did used PharoJS to build a 3D scene using the three.js Javascript library. The code is part of PharoJS examples Here is a live demo https://pharojs.org/Demos/PjThreeJsDemo/index.html More about ThreeJS: https://threejs

[Pharo-users] 3D graphics?

2024-05-24 Thread Kasper Osterbye
Cheers all I am looking for classes which can be used to build 3D pictures. Spheres, Boxes, etc. It is a fun thing for me to build, but on the other hand, if it is already done, I will use them. Also, I am interested in 3D figures being outputtet in STL files. Is that done? It is an easier thi

[Pharo-users] This week (21/2024) on the Pharo Issue Tracker

2024-05-24 Thread Marcus Denker
# Pharo 11 backports - P11 - During compilation there are redundant allocation of collections #16485 https://github.com/pharo-project/pharo/pull/16485 # Pharo 12 - Fix for pharo/pharo-project#16677: libgit2 library not listed in LGitLibrary>>#unix64LibraryName #85 http