File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/src/processing/app/gradle Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import kotlin.io.path.writeText
2424// TODO: Remove dependency on editor (editor is not mockable, or move editor away from JFrame)
2525// TODO: Improve progress tracking
2626// TODO: PoC new debugger/tweak mode
27- // TODO: Allow for plugins to skip gradle entirely
27+ // TODO: Allow for plugins to skip gradle entirely / new modes
2828// TODO: Improve background building
2929// TODO: Rename to Service?
3030// TODO: Track build speed (for analytics?)
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import kotlin.time.TimeSource
1414// TODO: Move to java mode
1515// TODO: Add more feedback when things go wrong
1616// TODO: Check if the sketch has a draw method
17+ // TODO: Communicate the screen over the debugging connection (to support remote clients)
18+ // TODO: Support recording videos
1719class ScreenshotService {
1820 companion object {
1921 fun takeScreenshot (vm : VirtualMachine , onComplete : (Path ) -> Unit ) {
You can’t perform that action at this time.
0 commit comments