Voqal
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited Get virtual files for changed files till specified label
AnsweredI'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.... -
Edited Trigger Smart Enter in Scratch File
AnsweredI'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...