Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annoying editor problem #26

Open
GoogleCodeExporter opened this issue Jul 5, 2015 · 0 comments
Open

annoying editor problem #26

GoogleCodeExporter opened this issue Jul 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Eclipse 3.0
Coffee-Bytes: 1.0.5a

Scenario: create a new class (see below exacty how it
looks), declare a new method and after the left
paranthesis a little pause is made. At this moment the
whole source is collapsed in the beginning comment.
The bug is annoying as there is no way to go back
(later I have discovered that presing Undo, Redo brings
you back on the typing position) to the point you are
typing being required to close and reopen the source in
the editor (the saved version is correct).

Template:
/*
* $Id$
*/
package net.noco.dtogen.util;


/**
* Class usage XXX
*
* @version $Revision$
*/
public class Test {
public static final boolean isTrue(
}

results in
/*[...]
public class Test {[...]
public static final void test([...]
}

In the above scenario: another settings: Advanced:
Minimum Number of Lines 2, checked method, control
structures, types.

After checking comments, in the same scenario the
source looks:
/*[...]
}

Original issue reported on code.google.com by the.mind...@gmail.com on 21 Oct 2006 at 8:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant