New issue 82 by nathan.h...@googlemail.com: Auto-indent does not work
http://code.google.com/p/eclihx/issues/detail?id=82
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
Comment #1 on issue 82 by goodwi...@gmail.com: Auto-indent does not work
http://code.google.com/p/eclihx/issues/detail?id=82
(No comment was entered for this change.)
Comment #2 on issue 82 by goodwi...@gmail.com: Auto-indent does not work
Comment #3 on issue 82 by goodwi...@gmail.com: Auto-indent does not work
Comment #4 on issue 82 by goodwi...@gmail.com: Auto-indent does not work
http://code.google.com/p/eclihx/issues/detail?id=82
Please try it in trunk. It should be fixed now. Thanks for posting!