網頁

2018年5月24日 星期四

Adobe Dreamweaver CC 2018 升級註記

  • 不想使用 Adobe CC 所提供的  real time preview的修改方式
找出 PIB_Dynamic.js ,將腳本的的
dw.browseDocument(dw.getDocumentPath('document'),theBrowser, "-1"/*help argument*/, false /*use temp doc*/, isPIB);

改成
dw.browseDocument(dw.getDocumentPath('document'),theBrowser, "-1"/*help argument*/, false /*use temp doc*/, true);

不用改  PIB_Dynamic.js,這個方式好像也有用 [don't use Real-Time Preview.

Instead, use right-click, Open in Browser.]
Win:%appdata%\Adobe\Dreamweaver CC 2018\zh_TW\configuration\Brackets\brackets.json,將autoCloseBraces 與 autoCloseQuotes設定為 False
  • 應用程式主題
編輯 => 偏好設定 => 介面 => 程式碼主題選擇 Dark or Monaki
  • 應用程式主題 
    • A 電腦上的所有個人設定轉到 B 電腦的方式。CMD %appdata%\Adobe,直接複製Dreamweaver CC 2021 資料夾 到 B電腦即可。

參考資料:
  1. DW CC 2017 how to get back old F12 functionality