[Pharo-project] Enable #alwaysOpenFullDebugger: and fastDragging:
Hi guys. There are 2 settings that I ALWAYS need to change and I think it would be nice to have them by default: 1) Always show debugger and avoid pre-debugger windows. It makes no sense for development. It takes you the double of time. What does the pre-debug brings you? nothing. If you want to proceed, then the debugger also has that option. If you want to abandon, you can just close the debugger. So, we should enable this. If someone wanst the pre-debugger fwindows for a reasons, then he should enable it. 2) Fast dragging. The normal dragging is slow in old machines and slow when there are lots of opened windows. The fast drag is much faster and nicer because since it is transparent you can even see what is below. Let's do a quick survey. We have 24 hrs. Do not vote if you didn't try it. I start: Debugger alwaysOpenFullDebugger: true. +1 UITheme currentSettings fastDragging: true. +1 Cheers -- Mariano http://marianopeck.wordpress.com
On 2012-05-03, at 10:10, Mariano Martinez Peck wrote:
Hi guys. There are 2 settings that I ALWAYS need to change and I think it would be nice to have them by default:
use the startup preferences and you don't care about it :P
1) Always show debugger and avoid pre-debugger windows. It makes no sense for development. It takes you the double of time. What does the pre-debug brings you? nothing. If you want to proceed, then the debugger also has that option. If you want to abandon, you can just close the debugger. So, we should enable this. If someone wanst the pre-debugger fwindows for a reasons, then he should enable it.
2) Fast dragging. The normal dragging is slow in old machines and slow when there are lots of opened windows. The fast drag is much faster and nicer because since it is transparent you can even see what is below.
Let's do a quick survey. We have 24 hrs. Do not vote if you didn't try it.
I start:
Debugger alwaysOpenFullDebugger: true. +2 UITheme currentSettings fastDragging: true. +2
Cheers
Debugger alwaysOpenFullDebugger: true. +1... Great idea! I didn't even know that was a setting!! UITheme currentSettings fastDragging: true. -1... Let the default be visually satisfying and people on older systems can change the setting Sean -- View this message in context: http://forum.world.st/Enable-alwaysOpenFullDebugger-and-fastDragging-tp46053... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Options are good, but I disagree that always opening a full debugger is a good idea - I've seen meltdowns from less. YMMV. You've been warned :) ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] on behalf of Sean P. DeNigris [sean@clipperadams.com] Sent: Thursday, May 03, 2012 8:04 AM To: pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Enable #alwaysOpenFullDebugger: and fastDragging: Debugger alwaysOpenFullDebugger: true. +1... Great idea! I didn't even know that was a setting!! UITheme currentSettings fastDragging: true. -1... Let the default be visually satisfying and people on older systems can change the setting Sean -- View this message in context: http://forum.world.st/Enable-alwaysOpenFullDebugger-and-fastDragging-tp46053... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (4)
-
Camillo Bruni -
Mariano Martinez Peck -
Schwab,Wilhelm K -
Sean P. DeNigris