Ticket #954 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

setValue should increase changecount

Reported by: FND Owned by: FND
Priority: major Milestone: 2.6
Component: core Version:
Severity: high Keywords:
Cc:

Description

The TiddlyWiki.prototype.setValue accessor should call incChangeCount, as changing any tiddler property should also increase the changecount.

Change History

Changed 4 years ago by EricShulman

If I have function that sets several tiddler fields via calls to setValue(), I only want the change count to be incremented by one, at the end of that function...

I think it would be more useful to simply mark tiddlers as 'touched' when changes are made during a session, and then increment the change counts for touched tiddlers only when (or if) the file is actually saved.

Changed 4 years ago by MartinBudden

  • milestone changed from 2.5.1 to 2.5.2

Changed 4 years ago by FND

  • milestone changed from 2.5.3 to 2.5.4

Changed 4 years ago by MartinBudden

  • status changed from new to closed
  • resolution set to wontfix

Eric's argument is correct - we should leave the current behaviour.

Note: See TracTickets for help on using tickets.