Page 1 of 1

[Ann] CintaNotes 2.6.1 Final

Posted: Thu Jun 05, 2014 12:10 pm
by CintaNotes Developer
Jun 05, 2014 - Version 2.6.1

In this version:

Enhancements:
  • Make search string always shared between sections
  • Double click to select all sections
  • Middle click to change inbox section
  • Pasted notes now go into their original section if it is currently active
  • Search string like "-tag" now works for negating tags from the search box

Fixes:
  • Import error on non-lowercase file extension
  • Editor: Crash after selecting all text and trying to "Find previous"
  • Editor: Single lines were copied with bullet markers
  • Editor: Numbered lists were copied to notepad with wrong counting
  • Editor: Ctrl+C in Link field was not always working
  • Editor: Empty line added via Shift+Enter doesn't end bulleted and numbered lists
  • Delete note confirmation message dialog could get extremely wide
  • Tag list filter setting was reset on notebook switching
  • (Regression) Search: Negated words in search were not working
  • Notes list: Multiple Ctrl+BkSp lead to a crash
  • Fixed possible crash on start when default notebook needs to be upgraded

Download:
Installable: CintaNotes_2_6_1_Setup.exe
Portable: CintaNotes_2_6_1.zip

Regression

Posted: Thu Jun 05, 2014 12:39 pm
by Thomas Lohrum
Alex,

there is a regression with the illustration of the number of hits [filtercontrol....]. We have seen this before. I think it was a localisation issue, since this happens in non-english versions only.

Thomas

Ctrl+Backspace

Posted: Thu Jun 05, 2014 12:49 pm
by Thomas Lohrum
Alex,

what happened to Ctrl+Backspace? Within a bullet list it now deletes the complete paragraph rather than the word to the left! :(

Thomas

Re: Regression

Posted: Fri Jun 06, 2014 11:16 am
by CintaNotes Developer
Thomas Lohrum wrote:Alex,

there is a regression with the illustration of the number of hits [filtercontrol....]. We have seen this before. I think it was a localisation issue, since this happens in non-english versions only.

Thomas


Indeed. Here's a quick fix: open lang/de.lang and change the line
filtercontrol.filtered.many = [filtercontrol.filtered]
to
filtercontrol.filtered.many = [filtercontrol.filtered.one]

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 11:18 am
by CintaNotes Developer
Thomas Lohrum wrote:Alex,

what happened to Ctrl+Backspace? Within a bullet list it now deletes the complete paragraph rather than the word to the left! :(

Thomas


Hm, I can't reproduce this. Can you reproduce it on a new note? In a new notebook? Can anyone else?

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 4:36 pm
by gunars
CintaNotes Developer wrote:
Thomas Lohrum wrote:Alex,

what happened to Ctrl+Backspace? Within a bullet list it now deletes the complete paragraph rather than the word to the left! :(

Thomas


Hm, I can't reproduce this. Can you reproduce it on a new note? In a new notebook? Can anyone else?

It seems to work ok for me as well (CN 2.6.1 final).

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 7:49 pm
by Thomas Lohrum
CintaNotes Developer wrote:
Thomas Lohrum wrote:Alex, what happened to Ctrl+Backspace? Within a bullet list it now deletes the complete paragraph rather than the word to the left! :( Thomas
Hm, I can't reproduce this. Can you reproduce it on a new note? In a new notebook? Can anyone else?

Steps to reproduce:
  • create a new note
  • move caret to note's body
  • press Ctrl+L to create a bullet
  • enter "ssssssss"
  • press "Shift+Enter"
  • enter "aaaaaa"
  • press "Ctrl+Bksp"

Thomas

Re: Regression

Posted: Fri Jun 06, 2014 7:56 pm
by Thomas Lohrum
CintaNotes Developer wrote:
Thomas Lohrum wrote:Alex, there is a regression with the illustration of the number of hits [filtercontrol....]. We have seen this before. I think it was a localisation issue, since this happens in non-english versions only. Thomas
Indeed. Here's a quick fix: open lang/de.lang and change the line filtercontrol.filtered.many = [filtercontrol.filtered] to filtercontrol.filtered.many = [filtercontrol.filtered.one]

Thanks Alex, that did it.

Imo, you should update the exe file for download (silently). No need to update the version number, since only few people have downloaded yet. But being able to fix by re-downloading will help!

Thomas

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 8:20 pm
by CintaNotes Developer
Thomas Lohrum wrote:Steps to reproduce:
  • create a new note
  • move caret to note's body
  • press Ctrl+L to create a bullet
  • enter "ssssssss"
  • press "Shift+Enter"
  • enter "aaaaaa"
  • press "Ctrl+Bksp"

Real working steps to reproduce - manna for a developer!! Huge thanks Thomas!
Indeed, seems that "soft" enter is not recognized by Ctrl+BkSp as word separator.
Will be fixed in the next update. How urgent to you need this fixed actually?

Re: Regression

Posted: Fri Jun 06, 2014 8:22 pm
by CintaNotes Developer
Thomas Lohrum wrote:Imo, you should update the exe file for download (silently). No need to update the version number, since only few people have downloaded yet. But being able to fix by re-downloading will help!


Done, thanks - please mind that due to browser caching issues you might still be getting the old version.

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 8:38 pm
by Thomas Lohrum
CintaNotes Developer wrote:Will be fixed in the next update. How urgent to you need this fixed actually?

I use bullet lists and paragraphs heavily. I do a lot of re-writing and use Ctrl+Bksp quite often.

Thomas

Re: Ctrl+Backspace

Posted: Fri Jun 06, 2014 8:40 pm
by CintaNotes Developer
Thomas Lohrum wrote:I use bullet lists and paragraphs heavily. I do a lot of re-writing and use Ctrl+Bksp quite often.


We'll have to wait till next week, since the editor is the other dev's area. But I'll make it available as a beta as soon as we have a fix.