- 打開firefox
- 在網址處打上 about:config, 看到警告之後按下 「我發誓, 我一定會小心的」
- 在 「篩選條件」 欄位打 「view_source」, 會看到相關設定變數。
- 把 「view_source_editor_external」 設定成 true(點二下就可以改變了)、 把 「view_source_editor_path」 改成你的編輯器執行檔的絕對路徑(一定要絕對路徑,絕對路徑就從c:開始哦), 就完成了!
引用的原文如下:(http://blog.ffextensionguru.com/2007/08/14/tip-change-default-text-editor-in-fx/)
By default Firefox uses
Notepadits own viewer when viewing the source of a page (CTRL+U or View, Page Source or selecting View Page Source from the Context Menu). You can select which text editor (such as Notepad++) Firefox uses by default with this simple tweak:1. In a new tab type about:config in the address bar
2. In the filter field type view_source.editor.external
3. Double-click on the entry to set it to true
4. In the filter field type view_source.editor.path
5. Double-click on the entry and in the pop-up box enter the path for your text editor
6. Click OK and close the tab
Source: CyberNet Forum
- 也可以參考洪朝貴教授的「在 firefox 瀏覽器裡面改用自選的編輯器檢視原始碼跟填寫網頁表單」
留言列表