Page 1 of 1

NinjEd Beta (compact Notepad replacement)

Posted: Sat May 19, 2012 8:04 pm
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.

Re: NinjEd Beta (compact Notepad replacement)

Posted: Sun May 20, 2012 12:54 am
by Zach
Cool, Chris :)

Is this done in ProGUI? What are you using for the Text Area Gadget?

Re: NinjEd Beta (compact Notepad replacement)

Posted: Sun May 20, 2012 1:57 am
by Tenaja
Did you also hardcode the properties? I can't get it to respond, with Win7-32.

Re: NinjEd Beta (compact Notepad replacement)

Posted: Sun May 20, 2012 1:06 pm
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.

Re: NinjEd Beta (compact Notepad replacement)

Posted: Tue May 22, 2012 5:24 pm
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.

Re: NinjEd Beta (compact Notepad replacement)

Posted: Wed May 23, 2012 11:48 am
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. :)