Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 26th, 2006, 9:50 AM   #1
phuz
Newbie
 
Join Date: Dec 2006
Posts: 1
Rep Power: 0 phuz is on a distinguished road
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!
phuz is offline   Reply With Quote
Old Dec 26th, 2006, 1:11 PM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote
Old Dec 26th, 2006, 4:12 PM   #3
BinarySurfer
Programmer
 
BinarySurfer's Avatar
 
Join Date: Dec 2006
Posts: 53
Rep Power: 0 BinarySurfer is an unknown quantity at this point
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.
BinarySurfer is offline   Reply With Quote
Old Dec 26th, 2006, 10:22 PM   #4
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
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!
ReggaetonKing is offline   Reply With Quote
Old Dec 29th, 2006, 3:09 PM   #5
commodore
Programmer
 
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0 commodore is an unknown quantity at this point
You could check out gtksourceview's source code maybe:
http://gtksourceview.sourceforge.net/
It's not java though.
commodore is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:56 PM.

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