Nodeclipse / coffeescript-eclipse

CoffeeScript plugin for Eclipse using XText (moved to Nodeclipse; looking for new owner)
http://www.nodeclipse.org/coffeescript/
20 stars 9 forks source link

allow other indentation than tabs (e.g two spaces) #13

Closed scharf closed 10 years ago

scharf commented 11 years ago

I am currently working on existing code that uses 2 spaces as indentation. It is almost impissible to use the coffeesctipt editor in that case, because it indents by tabs.

CoffeeLint suggests to use two spaces as indentation. The editor is not prepared for this....

paulvi commented 11 years ago

Hi Michael, thanks for care.

The current status is that after 1 year of inactivity I asked Adam in May to bless Nodeclipse to be new home for coffeescript-eclipse. Then Robert @pulse00 agreed no become owner (he has needed XTEXT knowledge). For the end of June 0.3 verson was planed with minimum task to be refresh release.

This particular issue was reported before as https://github.com/adamschmideg/coffeescript-eclipse/issues/4 Indent We have not even discussed old opened issues.

scharf commented 11 years ago

I have been using xtext for quite some time and I fixed some of the bugs in my own fork. For simplicity I share my update site via github which makes it easy for me to deliver new (test versions) for myself.

I might look into the whitespace problem and see if I can find a solution....

I have been working on IDEs for the last 20 years and the last 10 years I have been working on eclipse based IDEs. But at the moment I am in a project where I am only user of CoffeScript --- but I think my old ego pops um and I might fix a few bugs that annoy me ;-)

paulvi commented 11 years ago

@scharf Welcome to Nodeclipse

Please be aware that Robert had plans for big refactoring (packages rename), so please wait for his voice before rushing into code changes

tuck182 commented 10 years ago

I added a pull request Nodeclipse/coffeescript-eclipse#23 to fix this, referenced in https://github.com/adamschmideg/coffeescript-eclipse/issues/4. It uses the default Eclipse editor settings rather than providing a separate one just for Coffeescript, but should work at least if you use consistent settings.

paulvi commented 10 years ago

Hurray, I am happy to merge Nodeclipse/coffeescript-eclipse#23. I will release this month.

I thought this project would see no good news after Nodeclipse/coffeescript-eclipse#19 and post on http://www.eclipse.org/forums/index.php/mv/msg/541004/1127312/#msg_1127312 having no comments (I have just posted "up")

Have you tried on Luna ( continue in Nodeclipse/coffeescript-eclipse#24 )?