linux:mock

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:mock [2023/03/10 20:01] – [chroot サンドボックス ツールとしての Mock] ともやんlinux:mock [2023/03/10 20:45] (現在) – [コンフィギュレーションの内容] ともやん
行 2039: 行 2039:
     theme: "cobalt",     theme: "cobalt",
     lineNumbers: true,     lineNumbers: true,
-    indentUnit: 4 +    indentUnit: 4, 
-  });+    //continuousScanning: 500, 
 +    //height: "auto", 
 +   });
   let jsEditor002 = CodeMirror.fromTextArea(document.getElementById('codemirror002'), {   let jsEditor002 = CodeMirror.fromTextArea(document.getElementById('codemirror002'), {
     mode: "javascript",     mode: "javascript",
     theme: "cobalt",     theme: "cobalt",
     lineNumbers: true,     lineNumbers: true,
-    indentUnit: 4+    indentUnit: 4
 +    //continuousScanning: 500, 
 +    //height: "500px",
   });   });
 +  jsEditor001.setSize(null, "auto");
 +  jsEditor002.setSize(null, 500);
   </script>   </script>
 </div> </div>
  • linux/mock.1678446081.txt.gz
  • 最終更新: 2023/03/10 20:01
  • by ともやん