User Activity

  • Modified a comment on ticket #367 on GExperts

    For type TClass = class(TObject) private procedure bla; { this is a comment // indent des not matter -- with // first full comment line, indent is 7 -------- multiple // indent is 1, relative indent is -6 --------lines// indent is 2, relative indent is -5 } // indent is 10, relative indent is 3 end; i would expect. type TClass = class(TObject) private procedure bla; { this is a comment -- with -------- multiple --------lines } end;

  • Posted a comment on ticket #367 on GExperts

    For type TClass = class(TObject) private procedure bla; { this is a comment // indent des not matter -- with // first full comment line, indent is 7 -------- multiple // indent is 1, relative indent is -6 --------lines// indent is 2, relative indent is -5 } // indent is 10, relative indent is 3 end; i would expect. type TClass = class(TObject) private procedure bla; { this is a comment -- with -------- multiple --------lines } end;

  • Modified a comment on ticket #367 on GExperts

    The main problem in my eyes is that if you have a multiline comment that is not indented, it is visually more difficult to distinguish from the next line. In this case the line with "procedure functiony();". Each comment line (1+) of the multiline comment should start at the same indentation level.

  • Modified a comment on ticket #367 on GExperts

    The main problem in my eyes is that if you have a multiline comment that is not indented, it is visually more difficult to distinguish from the next line. In this case the line with "procedure functiony();". Each comment line of the multiline comment should start at the same indentation level.

  • Posted a comment on ticket #367 on GExperts

    The main problem in my eyes is that if you have a multiline comment that is not indented, it is visually more difficult to distinguish from the next line. In this case the line with "procedure functiony();". Each comment line of the multiline comment should start at the same indentation level.

  • Posted a comment on ticket #367 on GExperts

    clang format does it job very well in c/c++ context. Maybe the reflow style option would be an possibility. https://clang.llvm.org/docs/ClangFormatStyleOptions.html#reflowcomments

  • Posted a comment on ticket #367 on GExperts

    Would it be possible to create an option that ignores the relative indent for comments and puts everything on one level?

  • Modified a comment on ticket #366 on GExperts

    Here is the current configuration and an gif which shows the behavior Im using Version 1.3.22 Build 4008

View All

Personal Data

Username:
mvollmer91
Joined:
2015-04-02 14:01:12

Projects

  • No projects to display.

Personal Tools