Sfoglia il codice sorgente

Comment about another major use of the code - standalone editing

Source commit: c92f8fc048507432ecd2e6e56e5db6ce4b3b5a91
Martin Prikryl 4 anni fa
parent
commit
5efcaa0983
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      source/forms/CustomScpExplorer.cpp

+ 4 - 2
source/forms/CustomScpExplorer.cpp

@@ -4732,8 +4732,10 @@ void __fastcall TCustomScpExplorerForm::Idle()
 {
 
   if (FShowing ||
-      // Particularly to detect closed connection and automatically reconnect it while waiting for changes
-      // while "keeping remote directory up to date"
+      // Particularly for
+      // - Standalone editing
+      // - Detecting closed connection and automatically reconnect it while waiting for changes
+      //   while "keeping remote directory up to date".
       StandaloneOperation)
   {
     FEditorManager->Check();