Hecto, Chapter 7: Syntax Highlighting

November 8, 2019
Previous chapter - Overview - Appendices
We are almost done with our text editor - we’re only missing some syntax highlighting.
Engineering Productivity Manager
November 8, 2019
Previous chapter - Overview - Appendices
We are almost done with our text editor - we’re only missing some syntax highlighting.
November 8, 2019
Previous chapter - Overview - Appendices - Next Chapter
Our text editor is done - we can open, edit and save files. The upcoming two features add more functionality to it. In this chapter, we will implement a minimal search feature.
November 8, 2019
Previous chapter - Overview - Appendices - Next Chapter
Now that hecto
can read files, let’s see if we can teach it to edit files as well.
November 8, 2019
Previous chapter - Overview - Appendices - Next Chapter
Let’s see if we can turn hecto
into a text viewer in this chapter.
November 8, 2019
Previous chapter - Overview - Appendices - Next Chapter
In this chapter, we will tackle reading from and writing to the terminal. But first, we need to make our code more idiomatically. Beware! The beginning of this chapter will contain a lot of prose, which you can safely skip if you are not interested.
November 8, 2019