Need a better way to see when a member is finally saved. #1054
Replies: 3 comments 4 replies
-
When a file is dirty (editor and not saved), then the tab will display a circle. When you hover over the tab is will turn into an X (to close it). The circle goes away when it is clean (saved with no changes pending). There is also a setting (from the connection settings) that will enable auto save before running an Action: |
Beta Was this translation helpful? Give feedback.
-
As a sidenote, I would recommend looking at implementing the BUILD tool created years ago by @ScottKlement and very well documented. I have used it for years (and adapted it to also work with streamfile source files), and it works great. It doesn't interfere with the regular compile commands (since it relies on comments in the source) and can eliminate many repetitious tasks. That way you can compile (or rather BUILD) from VSC and get the compiler output back to VSC. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How do I see when a member is finally saved?
This is a big problem as sometimes its quick and other times its slow. With large source members, the updated to the server takes a while.
Because we have old code where files are defined twice, once for inquiry and the second for updates. The 2 files are the same file but with a suffix to the file name. We have CL the does an OVRDBF of the dummy file name back to the file. So I have to compile outside of VSC.
Many times now I have started the compile to find the saving to disk has not completed and so the compile fails.
If I use ctrl + E, I can see the delay, but the programs never compile.
So I need something on the screen to tell me that the member has now been saved.
Or, is there something I am not seeing?
TIA, Darryl Freinkel.
Beta Was this translation helpful? Give feedback.
All reactions