Page 1 of 2

[Ann] CintaNotes 2.0.3 Beta 2

Posted: Thu Feb 07, 2013 11:13 am
by CintaNotes Developer
Thanks to all for the tremendous help in weeding out the residual bugs!
Here is a new beta to confirm all the fixes - in fact, this is 2.0.3 release candidate!

Feb 7, 2013 - Version 2.0.3 Beta2

In green: what's changed since 2.0.3 Beta 1.

Enhancements:
  • Links to notes: show tooltip with target info on mouse hover
  • Added option "Window/Minimize on Esc"
  • Improved usability of "select next action" message boxes
  • Editor: Improved block indent/unindent behavior
  • Editor: Ctrl+Alt+S to save note without changing modified date
  • UI for notebook upgrade process and ability to create backup before upgrading
  • Passwords to proxy and Simplenote are now stored in encrypted form
Fixes:
  • Section view state not always proreply saved and restored
  • Note links couldn't be copied and pasted
  • Editor: Backspace working incorrectly in bullet list
  • Editor: Shift+Enter working incorrectly in bullet lists when line is empty
  • Notes list not always updated after deleting a section
  • Possible error on deleting section
  • SimpleNote sync: possible crash while syncing notes containing raw HTML
  • Notes list and tag sidebar not updated after deleting all notes with a certain tag
  • Parent tag not created on open/import old db file
  • "Create New Note" shortcut didn't use the Inbox section
  • Editor: note link commands should be disabled if text formatting is disabled
  • Import: parent tags not created when hierarchic tags are entered into the "Tags to add" field
  • URL not recognized when it contains ":"
  • Editor: InvalidStateException on copying note link

Download:
Installable: CintaNotes_2_0_3_Beta2_Setup.exe
Portable: CintaNotes_2_0_3_Beta2.zip

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Thu Feb 07, 2013 11:18 am
by Thomas Lohrum
Alex, i can not download the files. I get an error "Host Gator 404 Page not found".

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Thu Feb 07, 2013 11:19 am
by CintaNotes Developer
Thomas Lohrum wrote:Alex, i can not download the files. I get an error "Host Gator 404 Page not found".

Fixed, thanks!

Showstopper

Posted: Thu Feb 07, 2013 12:45 pm
by Thomas Lohrum
Alex,

when copying text that contains an internal link i get the following error:

---------------------------
Error
---------------------------
class err::InvalidStateException
Postcondition failed:
app::controls::NoteRichEdit::addNoteLinksToRtf
rtfPos != string::npos
---------------------------
OK
---------------------------

This is identical to Ctrl+C or Ctrl+Ins.

Thomas

Re: Showstopper

Posted: Thu Feb 07, 2013 2:26 pm
by CintaNotes Developer
Thomas Lohrum wrote:when copying text that contains an internal link i get the following error:


For implementing copying and pasting note links we now have to parse and modify raw RTF, and RichEdit sometimes generates something unexpected. So this error seems to be text-dependent. Could please send me the note that has demonstrated this behavior? Thanks!

Re: Showstopper

Posted: Thu Feb 07, 2013 3:51 pm
by Thomas Lohrum
CintaNotes Developer wrote:
Thomas Lohrum wrote:when copying text that contains an internal link i get the following error:
For implementing copying and pasting note links we now have to parse and modify raw RTF, and RichEdit sometimes generates something unexpected. So this error seems to be text-dependent. Could please send me the note that has demonstrated this behavior? Thanks!

Sent by E-Mail.

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Sun Feb 10, 2013 12:24 pm
by Thomas Lohrum
CintaNotes Developer wrote:Here is a new beta to confirm all the fixes - in fact, this is 2.0.3 release candidate!

Alex,

can you please tell us, what is your time-frame for the following features, previously discussed:

  • make the 'All' button a regular TAB
  • option to search across field boundaries

Thank you.

Thomas

Re: Showstopper

Posted: Mon Feb 11, 2013 7:41 am
by ChrisCN
Thomas Lohrum wrote:Alex,

when copying text that contains an internal link i get the following error:

---------------------------
Error
---------------------------
class err::InvalidStateException
Postcondition failed:
app::controls::NoteRichEdit::addNoteLinksToRtf
rtfPos != string::npos
---------------------------
OK
---------------------------

This is identical to Ctrl+C or Ctrl+Ins.
Thomas
This seems to be the same thing I reported for Beta 1 here: http://cintanotes.com/forum/viewtopic.php?f=3&t=1534&start=0#p6701
and I can confirm it is not fixed in Beta2. remark: only a problem for 'old' notes - the new once I created (with the beta) don't have this problem.

In addition CTRL+C and CTRL+SHIFT+C (in the note list) doesn't copy the formatting which also means it doesn't copy the links (as links).

Re: Showstopper

Posted: Mon Feb 11, 2013 7:44 am
by ChrisCN
CintaNotes Developer wrote:
Thomas Lohrum wrote:when copying text that contains an internal link i get the following error:


For implementing copying and pasting note links we now have to parse and modify raw RTF, and RichEdit sometimes generates something unexpected. So this error seems to be text-dependent. Could please send me the note that has demonstrated this behavior? Thanks!
Hi Alex
You already confirmed here (http://cintanotes.com/forum/viewtopic.php?f=3&t=1534&start=20#p6711) that you can reproduce the problem. Do you still need additional examples?

Re: Showstopper

Posted: Tue Feb 12, 2013 11:25 am
by CintaNotes Developer
ChrisCN wrote:You already confirmed here (http://cintanotes.com/forum/viewtopic.php?f=3&t=1534&start=20#p6711) that you can reproduce the problem. Do you still need additional examples?


No, thanks. This problem (the error message) shouldn't come up anymore.

Re: Showstopper

Posted: Tue Feb 12, 2013 11:25 am
by CintaNotes Developer
ChrisCN wrote:In addition CTRL+C and CTRL+SHIFT+C (in the note list) doesn't copy the formatting which also means it doesn't copy the links (as links).

This is a different problem ;) We are working on it now.

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Wed Feb 13, 2013 9:01 pm
by CintaNotes Developer
Thomas Lohrum wrote:can you please tell us, what is your time-frame for the following features, previously discussed:
[list]
[*]make the 'All' button a regular TAB


Will be implemented as part of the "new UI" project, which is scheduled right after we release
- Recycle Bin
- Migration to Simperium API (Simplenote stability and speed improvement)
- File and image attachments

Here is a small glimpse of what is to be expected (feedback welcome):

Image

option to search across field boundaries

This is not planned yet because there are many higher ranked low and medium-complexity suggestions on the roadmap.

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Wed Feb 13, 2013 9:16 pm
by Thomas Lohrum
CintaNotes Developer wrote:
Thomas Lohrum wrote:can you please tell us, what is your time-frame for the following features, previously discussed:
[list][*]make the 'All' button a regular TAB
Will be implemented as part of the "new UI" project, which is scheduled right after we release

OK. Since this will take quite some time, there is one little annoyance that i ask you to change to the current implementation. Allow Ctrl+Tab/Shift+Ctrl+Tab to 'exit' the All-Button. Make it an alternative to pressing Ctrl+Shift+Space not for activating, but de-activating.

CintaNotes Developer wrote:
Thomas Lohrum wrote:option to search across field boundaries
This is not planned yet because there are many higher ranked low and medium-complexity suggestions on the roadmap.

Sorry to hear. :( I'll add it to the roadmap, so it does not get out of sight, ok?

Thomas

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Wed Feb 13, 2013 9:22 pm
by Thomas Lohrum
CintaNotes Developer wrote:Here is a small glimpse of what is to be expected (feedback welcome):Image

Wow, first impression this looks really smooth and nice.

I noticed there will be taken some extra space, that has been integrated into one panel previously. I guess this is related to the Save/Cancel-buttons? Are they for saving searches?

As for the note title, i remember a user who asked to align them all the same, regardless of the link symbol. This is just a reminder.

Thomas

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Thu Feb 14, 2013 7:56 am
by CintaNotes Developer
Thomas Lohrum wrote:OK. Since this will take quite some time, there is one little annoyance that i ask you to change to the current implementation. Allow Ctrl+Tab/Shift+Ctrl+Tab to 'exit' the All-Button. Make it an alternative to pressing Ctrl+Shift+Space not for activating, but de-activating.

No problem, this is easy. Will include it in the next beta.

Thomas Lohrum wrote:Sorry to hear. :( I'll add it to the roadmap, so it does not get out of sight, ok?

Sure, thanks. There actually already are some similar requests, and they've collected some votes, so I merged them into yours (yours is more general, which is good).

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Thu Feb 14, 2013 7:57 am
by Noddy330
New UI looks good. Nod

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Fri Feb 15, 2013 6:34 am
by CintaNotes Developer
Thomas Lohrum wrote:Wow, first impression this looks really smooth and nice.

Good to hear!:)

Thomas Lohrum wrote:I noticed there will be taken some extra space, that has been integrated into one panel previously. I guess this is related to the Save/Cancel-buttons? Are they for saving searches?

Yes, they are for saved searches. It is of course unfortunate that extra space needs to be taken, but it is inevitable with all new features implemented. Maybe we'll regain some space via moving the sync button to the top toolbar and turning the sync label into a tooltip.

Thomas Lohrum wrote:As for the note title, i remember a user who asked to align them all the same, regardless of the link symbol. This is just a reminder.

Thanks, I'll remember that.

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Fri Feb 15, 2013 6:35 am
by CintaNotes Developer
Noddy330 wrote:New UI looks good. Nod

Great 8-)

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Fri Feb 15, 2013 9:05 pm
by ChrisCN
Thomas Lohrum wrote:As for the note title, i remember a user who asked to align them all the same, regardless of the link symbol. This is just a reminder.
Thanks Thomas - I remember him too ;)

I too like the new GUI - especially the colors.

Re: [Ann] CintaNotes 2.0.3 Beta 2

Posted: Tue Feb 19, 2013 12:12 am
by Thomas Lohrum
CintaNotes Developer wrote:Yes, they are for saved searches. It is of course unfortunate that extra space needs to be taken, but it is inevitable with all new features implemented. Maybe we'll regain some space via moving the sync button to the top toolbar and turning the sync label into a tooltip.

Maybe we can have an option to turn off the feature "Save Searches" and get back some space (e.g. old style number of found notes right to the search-box).

Thomas