portapack-mayhem/firmware/test/application
Kyle Reed 8d7fdeb633
Add edit support for Notepad (#1093)
* WIP file editing

* WIP file editing

* Add "on_pop" handler to navigation.

* WIP Editing

* WIP for draft

* Fix mock and unit tests,  support +newline at end.

* Clean up Painter API and use string_view

* Fix optional rvalue functions

* Fix Result 'take' to be more standard

* FileWrapper stack buffer reads

* Grasping at straws

* Nit

* Move set_on_pop impl to cpp

* Workaround "Open" when file not dirty.

---------

Co-authored-by: kallanreed <kallanreed@outlook.com>
2023-06-01 15:45:55 -07:00
..
CMakeLists.txt Move file_wrapper and make testable. (#1085) 2023-05-28 08:44:21 -07:00
main.cpp Move tests, add applicaiton tests. (#1031) 2023-05-21 17:33:12 -07:00
test_basics.cpp Move tests, add applicaiton tests. (#1031) 2023-05-21 17:33:12 -07:00
test_circular_buffer.cpp Lazy line caching for Notepad (#1042) 2023-05-22 13:08:59 -07:00
test_file_wrapper.cpp Add edit support for Notepad (#1093) 2023-06-01 15:45:55 -07:00
test_optional.cpp Notepad menu (#1072) 2023-05-26 10:02:17 +02:00