Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo
Status: Accepted
Owner: marianopeck
Labels: Type-Bug

New issue 5787 by marianopeck: Enable #alwaysOpenFullDebugger: and  
fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

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.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo
Updates:
        Status: FixToInclude
        Labels: -Type-Bug Type-Enh

Comment #1 on issue 5787 by marianopeck: Enable #alwaysOpenFullDebugger:  
and fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

Just evaluate:

Debugger alwaysOpenFullDebugger: true.   +1
UITheme currentSettings fastDragging: true.   +1


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo

Comment #2 on issue 5787 by marianopeck: Enable #alwaysOpenFullDebugger:  
and fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

Ok, for the moment, after seing people reaction, let's just integreate:

Debugger alwaysOpenFullDebugger: true.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo
In reply to this post by pharo

Comment #4 on issue 5787 by [hidden email]: Enable  
#alwaysOpenFullDebugger: and fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

I think the reason for the pre-debug window is to not execute a lot of code  
when there is an error.
This allows to not run into deep problems that the error is triggered again  
by opening the debugger.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo

Comment #5 on issue 5787 by [hidden email]: Enable  
#alwaysOpenFullDebugger: and fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

which is only the case if you hack on morphic or the kernel :) so then you  
HAVE to know anyway what you're doing ;)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5787 in pharo: Enable #alwaysOpenFullDebugger: and fastDragging:

pharo
Updates:
        Status: Invalid

Comment #6 on issue 5787 by [hidden email]: Enable  
#alwaysOpenFullDebugger: and fastDragging:
http://code.google.com/p/pharo/issues/detail?id=5787

we discussed and we think you should use the startup preferences for  
those ;-)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker