From c6d5aa0c4ad89b1b70e1d9da567e65759e7b731a Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 28 Jan 2025 15:23:08 +0100 Subject: [PATCH] Added todo for lexer api change --- .../java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java index e655d90..bc8d52f 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java @@ -33,6 +33,11 @@ import org.x4o.fc18.cake2.FourCornerDotCake; /// @version 1.0 Jan 09, 2025 public interface FourCornerZion7Candlelier { + // TODO: remove dot cake enum and change offsets to full cake points + // (and remove duplicate list objects like;) + // maybe remove cakeSliceStart as that is not needed for write support, (is already in fire) + //void strobeWords(List text, int textStart, int textStop, int cakeSliceStart); + /// Single word from slice. void strobeWord(FourCornerDotCake slice, int offset);