Hi guys, 

The debug toolbar actions are also missing in the editor dock toolbar. This 
is corrected in editor.py (plugins) line 903 by adding the 
"debug_toolbar_actions" to the dock toolbar:

        self.dock_toolbar_actions = file_toolbar_actions + [None] + \
                                    source_toolbar_actions + [None] + \
                                    run_toolbar_actions + [None] + \
                                    debug_toolbar_actions +  [None] + \
                                    edit_toolbar_actions

Cheers, 
S. 


On Monday, March 25, 2013 12:08:44 PM UTC-4, Sylvain Corlay wrote:
>
> Great! I was looking for a way to do the same thing. Thanks, S.
>
> On Monday, March 25, 2013 11:57:06 AM UTC-4, Jed Ludlow wrote:
>>
>>
>> I just pushed a change that at least enables the debugging toolbar for 
>> editors in a separate window. Making the editor remember custom toolbar 
>> layouts is a separate issue to solve later.
>>
>> Jed 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to