lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

Java mode does not indent attributes (@) correctly #10

Open lanurmi opened 16 years ago

lanurmi commented 16 years ago

@Table(name="johndoe") public void abc() { ... }

Reported by: jcowgar

Original Ticket: "efte/bugs/9":https://sourceforge.net/p/efte/bugs/9

lanurmi commented 16 years ago

Logged In: YES user_id=128244 Originator: YES

It uses the C syntax parser which will not parse the @ lines correcly.

Original comment by: jcowgar