Page 1 of 1

Fendez Notepad 1.0 - (including source code)

Posted: Sat Jan 28, 2006 5:37 pm
by Hydrate
I have been developing for Fendez ( http://www.Fendez.com/ ) for some time now, and my first project that is coming out in any way usefull, this is the first and not the final version of my notepad, the final version will use scintilla instead.

This is basically just a notepad clone with a few extra features, which admitedly in the current version are INCREDIBLY flakey, so i would not rely on the current version, however in the coming version it is to the standard where you can actually use it as a replacement for windows notepad. I decided to release this version not because i think it was of any high standard, but simply for community use, many newcommers and/or weak coders could learn from the source code provided, and many are questioning users on the forums for how to make thier own notepad clone, a common starting ground, so here is the result of my first ever actual functioning notepad:

Current version:
Image

Click here to download
Click here to download the source code

This source code requires the following libraries:
PureResize
UpdatePreference

Preview of what v1.2 will look like:
Image

As you can see, the coming version has many more functions and a much more proffesional look.


For more information please email me:
majora@fendez.com

or visit http://www.Fendez.com/

===============================================
.::Image::.
.:: Fendez - Bringing high quality applications and games, right to your doorstep!! ::.

Posted: Sat Jan 28, 2006 5:46 pm
by srod
Can't compile here. UpdatePreferenceString() is not a function etc.

Which external libraries are you using?

Posted: Sat Jan 28, 2006 5:50 pm
by Hydrate
srod wrote:Can't compile here. UpdatePreferenceString() is not a function etc.

Which external libraries are you using?
Oh, sorry, i forgot i had a few external libraries at use, one called UpdatePreference as you mentioned, im not sure about the rest, possibly the droopy lib but im not 100% sure on that.

EDIT: It also uses the PureResize lib

Posted: Sat Jan 28, 2006 6:09 pm
by srod
Have now downloaded the .exe.

Nice work. I like the help file reader. Is that done with a PB webgadget etc?

One thing. When the help file is loaded from the help menu, the main app still remains on top; presumably with a call to the API etc. Looks a bit odd.

I think newbies could learn a lot from this.

Posted: Sat Jan 28, 2006 6:12 pm
by Hydrate
srod wrote:Have now downloaded the .exe.

Nice work. I like the help file reader. Is that done with a PB webgadget etc?

One thing. When the help file is loaded from the help menu, the main app still remains on top; presumably with a call to the API etc. Looks a bit odd.

I think newbies could learn a lot from this.
Thank you, and the reason it stays on top would be because of the option to have the window always on top, if you uncheck it it should load above it. Also yes, it is the webgadget i used.

Posted: Sat Jan 28, 2006 6:15 pm
by srod
Doh! :D

Posted: Sat Feb 11, 2006 4:05 pm
by Andre
@Hydrate: I would be happy to see your nice tool in the Showcase on www.PureArea.net :D

Of couse I will also add your website to the Links section on PureArea.net with the next update.