![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Sep 2005
Posts: 50
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#3 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 4
![]() |
>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. |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Sep 2005
Posts: 50
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#5 |
|
Sexy Programmer
|
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! |
|
|
|
|
|
#6 |
|
Programmer
Join Date: Sep 2005
Posts: 50
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#7 |
|
Sexy Programmer
|
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! |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
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
|
|
|
|
|
|
#9 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 4
![]() |
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. |
|
|
|
|
|
#10 |
|
Newbie
Join Date: Jun 2006
Posts: 8
Rep Power: 0
![]() |
http://winprog.org/tutorial/ Here's a tutorial on the win32 api. It walks you through making an extremely simple text editor.
|
|
|
|
![]() |
| 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 |
| 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 |