zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.42k stars 174 forks source link

系统调起打印功能无反应 #763

Closed Mapaler closed 4 months ago

Mapaler commented 4 months ago

HX01GzGowo 使用Window原版记事本时

在纯文本文件上右键选择打印,会直接打开记事本并发送到默认打印机。 aoej4L5bm6

注册表映射到Notepad2时,右键选择打印,只是打开了文件,没有进入打印或者打开打印窗口。 Notepad2_4DJlpkbV2O

除了使用 explorer 自带打印入口,也可以用如下 PowerShell 命令调起系统的打印流程。

Start-Process -FilePath D:\test.txt -Verb Print;

不过 explorer 里面支持同时打印多个文件,这个 PowerShell 命令好像不行。 explorer_L1ErNzbAKE

zufuliu commented 4 months ago

Will add code to handle currently ignored /p command option.

zufuliu commented 4 months ago

/p (print file with default printer and options) command option (works without replacing Notepad) added by ba2a0d7e83069037066ae32ddb0a08547e036587.

zufuliu commented 4 months ago

"[Command Line Help" dialog has new strings need to translate, cc @maboroshin, @Matteo-Nigro, @VenusGirl.

Command Line Help