Voqal
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Voqal created a post, AnsweredGet 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.... -
-
-
Voqal created a post, AnsweredTrigger 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...