topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 9:07 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: A minor update to KeyNote - only on DonationCoder :)  (Read 10985 times)

tranglos

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,081
    • View Profile
    • Donate to Member
A minor update to KeyNote - only on DonationCoder :)
« on: December 24, 2006, 09:22 AM »
And it has nothing to do with the time of the year :)

About 4 years late I decided to implement one of the major missing features in KeyNote: ability to maintain creation and modification dates for tree nodes. It's one of the relatively few things that can actually be implemented without a rewrite, so here it is. The dates need a place to display them, so I've added a small optional panel above the editor area, to show the active node title and creation/modification dates, and a right-click menu with a few options.

So this, with a couple of other minor edits, is KeyNote 1.6.8. I suppose it will only be useful for those who are already using KeyNote. At the moment I'm announcing it only here; later on I'll post an update to my site.

Full description of changes in this version:
http://www.tranglos....files/readme_168.txt

Direct download link:
http://www.tranglos....files/keynote168.zip

Bugfix alert! Updated 2006-12-28. Details in the thread below...

General description of KeyNote (along with the full disclosure - it's not actively maintained anymore, though I *am* working on a rewritten version almost every day):
http://www.tranglos....om/free/keynote.html

Best regards to all,
marek
« Last Edit: December 19, 2007, 03:08 PM by tranglos »

vegas

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 357
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #1 on: December 24, 2006, 09:33 AM »
all hail marek!!!  this is great news.  i havent even read your post yet  :-[ .  but just the fact that you have done something to keynote is awesome!  and to have posted here on DC, extra doubly whipped cream special.  Thanks and regardless of time of the year released, Happy Holday Season, Marek.  Thanks for thinking of DonationCoder!

edit: and yes, keynote is still in use here. (waiting on 2.0- haha, I will wait patiently till 2015 or so, seeing as no one else still really understands what needs to be done in a program of this type, just my opinion)
« Last Edit: December 24, 2006, 09:36 AM by vegas »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #2 on: December 24, 2006, 09:34 AM »
Awesome.

Cody Says:

cody christmas.jpg
"There really is a Santa Claus!!"


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #3 on: December 24, 2006, 09:38 AM »
ps.
For anyone who doesn't know about KeyNote, some of these threads may be illuminating:
https://www.donation...dex.php?topic=1312.0
https://www.donation...2&search=Keynote

AbteriX

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 1,149
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #4 on: December 24, 2006, 10:36 AM »
Thank you marek,

very nice to hear from you. Thank you for your KN update/x-mas gift!

tranglos

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,081
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #5 on: December 24, 2006, 01:19 PM »
Thanks all! :)

I should add that the zip file linked to above contains only the latest version of the executable. Please use it only if you have KeyNote already installed. When installing for the first time, first download and run the full installer package:

http://www.tranglos....e/files/kntsetup.exe

and then unzip the update into the installation folder.

...And how could I not think of DonationCoder, the site which gave KeyNote the absolute winner in compliments given to *any* piece of software ever!
https://www.donation...oteTakers1/index.php

.marek

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #6 on: December 25, 2006, 08:22 PM »
good gracious, it's the man himself! thanks Marek for this tiny but useful update.. :D

AbteriX

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 1,149
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #7 on: December 26, 2006, 06:17 PM »
Hi Marek, FYI,
the app in the keynote168.zip ... still says it is v1.6.7 in Title and About box.
But the 'Information Panel' is there! so it's real v1.6.8.

tranglos

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,081
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #8 on: December 28, 2006, 06:41 PM »
Thanks, AbteriX - the version number updated, to 1.6.9. now. The link hasn't changed.

Anyone who downloaded this version before 28 Dec 2006, please update with today's bugfix. When I said (elsewhere) that KeyNote was unmaintainable, I told the truth! There are, for example, several paths in the code that can lead to creating a new tree node, and as a result, the advertised new feature didn't always work: new nodes didn't always get their creation date assigned.

Learning is a good thing, but it makes you cringe when you look at code written six years ago...

(For the coders here - I can't set creation date in the constructor, because all your "old" nodes would appear to have been created the day you opened an old file with the new version of KeyNote. Nodes have no creation date if the knt file doesn't carry this information, so only newly created nodes acquire the date.)

Anyway, this new release fixes that, and I'm hurrying back to my current project, which will hopefully be less jinxed :)

marek

vegas

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 357
    • View Profile
    • Donate to Member
Re: A minor update to KeyNote - only on DonationCoder :)
« Reply #9 on: December 02, 2007, 12:25 AM »
Bugfix alert! Updated 2006-12-28. Details in the thread below...

General description of KeyNote (along with the full disclosure - it's not actively maintained anymore, though I *am* working on a rewritten version almost every day):
http://www.tranglos....om/free/keynote.html

Best regards to all,
marek

Is this true?  Working on a rewrite yet?  I don't know how I missed this, I would love to donate to the cause...