lifenjoiner

Results 70 comments of lifenjoiner

@Bioruebe I have uploaded a 32 bits unshield at https://github.com/Bioruebe/UniExtract2/issues/169#issuecomment-543120312

It doesn't work on the Cab file. It seems like 'IsXunpack' for comparation, and works (only) on newer versions. Have a try, you will see (:

Take an example: It can work on the official InstallShield setups that listed in the source code comments. And it can extract the prerequisites. From 'InstallShield2015LimitedEdition.exe' will get: -------------------------------------------------- 0x0409.ini...

I work on processing the `ISEXE` and `ISCAB` files again ... @mirh I haven't used unshield before today. I compiled the `unshield` and had a try. As it says, it...

I'm not an expert on this, but only do 1 thing in 1 commit, please. `Atomic commits: One change, one commit.`

有人有兴趣试一下 [CI Artifacts](https://github.com/zufuliu/notepad2/actions/runs/7625288538),给一些反馈吗? 用法在 [#758](https://github.com/zufuliu/notepad2/pull/758) 。 如果再能增加自定义按钮,对于喜欢用鼠标的也方便了。 CC: @Leroy-X

喔~ 您又花这么大力气专门写了一个程序!Respect ~ 我的想法是这样的: 通过参数 `/content /searchpath:"%cd%"` 切换到 `grepWin`,并通过其 `editorcmd=notepad2 /g %line% %path%` 配置切换回来,是一种无需额外维护的简单方法。 这将是一种弱耦合,但足够好,模块化,并实现了“替换所有文件”的需求。 顺便说一下:用户甚至可以配置其他外部工具,这将是灵活的。 --- Switching into `grepWin` by parameters `/content /searchpath:"%cd%"`, and switching back by its `editorcmd=notepad2...

For grepWin, choose "content" mode (UI: right bottom; CLI: /content) will be a bit better, although still no highlight. BTW: * If grepWin can add highlight and matching %column%, that...

The current solution is not that bad, and the [wiki](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS#caveats) has been updated to: > For each server, a random relay from the set is chosen when servers are ranked,...

Try the latest Artifacts from https://github.com/stefankueng/grepWin/actions. I had improved it.