02-07-2024 07:32 AM
Hello everyone,
I'm using LabWindows/CVI 2017 with an external text editor (Visual Studio Code), because IMHO this is the best editor regarding syntax highlighting, autocomplete, and much more.
So I'm basically using CVI just for GUI editing, building and debugging.
My problem here is, that every time I used the external editor, CVI is warning me with "File XYZ has been modified on disk since was last loaded", which is annoying and time-consuming.
I found this short article, but it is not helping: Notification of External Modification
Other IDEs, like IAR Embedded Workbench, do not show this warning.
Does anyone know way to disable this warning or a similar workaround?
Thank you!
02-22-2024 09:36 AM
I don't think you can easily disable this annoying behavior, because it looks like "hard coded" feature. With some kind of reverse engineering, probably.
But you can compile CVI app from command line without CVI IDE — just setup appropriate build option in VSCode, this will decrease amount of necessary switches between IDEs.