![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2006
Posts: 1
Rep Power: 0
![]() |
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! |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Dec 2006
Posts: 50
Rep Power: 2
![]() |
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.
|
|
|
|
|
|
#4 |
|
Sexy Programmer
|
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.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0
![]() |
You could check out gtksourceview's source code maybe:
http://gtksourceview.sourceforge.net/ It's not java though. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [perl] graphical text editor | glimmy | Existing Project Development | 0 | Aug 6th, 2006 11:47 PM |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 8:55 AM |
| How to detect cursor location and insert text??? | syntax-error | C# | 3 | Jun 30th, 2005 1:42 AM |
| Text Editor : Loading Dll's | Encryption | C++ | 0 | Feb 27th, 2005 1:57 PM |