Posts Tagged ‘syntax’
Text Editor
Sunday, September 13, 2009 21:03 No CommentsUnfortunately this isn’t anything new, but I would like to create my own text editor, that can do the basics with some enhancements. The following is what I am thinking of initially:
open and saving files
cut
copy
paste
undo
word wrap
font choices (maybe)
syntax highlighting (if I can figure out how to implement) for Java, C, HTML, PHP, XML
word count
current line
find and [...]