gpt4 book ai didi

ios - Xcode 4 : Can I get a path to the currently active file via AppleScript?

转载 作者:可可西里 更新时间:2023-11-01 03:52:45 26 4
gpt4 key购买 nike

我正在尝试编写自定义 xcode4 行为以使用 Perforce 检查当前事件文件。我知道我可以编写自定义行为以在按下某个键时运行(例如,F1)当前在 Xcode 中“活跃”的源文档,获取它的路径,并尝试通过 Perforce 检查它。

据我所知,AppleScript 是到达目标文档的最佳方式,因为它可以轻松导航 Xcode DOM。鉴于此,DOM 本身就是一个迷宫。

这可以做到吗?

最佳答案

是的。

tell application "Xcode"
set CurrentActiveDocument to document 1 whose name ends with (word -1 of (get name of window 1))
set WhatYouWant to path of CurrentActiveDocument
end tell

关于ios - Xcode 4 : Can I get a path to the currently active file via AppleScript?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10341327/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com