Jump to content

My new text editor

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
DarkLordoftheMonkeys

DarkLordoftheMonkeys

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 255 posts
I'm making a terminal based text editor in C. I've already figured out how to do a lot of the stuff I need, such as read lines into a buffer, create a linked list, move around the file, back up files, etc. The beta and version 1.x are going to be just a bare-bones line editor, no regular expressions or substitutions or anything like that. In version 2.x I plan to add some of the aforementioned features and make it more like ed. I'm going to call it bined, which is a recursive algorithm for Bined Is Not ED. I plan to make bined 3.x a full screen editor, and then eventually make a GUI version that will run in the X Window interface.

My question is what should I call version beta and 1.x? I'm torn between two names: ned, for Naked EDitor, and cred, for CRappy EDitor. Which one sounds better for a text editor like the one I just described?
Life's too short to be cool. Be a nerd.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
BBed
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
DarkLordoftheMonkeys

DarkLordoftheMonkeys

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 255 posts
But there's already a text editor called BBEdit.
Life's too short to be cool. Be a nerd.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The good names are probably all claimed.

DLMed 0.9
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog