Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   Developing Text Editor (http://www.programmingforums.org/showthread.php?t=12260)

phuz Dec 26th, 2006 10:50 AM

Developing Text Editor
 
Hie,

I'm currently doing my final year project and it's about developing a text editor for C programming with added functions in it i.e. line count, syntax highlighting etc.

So, can u guys share with me any knowledge on how it can be developed? Is Java suitable or is there something else better?

Anything at all, pls. I would like to know. I really appreaciate it. Thanx!

Arevos Dec 26th, 2006 2:11 PM

I suspect your choice of language is going to be strongly influenced by what GUI libraries are available for it and how easy they are to extend. There are already a number of java based editors around, however, so Java would seem a reasonable choice.

BinarySurfer Dec 26th, 2006 5:12 PM

I recommend going to the Java API and looking at the GUI (javax.swing and java.awt) and the classes to determine whether what you need is there and suitable. Most of all, I hope you do know Java if you're concidering making it in this language. I don't know much about making a C compiler in Java, so I can't help you there.

ReggaetonKing Dec 26th, 2006 11:22 PM

I did a Text Editor in Java. Developing it was quite easy. Although, the text editor didn't have syntax highlighting though.

I know its' possible do have syntax highlighting or Eclipse IDE, which was made in Java, wouldn't have that feature.

commodore Dec 29th, 2006 4:09 PM

You could check out gtksourceview's source code maybe:
http://gtksourceview.sourceforge.net/
It's not java though.


All times are GMT -5. The time now is 1:27 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC