Editor?
I am starting a project and was wondering if anyone has a code for a simple text editor like notepad, with basic cut/ paste copy, and save/open features, nothing too fancy to help me get started. I tried looking online, but i kept getting some wierd stuff that did not help me.
[298 byte] By [
AdiVa] at [2007-11-27 4:09:03]

Hi there,You could try Dr Java...DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ...www.drjava.org/CheersChumby
> a simple text editor like notepad, with basic cut/ paste copy, and save/open> featuresOn Windows, TextPad http://www.textpad.com/Using Linux, Kate http://kate-editor.org/
Ohh, thanks for those links guys, but I guess I was a bit vague.
I really don't need the program, I just need the source code, since I want to see how some of those stated function(cut/paste save/open)
work and from there on to start modifying it to my needs.
Since my goal for this is to make a fully working editor(kinda like Word I guess, but fewer functions for now) made with Java.
That's why I asked if you guys have any source codes, from your previous experience in order to help me get started.
AdiVa at 2007-7-12 9:14:26 >

Yep, found it, Thanks a lot, that tremendously helped. Now I can build up on it. Thanks for the help again!
AdiVa at 2007-7-12 9:14:26 >
