Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: broken auto-indent with array in C++ configuration #9828
    supercoolm
    Participant

    it’s reproducible on fresh install of latest EmEditor, so I think it’s a bug because default configuration comes with EmEditor does this.

    steps:

    1. fresh install latest EmEditor (64-bit edition)
    2. launch EmEditor
    3. select C++ configuration
    4. copy the first code snippet in my post and paste them into EmEditor
    5. enter number with keyboard to the array value between bracelet brackets

    example:
    change

    uint16_t tempArray[] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 };

    to

    uint16_t tempArray[] = { 0x0000, 0x0000, 0x0000, 0x00200, 0x0000 };

    6. observe indentation of the line immediately change to no indentation, which is wrong as described in the post

    supercoolm
    Participant

    After updated to 8.05 yesterday, the problem disappeared… :-o

    supercoolm
    Participant

    is it possible to have an option to turn off the auto jump feature?
    I think by disable automatically goto next match will solve the issue

    I was demostrate regular expression in a presentation and having to explain it’s EmEditor’s behaviour issue was kind of awkward.

Viewing 3 posts - 1 through 3 (of 3 total)