fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
825 stars 220 forks source link

SOH control character #2127

Open markknol opened 6 years ago

markknol commented 6 years ago

image Sometimes after refactoring or completion selection I get this weird SOH character automatically inserted. Any reason why this sometimes happens? It also sometimes messes up the naming.

Seems to happen since the latest releases HaxeDevelop version.

DarthVan commented 6 years ago

Hi! Have that problem about 2 years =). I tryed to reproduce it, but its happens randomly.

rubzombie commented 5 years ago

For me the issue isn't associated with code refactoring, but happens randomly when saving a file. When it happens the SOH character always appears at the end of the file.

markknol commented 4 years ago

Any idea why we get this SOH control character? This makes refactoring unstable.

dyvoid commented 4 years ago

This sometimes happens randomly when I refactor as well. I haven't been able to find a reliable way to reproduce it. It adds the SOH character, and then also messes up the rename itself in all places. Since these changes are saved in all affected files this can mess up and entire codebase.