+ Reply to Thread
Results 1 to 7 of 7

Thread: kPad (lightweight text editor)

  1. #1
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439

    kPad (lightweight text editor)

    Brief Overview

    kPad, a lightweight text editor loosely based on the MTPad sample from the Microsoft SDK (12/1/99) allows you to read and manipulate RTF and TXT files using a RichEdit control. However, kPad's main focus is as an example of what you can do using the WTL.

    Features
    • Sheets control
    • Find and Replace custom dialogues
    • Small size


    Implementation
    • This project was created with the help ATL\WTL AppWizard as a "Multiple Threads SDI" application with a generic view window.
    • The class SheetsCtrl is view window for the MainFrame and a container for the SheetView child windows.
    • SheetView is a superclass of the RichEdit control
    • The small size of 105 kilobytes is achieved due to the WTL's non-usage of the CRT library (_ATL_MIN_CRT) and use the project options /OPT:REF, /OPT:ICF, /OPT:NOWIN98.
    DOWNLOAD PAGE

    A really small rich text editor with lots of functions. It can open RTF and TXT files, and is really portable as an EXE that's just 100KB in size.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    vDD+wR (24.09.08) , hitman (23.09.08)

  3. #2

    Join Date
    23.06.08
    P2P Client
    µT
    Posts
    435
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss435
    as i wrote to you already, its a very good alternative to commercial programs and comes pretty handy if you youre working on a "clean" PC/laptop without MS Office or others but dont want to miss various functions of it!
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Yes, it's a lot more lighter than Microsoft Office. If it supported .doc files, I'd use it instead of Word
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #4

    Join Date
    23.06.08
    P2P Client
    µT
    Posts
    435
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss435
    If it supported .doc files, I'd use it instead of Word
    yeah that function would be really great! googled it too, if some add-in or add-on (is this the same???) is existing, but without any success...
    Reply With QuoteReply With Quote
    Thanks

  6. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by vDD+wR View Post
    add-in or add-on (is this the same???)
    Hey, now you say it, I wonder the same too...
    Add-"in" sounds more like modifying a program's code to open other stuff too, etc. to me, while add-"on", like making a new layer of code sit on top the other one to achieve this.
    But they're basically the same

    I did some search too but the most I could find was KPAD, the Windows Mobile app... So I'll have to keep on using Word viewer to view .doc's and a sandboxed portable MS Office to create and edit them, like I do now.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Moderator
    shoulder's Avatar
    Join Date
    12.04.08
    Location
    I*** D* M*****
    Posts
    4,827
    Activity Longevity
    3/20 19/20
    Today Posts
    0/5 sssss4827
    Add-In - Plugin, very small update with a few more options.

    Add-On - An expansion, bigger update, mostly updates the version number.

    But I'm not sure, just a guess.



    ------------------------------>>>>>>>>>> <<<<<<<<<<------------------------------

    Reply With QuoteReply With Quote
    Thanks

  8. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Wikipedia says add-in and add-on are synonyms ("a plugin (plug-in, addin, add-in, addon, or add-on) is a computer program that interacts with a host application -a web browser or an email client, for example- to provide a certain, usually very specific, function"), but defines the latter separately as "optional computer hardware or software modules that supplement or enhance the original unit they are adding on to"!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    shoulder (24.09.08)

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •