Skip to content

Commit c5c3b2f

Browse files
committed
Added todos
1 parent 612126a commit c5c3b2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/processing/app/gradle/GradleService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?)

app/src/processing/app/gradle/ScreenshotService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1719
class ScreenshotService {
1820
companion object{
1921
fun takeScreenshot(vm: VirtualMachine, onComplete: (Path) -> Unit) {

0 commit comments

Comments
 (0)