Thursday, February 12, 2015

Introducing ePad - A text editor written in Elementary

I have been working on a number of small tools for the up coming Bodhi Linux 3.0.0 release (find the latest release candidate here) and one than I am working hard to get up to snuff is our text editor ePad. Previous versions of Bodhi Linux has always included the GTK text editor Leafpad by default so my initial release of ePad has the goal of simply covering the same features as Leafpad at the bare minimum.

As of today my ePad source is nearing a 1.0.0 release and the goal of this post is to let folks outside of Bodhi know it exists and that it is ready for them to give it a try. ePad in its current form supports most all of the features you would expect from a text editor: Cut, Copy, Paste, Undo, Redo, Find, Replace, and displaying Line Numbers. On top of these it also supports opening multiple files in the same application window.

You can find the ePad source on GitHub here and you can report issues you encounter on the GitHub issue tracker here. Please note that ePad requires:

Finally a few screenshots of ePad in a couple different elementary themes:





Cheers,
~Jeff Hoogland

9 comments:

  1. Why yet another text editor?

    ReplyDelete
    Replies
    1. There is another fully functional text editor written in elementary and/or EFLs?

      Delete
    2. It depends on whether you care if your text editor uses a different widget/library set than your desktop. If you don't care, then certainly you can use one of any number of text editors that have been around for a long time. If you'd like it to be thematically consistent with the Enlightenment 17 or later desktop, then I believe this is the first one.

      Delete
    3. I was focused on functionality only and was just curios. Your answers make perfect sense from the theme point of view.

      Delete
  2. Will this text editor be able to open/edit files as root or with sudo privelages?

    ReplyDelete
    Replies
    1. Already does. Even gives you a notification that you are working as root user: http://i.imgur.com/AsAqAkp.png

      Delete
  3. Will there eventually be optional syntax hightlighting in the distant future? Maybe borrowing from another project?

    ReplyDelete
    Replies
    1. That is outside the scope of this project.

      Delete