How to set tab width of editor window in eclipse? (no spaces)

I was wondering if it is possible to set the tab width of the editor window in eclipse.

I hate it when I want to close several windows in a row, and I always need to move the mouse. Is it possible to configure eclipse to use only one width for each window tab?

+4
source share
1 answer

I do not think that's possible. Why not use the keyboard shortcut instead?

You did not specify the platform, but on Windows the shortcut is Ctrl-W. This way you do not need to move the mouse.

0
source

All Articles