[Ann] CintaNotes 2.3 Final

User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

[Ann] CintaNotes 2.3 Final

Postby CintaNotes Developer » Tue Jul 16, 2013 7:18 am

Jul 16, 2013 - Version 2.3

In this version:

Features:
  • New search option "Search across field boundaries"
Enhancements:
  • Option to run DB integrity check on every notebook load
  • Simplenote sync: added "server not responding" sync status
  • Recycle bin: show only Cancel button in R/O note editor
  • Editor: Use Alt+L instead of Alt+Down to focus the Link field
  • Added confirmation dialog to merge command
  • Editor: display warning when linked files don't exist
  • Auto fixing of DB indices when damaged
  • Installer: Check free updates expiration date by settings or key date
  • Installer: Restore portable version
  • Options to fine tune the program's behavior on ESC press: "filters.reset.onescape.enabled", "filters.reset.multistep", "app.mainframe.minimizeonescape.immediate"
  • Option to reset filters on Ctrl+F press: "filters.reset.onctrlf.enabled"
  • Option to minimize main window on Enter press: "app.mainframe.minimizeonenter"
Fixes:
  • Window position not remembered when window has been placed using Win+Left/Right commands in Win7
  • "Download" button in Update dialog sometimes not working
  • Editor: http://test:80 not recognized as URL
  • Recycle bin: exception on trying to paste into R/O note editor
  • Recycle bin: modifying context menu commands should be disabled in R/O note editor
  • Recycle bin: note preview is not closed on ESC
  • Recycle bin: "Read Only Note" dialogs not reused
  • Recycle bin: in the "Read Only Note" dialog, the Close button should be the default.
  • HTML export: hard line breaks are not created
  • Editor: paragraph style is lost on Del press
  • Editor: various undo bugs
  • Editor: some commands raised errors in readonly mode
  • Notes list: note color doesn't change on cut and paste
  • Simplenote sync: can't download note with backslash at end of text
  • Crash on wrong paragraph formatting

Download:
Installable: CintaNotes_2_3_Setup.exe
Portable: CintaNotes_2_3.zip

* in green - changes since 2.3 Beta 1
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.3 Final

Postby Thomas Lohrum » Tue Jul 16, 2013 8:18 am

Hi Alex,

thanks for that wonderful update, enhancing CN in its core functionality. However, sorry to say, there are some minor bugs in the release.

app.mainframe.minimizeonescape.immediate

I enabled the setting. It works when the notes list has the focus. It fails when the search-box has the focus, regardless whether the searchbox contains text or not.

Search across field boundaries

The setting is not restored correctly, for example:
Set siw=safb=on in All
Set siw=safb=on in section1
Click All
Uncheck safb
Click on section1
click on All
safb=off but should be off, but is turned on again

Tag filter retained

I set a tag filter in section All. I switch to another section, which contains notes, that match the tag filter. The tag filter applies to that section too, which was not the case in previous versions.

Recycle bin

open recycle bin
scroll down the list using arrow down
press ENTER

you get the following error:

class err::SystemException
Postcondition failed:
ui::controls::richedit::TomAdapter::setParaListStyle
p->SetListType(type) == ((HRESULT)0L)
(0)Der Vorgang wurde erfolgreich beendet.

This appears to relate to notes containing formatting. It happens on ENTER only. On double click nothing happens, not even the editor pops up.

Here are my settings:

filters.reset.onescape.enabled = 0
filters.reset.onescape.multistep = 0
filters.reset.onctrlf.enabled = 1
app.mainframe.minimizeonescape.immediate = 1
app.mainframe.minimizeonenter = 1

The settings "filters.reset.onctrlf.enabled" and "app.mainframe.minimizeonenter" were not present in the settings file. I first had to create them.

Thomas

PS: Clear on Ctrl+F and Minimize on ENTER work nicely.
User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby CintaNotes Developer » Tue Jul 16, 2013 8:46 am

Hi Thomas, thanks for testing!

Thomas Lohrum wrote:thanks for that wonderful update, enhancing CN in its core functionality. However, sorry to say, there are some minor bugs in the release.


Sorry. Guess we'll be having 2.3.1 update soon ;)

I enabled the setting. It works when the notes list has the focus. It fails when the search-box has the focus, regardless whether the searchbox contains text or not.

Confirmed and will be fixed.

Search across field boundaries[/u][/b]
The setting is not restored correctly, for example:
Set siw=safb=on in All
Set siw=safb=on in section1
Click All
Uncheck safb
Click on section1
click on All
safb=off but should be off, but is turned on again


And it should be on.
Since safb is on in Section1, when you click on All (adding other
sections to Section1) this setting is inherited.
"All" doesn't have own state.

I set a tag filter in section All. I switch to another section, which contains notes, that match the tag filter. The tag filter applies to that section too, which was not the case in previous versions.

Can't repeat this, sorry, more detailed steps needed.
Most probably you've set the tag filter before you clicked on "All", and then you returned to the same section.

open recycle bin
scroll down the list using arrow down
press ENTER
you get the following error:


Confirmed and will be fixed in the next update, thanks!

The settings "filters.reset.onctrlf.enabled" and "app.mainframe.minimizeonenter" were not present in the settings file. I first had to create them.

CN creates these settings after you've pressed ESC once.
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.3 Final

Postby Thomas Lohrum » Tue Jul 16, 2013 9:09 am

CintaNotes Developer wrote:
Thomas Lohrum wrote:I set a tag filter in section All. I switch to another section, which contains notes, that match the tag filter. The tag filter applies to that section too, which was not the case in previous versions.
Can't repeat this, sorry, more detailed steps needed. Most probably you've set the tag filter before you clicked on "All", and then you returned to the same section.

Not sure how i produced this, but i confirm your steps. When i set a tag filter in section1 and go back to section All, the filter retains. The filter should be cleared, correct?

Thomas
User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby CintaNotes Developer » Tue Jul 16, 2013 9:32 am

Thomas Lohrum wrote:Not sure how i produced this, but i confirm your steps. When i set a tag filter in section1 and go back to section All, the filter retains. The filter should be cleared, correct?


The filter is not cleared when you ctrl+click on another section.
Clicking on "All" is the same as ctrl+clicking all inactive sections.
So, the filter should not be cleared.
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.3 Final

Postby Thomas Lohrum » Tue Jul 16, 2013 9:50 am

CintaNotes Developer wrote:
Thomas Lohrum wrote:Not sure how i produced this, but i confirm your steps. When i set a tag filter in section1 and go back to section All, the filter retains. The filter should be cleared, correct?
The filter is not cleared when you ctrl+click on another section. Clicking on "All" is the same as ctrl+clicking all inactive sections. So, the filter should not be cleared.

OK, so this is not a bug. I've never observed this behavior before. Strange. Anyway, so there are two bugs left only ;)

Thomas
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby ChrisCN » Tue Jul 16, 2013 10:35 am

First of all: thanks for improving the core functions again - especially "Search across field boundaries" :D

I think I found a problem similar to what Thomas has reported:

Code: Select all

app.mainframe.mindisplayednotelines = 0
app.mainframe.minimizeonescape = 1
app.mainframe.minimizeonescape.immediate = 0
app.mainframe.minimizetotray = 0

filters.autoreset.keepeditednotevisible = 0
>> filters.reset.multistep = 0
filters.reset.onctrlf.enabled = 1
filters.reset.onescape.enabled = 1

If the search field has the focus I still get a multistep reset even if 'filters.reset.multistep=0'.
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby ChrisCN » Tue Jul 16, 2013 10:38 am

one additional remark:
in the settings file the setting is called "filters.reset.multistep"
in this post you called it "filters.reset.onescape.multistep",
Mark S.
Posts: 81
Joined: Thu Aug 09, 2012 3:39 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby Mark S. » Tue Jul 16, 2013 8:39 pm

Do any of these settings with "escape" in them prevent the ESC key from minimizing the application? Or is there an existing setting for that?

Thanks,
Mark
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.3 Final

Postby Thomas Lohrum » Tue Jul 16, 2013 8:51 pm

Mark S. wrote:Do any of these settings with "escape" in them prevent the ESC key from minimizing the application? Or is there an existing setting for that?

I think the option you are looking for was introduced in 2.2. Check Options/Window/Minimize on ESC.

Thomas
Mark S.
Posts: 81
Joined: Thu Aug 09, 2012 3:39 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby Mark S. » Wed Jul 17, 2013 12:00 am

Thomas Lohrum wrote:
Mark S. wrote:Do any of these settings with "escape" in them prevent the ESC key from minimizing the application? Or is there an existing setting for that?

I think the option you are looking for was introduced in 2.2. Check Options/Window/Minimize on ESC.

Thomas

Thanks Thomas.
User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby CintaNotes Developer » Wed Jul 17, 2013 4:33 am

Hi Chris,

huge thanks for you support via renewing :)

ChrisCN wrote:If the search field has the focus I still get a multistep reset even if 'filters.reset.multistep=0'.


Confirmed, thanks. Will be fixed in 2.3.1
Alex
User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby CintaNotes Developer » Wed Jul 17, 2013 4:36 am

ChrisCN wrote:one additional remark:
in the settings file the setting is called "filters.reset.multistep"
in this post you called it "filters.reset.onescape.multistep",

A typo. Thanks!
Alex
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby ChrisCN » Wed Jul 17, 2013 6:03 am

CintaNotes Developer wrote:Hi Chris, huge thanks for you support via renewing :)

My pleasure!
I have to thank you for continuously improving this valuable tool which I use daily.
RSchiaffino
Posts: 93
Joined: Thu Aug 16, 2012 5:36 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final - (Wrong) license expired war

Postby RSchiaffino » Wed Jul 17, 2013 3:49 pm

I've just installed the new version (up from the 2.3 beta).

During installation the program displayed a message "the license has expired - stop or do you want to revert to the free version". If you then proceed, the installation completes successfully and the license is recognized... but that warning message might prevent some pro users from completing the installation.

Riccardo
User avatar
CintaNotes Developer
Site Admin
Posts: 5011
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final - (Wrong) license expired war

Postby CintaNotes Developer » Fri Jul 19, 2013 4:19 am

RSchiaffino wrote:I've just installed the new version (up from the 2.3 beta).

During installation the program displayed a message "the license has expired - stop or do you want to revert to the free version". If you then proceed, the installation completes successfully and the license is recognized... but that warning message might prevent some pro users from completing the installation.

Riccardo


Hi Riccardo, thanks a lot for letting me know. Could you please send to me your settings file? Thanks in advance!
Alex
RSchiaffino
Posts: 93
Joined: Thu Aug 16, 2012 5:36 pm
Contact:

Re: [Ann] CintaNotes 2.3 Final

Postby RSchiaffino » Fri Jul 19, 2013 6:59 am

Hi Alex, I was not sure which settings file you wanted (cintanotes.settings or install.settings), so here you get both of them.
Attachments
RiccardoCintaNotesSettings.zip
(3 KiB) Downloaded 301 times

Return to “CintaNotes Personal Notes Manager”