Skip to content

Commit

Permalink
TODO update
Browse files Browse the repository at this point in the history
  • Loading branch information
panicz committed Sep 10, 2024
1 parent 424d688 commit 4b3bb71
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions TODO.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
* 09.09.2024

sprobujemy dzis popracowac z pustym dokumentem, i wdrozyc
stosowne poprawki

No to tak:
- kursor otwierajacy powinien byc ([ 1), a zamykajacy (] 1)
( ( ) )

OK. widzimy, ze mamy pewien problem z tym, ze kursor przechowujemy
w edytorze, i ze przy zmianie dokumentu nie zmieniamy tego kursora.

Stad pomysl bylby taki, zeby:
- stworzyc klase DocumentEditingContext
- w dokumencie trzymac mape, ktora pelnilaby role analogiczna
do document-transform
- mape document-transform usunac

#+BEGIN_SRC scheme
(define-type (DocumentEditingContext
cursor: Cursor
selection-range: int
transform: Transform))
#+END_SRC


* 08.09.2024

no i po warsztatach.
Expand Down

0 comments on commit 4b3bb71

Please sign in to comment.