在记事本中创建新快捷方式++

发布于 2024-11-18 15:02:38 字数 230 浏览 3 评论 0原文

我正在尝试在记事本++中添加快捷方式或按钮来调用我当前正在编辑的文件上的外部程序。

例如,假设我有程序“analyzer.jar”。我想在记事本++中创建一个按钮(或快捷方式),直接运行命令“cmd -K java -jaranalysis.jar“$(FULL_CURRENT_PATH)”。

因为我还没有找到任何命令解决方案尚未解决,任何帮助将不胜感激:)。

I am trying to add a shortcut or a button in notepad++ to call an external program on the file I am currently editing.

For example, let's say I have the program "analyzer.jar". I would like to create a button (or shortcut) in notepad++ that would directly run the command "cmd -K java -jar analyzer.jar "$(FULL_CURRENT_PATH)".

Since I haven't found any solution yet, any help would be deeply appreciated :).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷清清 2024-11-25 15:02:38

好吧,事实上,我发现为命令创建快捷方式是多么容易:

  1. 进入菜单并选择“运行运行...”(或按< kbd>f5)
  2. 键入命令
  3. 单击“保存”,然后选择您选择的键盘快捷键

有时,当您寻找复杂的解决方案时,您看不到简单的解决方案。 ..

Well, in fact I found how easy it is to create a shortcut for a command:

  1. Go in the menu and select "RunRun..." (or press f5)
  2. Type your command
  3. Click on "Save", and select the keyboard shortcut of your choice

Sometimes, when you look for complicated solutions, you don't see the simple ones...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文