Demo Plugin for Notepad++ (Npp) in PureBasic 4.20

Developed or developing a new product in PureBasic? Tell the world about it.
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Demo Plugin for Notepad++ (Npp) in PureBasic 4.20

Post by somic »

Hi guys,
I'm not very expert and this is my first announchment/release, so comments and critics are welcome.
email: somic@libero.it, website: www.semelinanno.com

Demo Plugin for Notepad++ (Npp) in PureBasic 4.20
-------------------------------------------------------------

This is a Demo Plugin for the Notepad++ editor.

http://www.semelinanno.com/downloads/anmxnpp/Npp_PB.pb

It is released FREE (with no warranty. use at your own risk) to the PB community with the intent that more
Npp plugins will be developed and added to the Npp collection and support Free Software.

Notepad++ is an award winning Open Source (Free) Text Editor written by Don with many features and Plugins
it uses the same Scintilla component of the PB editor.

see the Notepadd++ & Scintilla web sites for all the details related to the development.
Notepad++ homepage at http://notepad-plus.sourceforge.net/uk/site.htm
Scintilla homepage at http://www.scintilla.org/

Note: This code in Delphi 2.0 compiled 30 kb of dll, see the size of compiling this code in PB.

Any comments is welcome.

Regards,
Somic
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Well, thats just cool. Thank You :)
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Demo Plugin for Notepad++ (Npp) in PureBasic 4.20

Post by somic »

Forgot to specify that it is an ANSI binary and it was tested with Notepad++ 5.0.3.

It is not compatible with the last Npp release 5.1.3.

Rgds,
Somic
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Demo Plugin for Notepad++ in PB 4.30 (x86) Unicode version

Post by somic »

I've developed the Unicode version of the Demo plugin for Notepad++ (now version 5.2) - see first post below.

You can download it at www.semelinanno.com/downloads/anmxnpp/anmXNpp_Page.html

This Demo is released FREE (with no warranty. use at your own risk) to the PB community with the intent that more Npp plugins will be developed and added to the Npp collection and support Free Software.

Note: This code in Delphi 2.0 compiled 30 kb of dll (and in lazarus-fpc 1.2 MB); see the size of compiling this code in PB.

History:
--------
rev 0: first issue
rev 1: ANSI version
rev 2: changed from *NotePadPlusData (wrong) to @*NotePadPlusData (right) in setInfo()
rev 3: PB 4.30 (x86) and UNICODE version

If you are a little more curious, visit my site at: www.semelinanno.com
Comments, suggestions and also critics are welcome.

Regards,
Somic
User avatar
Lunasole
Addict
Addict
Posts: 1091
Joined: Mon Oct 26, 2015 2:55 am
Location: UA
Contact:

Re: Demo Plugin for Notepad++ (Npp) in PureBasic 4.20

Post by Lunasole »

Thanks, the demo seems to be still working and actual

Unicode, x86:
http://www.semelinanno.com/downloads/an ... pp_PBuc.pb
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Post Reply