-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indent #4
Indent #4
Comments
I'm going to make it configurable in preferences |
Nice! |
+1 from me. By the way: I haven't found a way to make the editor stop inserting tabs in stead of spaces. The global configuration says so, but autoindents are still with tabs. Fixing this would be really great! Note: the autoindent is inconsistent: it uses a tab when indenting just in the beginning of a function body and spaces everywhere else. |
Yeah this is really frustrating, still seeing this behavior... |
I can volunteer to try fixing this problem if only someone can point me in the direction of where to fix it. All the Java stuff somewhat put me off... |
I'm working on it too; except the make.py is not making as it says on the label. I opened a separate issue about that. |
Hey, for what it's worth, I decided to try writing my own editor for Coffescript in Eclipse. It's a bit dumber then Adam's, but it (seems to) handle the tab indentation and what not better, at the cost of less diagnostics/etc. https://github.com/rjpower/iced-coffeescript-eclipse I tried looking at Adam's but I couldn't decipher the tab behavior, so I just went with a trivial grammar for now. |
Hey, thanks - I'll look into that. Also, never knew about (Iced)Coffee-Script - very neat! I started rewriting coffeescript due to some really obnoxious and unclear parser behaviors, and was looking to add async support as well (why not at that point). I might just have to borrow that approach.. it's really clean! |
see Nodeclipse#23 |
👍 Great work. I've really missed this fix. |
In CoffeeScript, every indent is 2 spaces. Could you make the indentation differ from the rest of eclipse, as I use to write Java with a tab as indent.
The text was updated successfully, but these errors were encountered: