Trying to code a basic text editor to play around with Java’s file objects and classes.
What I cannot seem to figure out is how to go about developing something like the ‘nano’ interface. Or ‘vim’ interface, for that matter.
File creation is not a problem, its editing on the fly, and post-creation editing, that has just got me.
Any ideas?
Edits: Similar questions on Stackoverflow that I found interesting:
1 Text editor theory
User CHARVA
You can get the output like below.
Check out this link http://www.pitman.co.za/projects/charva/index.html