Voqal
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
已编辑于 Get virtual files for changed files till specified label
已回答I've implemented a way to revert changes by first creating a local history label via:val label = LocalHistory.getInstance().putSystemLabel(project, "voqal.edit.$memoryId")val action = LocalHistory.... -
已编辑于 Trigger Smart Enter in Scratch File
已回答I'm trying to programmatically trigger a “smart enter” in a scratch file. That is, I have some Java code in a scratch file that contains an opening “{” without the closing “}”. I would like to lean...