The Artima Developer Community
Sponsored Link

Java Answers Forum
Java Editor...

3 replies on 1 page. Most recent reply: Apr 13, 2003 12:21 PM by sunilgiri

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Java Editor... Posted: Mar 31, 2003 4:15 PM
Reply to this message Reply
Advertisement
I have written an editor in Java for editing java files. The editor's functionality includes...

syntax highlighting
code reformatting
automatic code completion
find matching braces and parentheses
display of line numbers
display of directory tree
undo/redo
auto indent
easy to use search functionality
display method names in a sidebar (for the file being edited)
smart Home/End key behavior

I am planning to extend the functionality so that the editor can work with HTML, XML, jsp files etc apart from enhancing the code.

Would anyone be interested in working with me?


sunilgiri

Posts: 7
Nickname: sunilgiri
Registered: Feb, 2003

Re: Java Editor... Posted: Apr 1, 2003 10:59 AM
Reply to this message Reply
Yes Buddy Iam interested

Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: Java Editor... Posted: Apr 1, 2003 4:03 PM
Reply to this message Reply
Hi,

Thanks for the reply. If you can let me know your email address, I can forward you the details and the things that need to be done.

Regards

sunilgiri

Posts: 7
Nickname: sunilgiri
Registered: Feb, 2003

Re: Java Editor... Posted: Apr 13, 2003 12:21 PM
Reply to this message Reply
My email id is sunilgirigiri@rediffmail.com/callsunil1@rediffmail.com

Flat View: This topic has 3 replies on 1 page
Topic: Java problems with my program Previous Topic   Next Topic Topic: using timers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use