Ver Fonte

Comment about another major use of the code - standalone editing

Source commit: c92f8fc048507432ecd2e6e56e5db6ce4b3b5a91
Martin Prikryl há 4 anos atrás
pai
commit
5efcaa0983
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      source/forms/CustomScpExplorer.cpp

+ 4 - 2
source/forms/CustomScpExplorer.cpp

@@ -4732,8 +4732,10 @@ void __fastcall TCustomScpExplorerForm::Idle()
 {
 {
 
 
   if (FShowing ||
   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)
       StandaloneOperation)
   {
   {
     FEditorManager->Check();
     FEditorManager->Check();