Thread: building a text editor

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    5

    Question building a text editor

    i need some ideas on how to implement the following functions in a text editor:

    1. multiple columns
    2. justification
    3. hyphenation
    4. pagination

    Does anyone have links to hyphenation algorithms?

    thanks,

    luke

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    5
    anybody?

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    24

    text editor source code

    Dunno if this will help, but Programmer's Heaven has a free source code to a text editor. Check it out ;-) The file is "TDE31.ZIP", just look for it on the link above.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating very simple text editor using c
    By if13121 in forum C Programming
    Replies: 9
    Last Post: 10-19-2010, 05:26 PM
  2. C++ For Text Editor?
    By bmroyer in forum C++ Programming
    Replies: 12
    Last Post: 04-05-2005, 02:17 AM
  3. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  4. help about text editor
    By nag in forum C++ Programming
    Replies: 2
    Last Post: 04-24-2003, 11:45 AM
  5. Making a text editor
    By neandrake in forum C++ Programming
    Replies: 5
    Last Post: 02-26-2002, 11:43 PM