Skip to content

Compiling in a terminal causes "modified by external application" #816

@tkarhun

Description

@tkarhun

When the option 'Preferences' -> 'Behavior' -> 'Save files when changed' is not selected, compiling an opened c source file in a terminal causes a notification "<filename> was modified in an external application. Do you want to load it again or continue your editing?" to be shown. Selecting Continue will cause the notification to be shown again until Load is chosen.

If the option 'Preferences' -> 'Behavior' -> 'Save files when changed' is selected, the editor jumps to the top of the file.

The compilation command is:
../opt/mingw32ce/bin/arm-mingw32ce-gcc -x c <filename> -L <libpath> -l <lib> -mno-thumb-interwork -o <outputfile>
which shouldn't modify the source file (and doesn't according to the output from ls -lortha).

Screenshot:

Screenshot from 2020-05-16 13-58-15

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs (re)confirmingIssue has not been confirmed by a third-party or needs reconfirming for a later versionPriority: MediumShould be addressed when time allows

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions