Text Editor
Jump to navigation
Jump to search
- Parse the code.
- Extract metadata about the text. What is a function? What is a datastructure? Profiling data. Test failures.
- Render fancy graphics of the functions.
- Sliding Window view into a byte array? Continuously stream data from disk?
- How to deal with wrapping lines? Might always need to read the file from the start... Store lengths of lines in some array.
- A lot of these ideas tie into the Programming Language Ideas
- Tie into TheFramework. Multiple clients with cursors on the screen at the same time...