eclipse-archived / ceylon.formatter

A formatter for the Ceylon programming language, written in Ceylon.
Apache License 2.0
14 stars 11 forks source link

Starts with comments make them erased after format #68

Closed DiegoCoronel closed 10 years ago

DiegoCoronel commented 10 years ago

for this code:

/*
 abcdefc....
 */
void foo() {}

after format:

void foo() {}
lucaswerkmeister commented 10 years ago

Wait, this isn’t a formatter problem – if I run it from the command line, it works fine. It’s an IDE integration problem.

DiegoCoronel commented 10 years ago

tks