Ruan
Ruan

Reputation: 189

Spyder 5.0.0 comment and indentation buttons missing

I have recently updated to Spyder 5.0.0. I can't seem to find the "edit toolbar" which has the comment/uncomment and indentation buttons. Was this removed in the latest version or am I looking in the wrong place?

Normally, I would select View > Toolbars > Edit toolbar. How do I get these buttons back in version 5.0.0?

P.s. I am aware of the shortcuts, however, I prefer using the buttons.

Upvotes: 1

Views: 795

Answers (3)

Johny White
Johny White

Reputation: 380

Ctrl+1 keyboard shortcut comments/uncomments the selected lines.

Upvotes: 0

electromeow
electromeow

Reputation: 251

I don't know how to comment/uncomment using keyboard shortcuts but if you want block indentation, you can select the lines and press Tab. You can use Shift+Tab for unindentation. It works on all text editors I've ever seen.

Upvotes: 1

Carlos Cordoba
Carlos Cordoba

Reputation: 34156

(Spyder maintainer here) Yes, unfortunately the Edit toolbar (that contained those buttons) was removed.

Upvotes: 1

Related Questions