adireddy / eclihx

Automatically exported from code.google.com/p/eclihx
0 stars 0 forks source link

Auto-indent does not work #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project
2. Create a source file and type

class Demo {<enter>
public function demoFunction() {<enter>

There is no indention in the source file

What is the expected output? What do you see instead?
class Demo {
<spaces>public function demoFunction() {
<spaces><spaces>

What version of the product are you using? On what operating system?
I am on ubuntu linux, using eclipse Version: Indigo Release Build id: 
20110615-0604 with ecliHx 0.4.0

Original issue reported on code.google.com by nathan.h...@googlemail.com on 31 Jul 2011 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 11 Aug 2011 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 11 Aug 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 25 Dec 2011 at 8:06

GoogleCodeExporter commented 9 years ago
Please try it in trunk. It should be fixed now. Thanks for posting!

Original comment by goodwi...@gmail.com on 7 Jan 2012 at 10:28