Configure proxy settings in Notepad++ via Plugin Manager

前端 未结 5 1320
予麋鹿
予麋鹿 2021-02-01 04:40

I would like to configure proxy settings in Notepad++ to allow downloads from the internet via a proxy. After searching how to do that from the net I understand that I need to d

5条回答
  •  梦毁少年i
    2021-02-01 04:55

    From the command line we have to access to the \updater folder of Notepad ++

    > cd /d C:\Program Files (x86)\Notepad++\updater
    

    then :

    > gup -options
    

    The window for proxy configuration is displayed:

提交回复
热议问题