Live data from Hacker News

Build Your Own Text Editor

viewsourcecode.org

161–164 of 164 posts

Re: Build Your Own Text Editor

#161
post #158

I got fed up with the standard offerings back in '07 or so and hammered out my idea of a code editor that's perfect for me over a long weekend. It mmaps files initially for instant response, it has a small sensible command set that I can remember completely, it depends on nothing more than the standard C library and a terminal emulator, and it's not many more lines of code than some Emacs configuration files that I'v…

Cool. Is it public? What data structure do you use for the modifications?

It's called aoeui, it's now on github, and it uses simple gap buffers.

Re: Build Your Own Text Editor

#163

Earlier quoted context omitted.

Um... Can I use it too? That sounds amazing.

really? I mean, I could probably make a version for folks to test. It only has git support and SFTP. Committing to git currently works, push works, but sometimes says it fails. Still looking into this. Color syntax highlighting works with your handwriting, but in the "worksheet" (an interactive shell) it does not yet.

Yea, I think it would be cool to use. The only thing I'm missing on my iPad Pro is a good way to work on programming.

Re: Build Your Own Text Editor

#164

Earlier quoted context omitted.

really? I mean, I could probably make a version for folks to test. It only has git support and SFTP. Committing to git currently works, push works, but sometimes says it fails. Still looking into this. Color syntax highlighting works with your handwriting, but in the "worksheet" (an interactive shell) it does not yet.

Yea, I think it would be cool to use. The only thing I'm missing on my iPad Pro is a good way to work on programming.

alright, let me see what I can do :-) Contact me if you wish.
Post reply on HN