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:
- python 2.7
- pyefl >= 1.12
- elmextensions
Finally a few screenshots of ePad in a couple different elementary themes:
Cheers,
~Jeff Hoogland
Super Cool!!
ReplyDeleteWhy yet another text editor?
ReplyDeleteThere is another fully functional text editor written in elementary and/or EFLs?
DeleteIt 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.
DeleteI was focused on functionality only and was just curios. Your answers make perfect sense from the theme point of view.
DeleteWill this text editor be able to open/edit files as root or with sudo privelages?
ReplyDeleteAlready does. Even gives you a notification that you are working as root user: http://i.imgur.com/AsAqAkp.png
DeleteWill there eventually be optional syntax hightlighting in the distant future? Maybe borrowing from another project?
ReplyDeleteThat is outside the scope of this project.
Delete