Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Jul 19th, 2006, 8:10 AM   #1
anant_tickoo
Programmer
 
Join Date: Sep 2005
Posts: 50
Rep Power: 0 anant_tickoo is an unknown quantity at this point
Text Editor

hey!

i was trying to make a text editor. but the problem is that i am not able to get started on it coz i do't have a clue how to start.

any one here to give me start.
thanks
anant_tickoo is offline   Reply With Quote
Old Jul 19th, 2006, 8:25 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Please find some material on how to ask a question the smart way. There's a link in the FAQ/rules. We have no earthly idea what your OS/platform is, whether you're thinking GUI, or how much ability you have scraped together, to date. Search the forum for this topic. Search Google for tutorials. Dropping your question here, as phrased, is about as effective as running out in the yard and kicking your dog. Go read and research.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 19th, 2006, 8:38 AM   #3
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>i was trying to make a text editor. but the problem is that i am not able to
>get started on it coz i do't have a clue how to start.
I laughed so hard at that statement, my coworkers gave me funny looks.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote
Old Jul 19th, 2006, 11:58 AM   #4
anant_tickoo
Programmer
 
Join Date: Sep 2005
Posts: 50
Rep Power: 0 anant_tickoo is an unknown quantity at this point
okey!! it made you laugh . makes me happy coz some had a gud laugh coz of me

okey can i ask for a link or any resource which would make me go in a direction.

hopin 4 a reply
anant_tickoo is offline   Reply With Quote
Old Jul 19th, 2006, 12:13 PM   #5
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
why don't you google how to make a text editor? Isn't that easy than waiting a couple minutes to get replies saying google it?
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Jul 19th, 2006, 12:14 PM   #6
anant_tickoo
Programmer
 
Join Date: Sep 2005
Posts: 50
Rep Power: 0 anant_tickoo is an unknown quantity at this point
tell me abt it . i have been search it for a day or so .

just a rephrasing of a serch can lead u some results. lesson of the day
anant_tickoo is offline   Reply With Quote
Old Jul 19th, 2006, 12:19 PM   #7
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
http://www.devzoo.com//index.php?tooltype=WindowsEditor

here's a link to a bunch of open source text editors. Go through some of the source code and look what you need to learn to make your own.

EDIT: Took me 6 minutes to read your reply and find some resources. And it took you a day...
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Jul 19th, 2006, 12:29 PM   #8
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
Start reading some tutorials on the C languages, then find out which api you'll use. Then if you have some problems, come back, describe your problem and we'll help you.
__________________
-- v0id
v0id is offline   Reply With Quote
Old Jul 19th, 2006, 12:50 PM   #9
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
Rather than look for existing stuff, it's instructive to think about the problem yourself and see if you can come up with something workable. Keep it simple at first so you can focus on the key elements of the text editor. In other words, fancy GUIs can come later.

For example, how would you store the contents of a file in memory? How would that decision affect the features such as cut and paste, line splicing, and line editing? What kind of user interface would be the most efficient? What about the most user friendly? Asking yourself questions like that is the first step toward building a design, and anyone with two brain cells to rub together can do it.

A simple command line text editor like ed is pretty straightforward, and a good intermediate project too.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote
Old Jul 27th, 2006, 6:21 PM   #10
amazon10x
Newbie
 
Join Date: Jun 2006
Posts: 8
Rep Power: 0 amazon10x is on a distinguished road
http://winprog.org/tutorial/ Here's a tutorial on the win32 api. It walks you through making an extremely simple text editor.
amazon10x 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
OnlineTextEditor.Com! Sane Show Off Your Open Source Projects 43 Jun 16th, 2006 9:55 AM
Basic Text Editor Toro Show Off Your Open Source Projects 6 Jun 15th, 2006 11:33 PM
How to detect cursor location and insert text??? syntax-error C# 3 Jun 30th, 2005 2:42 AM
Text Editor : Loading Dll's Encryption C++ 0 Feb 27th, 2005 2:57 PM




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

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