NinjEd Beta (compact Notepad replacement)

Developed or developing a new product in PureBasic? Tell the world about it.
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

NinjEd Beta (compact Notepad replacement)

Post by PrincieD »

Hi Guys!

This is an early beta of my Notepad replacement, current features include: Spell-check (hard-coded to use UK dictionary at the moment) and quick search.
Let me know what you think :)

Image

http://www.progui.co.uk/downloads/NinjEd_Beta.zip

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zach
Addict
Addict
Posts: 1676
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: NinjEd Beta (compact Notepad replacement)

Post by Zach »

Cool, Chris :)

Is this done in ProGUI? What are you using for the Text Area Gadget?
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: NinjEd Beta (compact Notepad replacement)

Post by Tenaja »

Did you also hardcode the properties? I can't get it to respond, with Win7-32.
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: NinjEd Beta (compact Notepad replacement)

Post by PrincieD »

Zach wrote:Cool, Chris :)

Is this done in ProGUI? What are you using for the Text Area Gadget?
Thanks Zach :) yep this is done using ProGUI and Scintilla for the text area in just under 2,000 lines of code for the whole app :)
Tenaja wrote:Did you also hardcode the properties? I can't get it to respond, with Win7-32.
Yep lol the properties doesn't work yet but printing works! :) it's pretty much fully functional just a couple of things to do.

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: NinjEd Beta (compact Notepad replacement)

Post by PrincieD »

Guys, just thought I'd mention that the Scintilla DLL/s included in the archive are the latest versions (compiled them myself) so feel free to use them! (the ones included in PureBasic are quite out-of-date and don't support many of the features included in the Scintilla docs).

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: NinjEd Beta (compact Notepad replacement)

Post by electrochrisso »

Had a bit of a play, will be a handy notepad/editor, the spell check works good, and also the line up of the line numbers when word wrap is on. :)
PureBasic! Purely the best 8)
Post Reply