Pelles C forum

C language => User contributions => Topic started by: lamer on June 06, 2007, 09:03:29 PM

Title: PNotes - created with PellesC
Post by: lamer on June 06, 2007, 09:03:29 PM
I'm not sure this is the place - may be this topic should belong to othere theme.
Any way, I wrote a little program - PNotes (Pinned Notes) for managing desktop notes. Substantially for my self and colleagues, but somebody can find it (or any part of code) usefull.
You can get it here:
http://lamer.byethost32.com/projects.php?lang=C#C Apps (http://lamer.byethost32.com/projects.php?lang=C#C Apps)
Title: Re: PNotes - created with PellesC
Post by: jack on June 07, 2007, 02:08:38 PM
looks really cool, thanks for sharing  :)
Title: Re: PNotes - created with PellesC
Post by: JohnF on June 07, 2007, 08:50:00 PM
Yes, very nice.

John
Title: Re: PNotes - created with PellesC
Post by: lamer on June 07, 2007, 09:01:00 PM
Thank you for your kind words, guys!  ;D
Title: Re: PNotes - created with PellesC
Post by: frankie on June 08, 2007, 09:41:36 AM
Very nice job
Title: Re: PNotes - created with PellesC
Post by: Diddl on August 28, 2007, 12:54:19 PM
Cool, very useful!


+ to make a "always on top" flag for each note
+ A nice feature would be to open a network port for listen and open a pnote from another (allowed PC)
+ to make a button for sending a note to another PC (IP address/Netname).
Title: Re: PNotes - created with PellesC
Post by: lamer on September 02, 2007, 10:50:45 AM
Hi!
The new version (2.0.0) of PNotes has been released at 20 Aug 2007.
What's new:
1.   Added support for hot keys
2.   Added ability for switching sound alarm on/off
3.   Added ability for adding custom sounds
4.   Added support for custom date/time formats
5.   Added new "pester" schedule type which will alarm you
   every [hours]:[minutes]:[seconds]
6.   Added partial command-line support (for closing only)
7.          New translations

2Diddl:
Quote
+ to make a "always on top" flag for each note
Did you mean "always on top" for all notes? Because the option exists for each single note.
Quote
+ A nice feature would be to open a network port for listen and open a pnote from another (allowed PC)
+ to make a button for sending a note to another PC (IP address/Netname).
I try to make the program as much more portable (and simplier) as possible - after all it's just desktop notes, nothing more :). IMHO, these features will not add it portability. May be "send by e-mail"...
Title: Re: PNotes - created with PellesC
Post by: Xor on September 04, 2007, 07:24:48 PM
hey, I just tried your PNotes. EXCELLENT work man! it's an extremely convenient program, thanks alot for your generosity!
Title: Re: PNotes - created with PellesC
Post by: Diddl on September 05, 2007, 10:51:23 AM
hey, I just tried your PNotes. EXCELLENT work man! it's an extremely convenient program, thanks alot for your generosity!

yes I love this PNotes since I saw it first. :D
Title: Re: PNotes - created with PellesC
Post by: Greg on September 06, 2007, 06:01:40 AM
lamer,

Nice job!  Yes, keep it simple.
 

 
Title: Re: PNotes - created with PellesC
Post by: Freddy on October 11, 2007, 06:39:50 AM
Really well done!
It's hard to believe it's done just with plain C and Windows API.
The .exe is small, light and fast, but still it's lots of work.

Congratulations!
Title: Re: PNotes - created with PellesC
Post by: lamer on December 06, 2007, 10:00:51 PM
Hi!
I've just seen the forum is back! Congratulations!
The new version of PNotes (2.5.0) is available since 14 Nov 2007.
http://lamer.byethost32.com/projects.php?lang=PNotes (http://lamer.byethost32.com/projects.php?lang=PNotes)
The most important change - Added "skinless" mode, which allows to create resizable notes.
Also added enhanced command-line support, ability to send note by email and more.

See you!
Title: Re: PNotes - created with PellesC
Post by: CLR on December 07, 2007, 02:54:21 AM
Thanks lamer. Very nice.  ;)
Title: Re: PNotes - created with PellesC
Post by: lamer on January 23, 2008, 08:44:44 PM
Hi all!
PNotes project moved to http://pnotes.sourceforge.net (http://pnotes.sourceforge.net).
New version is available since 18 Jan 2008.
# Simple edit box is replaced by rich edit - since now any portion of note's text can be formatted separately, applying font properties, highlighting and alignment
# Added hyperlinks recognition
# Added option for autosave mode - all notes will be autosaved in appointed interval
# Each note can now be saved by pressing Ctrl+S
# First characters of note are now used as default note's name instead of creation timestamp
# Added Drag-&-Drop support
# Added "Save All" command
# Because of rich edit format each note is stored as separate file, instead of previous versions, where all notes are saved in single notes.pndb file. Notes from previous versions can be imported by choosing "Preferences->Misc->Get notes from previous versions"
# Command line arguments are changed as well. In previous version swicth -config had two arguments: Notes.ini file location and optional Notes.pndb file location. In the current version -config still has two arguments, but the second optional arguments is now "data" directory location, and should not be a file name
# Bug fixed - notes are saved automatically on system shutdown (if option "Save all on shutdown" is selected)

Regards,
lamer
Title: Re: PNotes - created with PellesC
Post by: lamer on March 18, 2008, 10:35:52 AM
New PNotes version 3.5 is available at:
http://pnotes.sourceforge.net (http://pnotes.sourceforge.net)

Regards,
lamer
Title: Re: PNotes - created with PellesC
Post by: lamer on August 26, 2008, 09:57:53 PM
New PNotes version - 4.0 - is available at:
http://pnotes.sourceforge.net
    *  Added search/replace capabilities (for all notes or for individual note).
    * Added docking to any side of screen (each note can be docked/undocked individually or all notes can be docked/undocked).
    * Added ability to randomize color of newly created skinless notes.
    * Added checking for new program version (automatically or manually).
    * Setting newly created note "on-top" is now optional.
    * Added options to hide/show toolbar on notes.
    * Formatting commands (like at note's toolbar) added to note popup menu under "Format" submenu.
    * Days interval added to "pester" schedule type.
    * Autosave will works only for changed notes.
    * Added relational notes positioning.
    * Added ability to add any info to skin (up to 255 characters) and displaying this info at skin preview window.
    * Common note's font sample is now drawn at skin preview window.
    * Added support for vertical skin's toolbars.
    * Bug fixed - tooltips were hidden for "on-top" notes.
    * Bug fixed - status bar of Control Panel was not renewed on delete/new.
    * Bug fixed - improper rolled notes resizing.
    * Bug fixed - on some machines menus display squares instead of TAB characters.
    * Bug fixed - command line switches -x, -xs didn't work.
    * Bug fixed - redrawing problem during fast user switching on XP machines.