Forum Replies Created
- AuthorPosts
- supercoolmParticipant
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 bracketsexample:
changeuint16_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
July 29, 2009 at 11:14 pm in reply to: select encoding inconsistant when open multiple files at once #7512supercoolmParticipantAfter updated to 8.05 yesterday, the problem disappeared… :-o
July 29, 2009 at 3:54 am in reply to: Search and replace with regular expression has bad behaviour #7506supercoolmParticipantis it possible to have an option to turn off the auto jump feature?
I think by disable automatically goto next match will solve the issueI was demostrate regular expression in a presentation and having to explain it’s EmEditor’s behaviour issue was kind of awkward.
- AuthorPosts