[Ann] CintaNotes 2.0.3 Beta 2

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

[Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Thu Feb 07, 2013 11:13 am

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
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Thomas Lohrum » Thu Feb 07, 2013 11:18 am

Alex, i can not download the files. I get an error "Host Gator 404 Page not found".
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Thu Feb 07, 2013 11:19 am

Thomas Lohrum wrote:Alex, i can not download the files. I get an error "Host Gator 404 Page not found".

Fixed, thanks!
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Showstopper

Postby Thomas Lohrum » Thu Feb 07, 2013 12:45 pm

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
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Showstopper

Postby CintaNotes Developer » Thu Feb 07, 2013 2:26 pm

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!
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: Showstopper

Postby Thomas Lohrum » Thu Feb 07, 2013 3:51 pm

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.
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Thomas Lohrum » Sun Feb 10, 2013 12:24 pm

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
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: Showstopper

Postby ChrisCN » Mon Feb 11, 2013 7:41 am

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).
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: Showstopper

Postby ChrisCN » Mon Feb 11, 2013 7:44 am

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?
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Showstopper

Postby CintaNotes Developer » Tue Feb 12, 2013 11:25 am

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.
Alex
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Showstopper

Postby CintaNotes Developer » Tue Feb 12, 2013 11:25 am

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.
Alex
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Wed Feb 13, 2013 9:01 pm

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.
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Thomas Lohrum » Wed Feb 13, 2013 9:16 pm

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
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Thomas Lohrum » Wed Feb 13, 2013 9:22 pm

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
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Thu Feb 14, 2013 7:56 am

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).
Alex
Noddy330
Posts: 354
Joined: Thu Jan 22, 2009 11:05 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Noddy330 » Thu Feb 14, 2013 7:57 am

New UI looks good. Nod
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Fri Feb 15, 2013 6:34 am

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.
Alex
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby CintaNotes Developer » Fri Feb 15, 2013 6:35 am

Noddy330 wrote:New UI looks good. Nod

Great 8-)
Alex
User avatar
ChrisCN
Posts: 223
Joined: Wed Jul 04, 2012 10:20 am
Contact:

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby ChrisCN » Fri Feb 15, 2013 9:05 pm

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.
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: [Ann] CintaNotes 2.0.3 Beta 2

Postby Thomas Lohrum » Tue Feb 19, 2013 12:12 am

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

Return to “CintaNotes Personal Notes Manager”