Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Minimalist Jade Editor tab issue #191

Open Bogdaan opened 9 years ago

Bogdaan commented 9 years ago

When i switch selected blocks left or right (tab and shift+tab) editor destroy ident structure (i.e insert 4 spaces insted 2). And we have jade compiler error.

How can i fix this?

paulvi commented 9 years ago

Minimalist Jade Editor is too primitive.

Check preferences Editor - Text Editor

"Displayed tab width" and "Insert spaces for Tabs"

vizo commented 8 years ago

@paulvi I have same options like you said, but i still get 4 spaces on tab in jade editor...

Also when you press tab without selection it makes 4 spaces but if you select multiple lines it makes a tab. If i open jade file with Text editor, everything works as expected.

paulvi commented 8 years ago

Help wanted