[Source] NotepadX - Best RTF Editor Ever [Source]

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
3 posts Page 1 of 1
Contributors
User avatar
JaMaYcKa
Dedicated Member
Dedicated Member
Posts: 51
Joined: Tue Dec 28, 2010 7:48 pm

[center]Source Code[/center]

[center]NotepadX 3.6[/center]

It's basically a .NET 3.5 RichText editing program, but with some nice features added.

Features include:
-.doc, docx, html, etc viewer
-Numbered lists (as well as bulleted ones)
-Justification of text (previously not supported)
-Word wrapping
-Increased functionality of word count, etc...
-Program now prompts to save, etc when closing
-Added lots of key shortcuts (ctrl + 1, 2 ,3, etc goes to corresponding tabs, ctrl + pgdn switches to next, ctrl + pageup switches to previous, other buttons have been assigned shortcuts)...
-CTRL + Click on links to open them (default browser)
-Using WAY more functional richtext editing control (derived from the RichTextBox, but with support for far more stuff)...
-Improved the find & replace dialog loads (now single dialog but tabbed).

All features:
-Ability to right click a word & get synonyms & definitions offline.
-Ability to right click a word & get larger list of synonyms & better definitions & web results online
-"Change text case" button. Options include "Sentence Case" and "Capitalize first letter of each word".
-Ability to convert the document & save it as an Image
-GoTo specified line
-Tabbed editing
-Spell check as you type
-Support for all fonts, sizes, and formats which you would expect in a richtext file, as well as the ability to preview fonts (like in the MS Word font selection combobox)
-Subscript & superscript
-Indentation & Bulleted lists
-Recent documents
-Find & Replace (regex enabled) & GoTo Line
-Insert over 2000 symbols
-Insert images from file & from clip art (clip art pulls results off Bing using Bing's API (no webbrowsers))
-Word art (pulls results off the web, unfortunately haven't worked out how to do it without webbrowsers)
-Load website source to textbox
-Markup for VB & C#
-Zoom functionality

Some Screenies :

Image

Image


This Project Was Initially Developed By My Good Mate JackEagles ( Credits to him )
And then was amulgamated with notepadi++ Features.
and then the development just stepped up to a new phase.

So Here i am Presenting you with the source code of this program.

The program causes some errors if you try to mess with the class.
You'll Have to manage dealing with the class by yourself.
:)

and i guess its' quite cheap for 10 credits :)



This file is hosted off-site.
Download Here
Last edited by JaMaYcKa on Wed Jul 06, 2011 5:16 pm, edited 1 time in total.
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Is there any reason why google/facebook/microsoft homepages are downloaded when the program runs?
User avatar
JaMaYcKa
Dedicated Member
Dedicated Member
Posts: 51
Joined: Tue Dec 28, 2010 7:48 pm

mandai wrote:
Is there any reason why google/facebook/microsoft homepages are downloaded when the program runs?
I Haven't noticed any such thing in my Bin
Nevermind the possible reason could be the Gecko Kit Used in the backend
it messes up sometimes.
I tried fixing it
but as you will notice it messes up !
i can't fix it.

Basically when gecko stops working.
Instead of navigating to Those Pages (Google/Facebook/Microsoft)
it downloads them.
You can try fixing it
as i am not working on it anymore :)
3 posts Page 1 of 1
Return to “Source-Code”