Fendez Notepad 1.0 - (including source code)

Developed or developing a new product in PureBasic? Tell the world about it.
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Fendez Notepad 1.0 - (including source code)

Post 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!! ::.
Last edited by Hydrate on Sat Jan 28, 2006 10:14 pm, edited 2 times in total.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Can't compile here. UpdatePreferenceString() is not a function etc.

Which external libraries are you using?
I may look like a mule, but I'm not a complete ass.
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Post 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
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post 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.
I may look like a mule, but I'm not a complete ass.
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Post 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.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Doh! :D
I may look like a mule, but I'm not a complete ass.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post 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.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply