Inno Setup 单词补全根本不起作用

发布于 2025-01-09 10:50:18 字数 170 浏览 1 评论 0原文

Inno Setup 中的单词补全如何工作?

如果我在代码中任何标识符或单词的中间或末尾按 Alt+Right,则不会发生任何情况。

我找不到任何要安装的扩展,也无法在互联网上找到此主题的答案...

(Inno Setup Compiler v. 6.2.0)

How does word completion work in Inno Setup?

If I press Alt+Right at the middle or at the end of any identifier or word in the code, nothing happens.

I can't find any extensions to install and I can't find answers on the internet to this topic...

(Inno Setup Compiler v. 6.2.0)

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

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

发布评论

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

评论(1

请远离我 2025-01-16 10:50:18

Inno Setup 编译器 IDE 可以完成:

  • 节名称
  • 标准节指令、参数和标志
  • 常量
  • 预处理器指令
  • Pascal Script 事件函数名称

仅此而已。所以事实上,它在 Pascal Script 代码中并不是很有用。

Inno Setup compiler IDE can complete:

  • Section names
  • Standard section directives, parameters and flags
  • Constants
  • Preprocessor directives
  • Pascal Script event function names

Nothing more. So indeed, it's not very useful in the Pascal Script code.

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