Re: [Pharo-dev] GTDebugger shortcuts usability

2016-04-17 Thread stepharo
Would be nice to have Ctrl+ C create Ctrl + P proceed Ctrl + R Restart Ctrl + I into Ctrl + O over Ctrl + T through Stef Le 16/4/16 20:37, Peter Uhnák a écrit : Hi, I'm getting fed-up with GTDebugger shortcuts since they are completely random. Can we have them more

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Mark Bestley
The most important thing is allow the user to reassign them. e.g. when mainly a C programmer on Windows I used Visual Studio and remapped Eclipse keys to those when I worked in other languages. Now I am on a Mac and so remapping to Xcode or as there is no standard set of keys I find the key

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread p...@highoctane.be
On Sun, Apr 17, 2016 at 8:50 PM, Peter Uhnák wrote: > > > On Sun, Apr 17, 2016 at 8:17 PM, p...@highoctane.be > wrote: > >> Hitting a single key instead of Ctl-Alt-whatever madness. >> > > Hmm. That's a good point. And since the shortcut name takes barely any > space it could be presented alongs

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Peter Uhnák
On Sun, Apr 17, 2016 at 8:17 PM, p...@highoctane.be wrote: > Hitting a single key instead of Ctl-Alt-whatever madness. > Hmm. That's a good point. And since the shortcut name takes barely any space it could be presented alongside the label. Proceed[F5] or Into[6] On the other hand, for me pers

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread p...@highoctane.be
Hitting a single key instead of Ctl-Alt-whatever madness. Note that most people have some Java background so, F5->F8 makes a lot of sense. Also, Windows has Ctrl instead of Alt for most actions in Pharo5, that's annoying. And you can put a little paper on top of them for easy reference. If we c

[Pharo-dev] In Berlin 28.4. bis 6.5.

2016-04-17 Thread Stephan Eggermont
Liebe Frauke, Wir kommen ENDLICH mal wieder nach Berlin. Wir wohnen bei meiner Mutter, also recht weit vom Schuss, aber sehr schoen zum Spielen und Spazierengehen. Am 6.5. feiert Daniel seinen Geburtstag bei meiner Mutter im Garten. Dazu sind Lennard und Gregor herzlich eingeladen. Ab 15:0

[Pharo-dev] [pharo-project/pharo-core]

2016-04-17 Thread GitHub
Branch: refs/tags/50697 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 272265: 50697

2016-04-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 272265df3226759c797bcf338772ec8254835fd7 https://github.com/pharo-project/pharo-core/commit/272265df3226759c797bcf338772ec8254835fd7 Author: Jenkins Build Server Date: 2016-04-17 (Sun, 17 Apr 2016

[Pharo-dev] [pharo-project/pharo-core]

2016-04-17 Thread GitHub
Branch: refs/tags/50696 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 400241: 50696

2016-04-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 4002410504da6c134335dbc4e18d58d74111c51c https://github.com/pharo-project/pharo-core/commit/4002410504da6c134335dbc4e18d58d74111c51c Author: Jenkins Build Server Date: 2016-04-17 (Sun, 17 Apr 2016

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Peter Uhnák
So they use F keys, however they are clearly not uniform either, so I don't see the appeal. Not to mention that they will be just as hard to remember. On Sun, Apr 17, 2016 at 6:00 PM, Ben Coman wrote: > Interesting. A search turned up... Quick Tip Debugger Shortcut Key > Reference > http://www.m

Re: [Pharo-dev] correct 32bit libssl library for CentOS 7.2?

2016-04-17 Thread Bernhard Pieber
Hi Pierce, thanks for the information. Cheers, Bernhard > Am 17.04.2016 um 13:49 schrieb Pierce Ng : > > On Sun, Apr 17, 2016 at 09:54:24AM +0200, Bernhard Pieber wrote: >> Googling did not bring up any solution so far. Any help would be greatly >> appreciated. > > If you have the 32bit C deve

Re: [Pharo-dev] pharo -spur - vm source

2016-04-17 Thread Nicolai Hess
2016-04-17 17:49 GMT+02:00 Ben Coman : > On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess > wrote: > > Is https://github.com/pharo-project/pharo-vm the place to look > > for the current pharo spur vm source ? > > I load the master and build a vm but it isn't a spur vm. > > I only saw two other bran

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Ben Coman
Interesting. A search turned up... Quick Tip Debugger Shortcut Key Reference http://www.mularien.com/blog/category/eclipse/ cheers -ben On Sun, Apr 17, 2016 at 11:15 PM, philippe.b...@highoctane.be wrote: > Most of the world IDE use function keys for debugging. > > Additional benefit: easier for

Re: [Pharo-dev] pharo -spur - vm source

2016-04-17 Thread Ben Coman
On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess wrote: > Is https://github.com/pharo-project/pharo-vm the place to look > for the current pharo spur vm source ? > I load the master and build a vm but it isn't a spur vm. > I only saw two other branches, legacy-cog and spur64. Where is the > source f

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread philippe.b...@highoctane.be
Most of the world IDE use function keys for debugging. Additional benefit: easier for newcomers to use it. Having the buttons on the top is a pain as the code pane is at the bottom and requires travels all the time. Phil On Apr 17, 2016 4:57 PM, "Peter Uhnák" wrote: > > Well, I've added a star

[Pharo-dev] pharo -spur - vm source

2016-04-17 Thread Nicolai Hess
Is https://github.com/pharo-project/pharo-vm the place to look for the current pharo spur vm source ? I load the master and build a vm but it isn't a spur vm. I only saw two other branches, legacy-cog and spur64. Where is the source for building the current latest pharo spur vm ? nicolai

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Peter Uhnák
Well, I've added a startup script for myself... but it would be nice to have it everywhere by default in some variant... ~~ StartupPreferencesLoader default executeAtomicItems: { StartupAction name: 'Change debugger labels & shortcuts' code: [ GLMMorphicActionRenderer c

[Pharo-dev] [pharo-project/pharo-core]

2016-04-17 Thread GitHub
Branch: refs/tags/50695 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 5d4443: 50695

2016-04-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 5d44432793f18a69b3026a739228cc232af4eb62 https://github.com/pharo-project/pharo-core/commit/5d44432793f18a69b3026a739228cc232af4eb62 Author: Jenkins Build Server Date: 2016-04-17 (Sun, 17 Apr 2016

Re: [Pharo-dev] Pharo 5 prepackaged not working

2016-04-17 Thread jannik laval
2016-04-17 9:54 GMT+02:00 stepharo : > > > Le 17/4/16 07:46, jannik laval a écrit : > >> Hi Pharoers, >> >> I tried to use prepackaged pharo 5 (pharo5-win) but it does not work. >> > What do you mean prepackaged Pharo 5? Oups, I forgot the link: https://ci.inria.fr/pharo/job/Pharo-5.0-Update-St

Re: [Pharo-dev] Pharo 5 prepackaged not working

2016-04-17 Thread stepharo
Le 17/4/16 07:46, jannik laval a écrit : Hi Pharoers, I tried to use prepackaged pharo 5 (pharo5-win) but it does not work. What do you mean prepackaged Pharo 5? Same for the CI of phratch. the pharo prepackage for linux, mac and win do not work. Esteban is getting back monday we will di

[Pharo-dev] Questions About Garage

2016-04-17 Thread stepharo
Hi Olivier Auverlot is writing a nice article on Garage for Linux mag and I got some questions that popped up. Guillermo is on holiday now for a week but I still want to put on paper my questions: To check for a driver we pass a symbol GADriver isAvailable: #postgresv2 I found that a bit er