Notepade++

Reference

Notepad++ 设置运行默认脚本程序Python?

[cmd /k python “$(FULL_CURRENT_PATH)” & ECHO. & PAUSE & EXIT],且设置Ctrl+F5运行;

  1. cmd /k python "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT

link

NotePad++ 编辑模式设置为Linux?

[档案格式转化][EOL Conversion];

NotePad++ 整段落缩进?

向后缩进[Tab], 向前缩进[Shift+Tab];

NotePad++ Compare 插件;

NotePad++ 列编辑模式?

按住Alt之后,就处于列模式了,松掉ALT就离开了ALT恢复普通模式了,Alt+c;

NotePad++ 返回上一步操作?

Ctrl+Z;

NotePad++ 显示文件行号?

Settings-> Preference ->Editing-> 选中Display Line Number,即可显示行号

NotePad++ 实现在多个打开的窗口间切换?

Ctrl+Tab

NotePad++ 输入键盘比较难输入的字符ASIC码?

[编辑]->[字符面板],[Edit]->[Character Panel]

NotePad++ 自动换行?

view->word wrap

NotePad++ 关闭当前文件?

Ctrl+W

NotePad++ 资源管理器?

插件: Light Exporer

NotePad++ spell check Plugin?

Dspell check

NotePad++ support markdown?

  • Import markdown language?
    语言 -> 自定义语言格式 -> 导入->userDefineLang_markdown.xml
  • Install Markdown plugin?
    复制dll到Notepad++安装目录的plugins目录下,重启软件

NotePad++ 编辑远程主机上文件

NotePad++ 安装插件:NppFTP;
Linux 端安装FTP Server;
Linux 端创建文件;
NotePad++用NppFTP打开Linux端的文件;





附件列表

     

    posted @ 2016-08-15 08:57  lshconfigure  阅读(796)  评论(0)    收藏  举报