Page 2 of 2

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 4:33 pm
by RSchiaffino
Probably. The question here is - what should be the scope of the regex? Currently all search terms are for a single word, but this makes regular expressions less useful.


Not sure I understand your question, but I would like it if you implemented a modern version of regex, with lookahead, lookbehind, etc. Regex searches should be able to cross boundaries as necessary, search across line breaks, etc.

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 6:43 pm
by CintaNotes Developer
date wrote:
CintaNotes Developer wrote:Now that you've reminded me about it, yes, it doesn't look as attractive now. On the other hand, we could consider making searching for whole words the default.
It is about twice as slow for medium sized notes. It can probably be sped up by delaying and cancelling searching for 300-500 ms while typing, or making instant search optional. Requiring wildcards by default really, really sounds much worse...

You are right - it's not worth the trouble. Have changed my mind about the idea.

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 7:13 pm
by CintaNotes Developer
Ovg wrote:Hi Alex!
Striping program name from note's title doesn't work anymore in this version ....


I confirm, will be fixed in Beta 2, thanks!

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 7:14 pm
by CintaNotes Developer
Thomas Lohrum wrote:I checked with a fresh installation and could not reproduce. I restored my db and settings and was not able to reproduce with a newly created note either. However, when working on some older note, again i had the same issue.


Does it mean that when you work with this note, the bug manifests every time?

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 7:15 pm
by CintaNotes Developer
RSchiaffino wrote:I think this was supposed to have been fixed in a previous release... but it is not in 3.10 beta 1:
When I clip text from web sites, some times, in addition to the text, I also get in the note a bunch of html and/or other tags. for example


Truly sorry about this, but the bug was not fixed completely. The full fix will be published soon in Beta 2.

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 7:17 pm
by CintaNotes Developer
RSchiaffino wrote:Not sure I understand your question, but I would like it if you implemented a modern version of regex, with lookahead, lookbehind, etc. Regex searches should be able to cross boundaries as necessary, search across line breaks, etc.


I see, thanks. Probably wildcards are not of much use to you now, because * doesn't include whitespace characters and thus is limited to word boundary?

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Aug 25, 2017 10:46 pm
by RSchiaffino
I see, thanks. Probably wildcards are not of much use to you now, because * doesn't include whitespace characters and thus is limited to word boundary?


Basically, yes... I want to be able (among other things) to search for entire phrases even when I'm not sure of the exact wording so "white[ -]?space" to find "white space", "white-space" and "whitespace", for example, all with a single search (and of course there is a lot more one can do with regular expressions)... in fact, I'd like to have search and replace with regular expressions.

But, to begin with, a way to use wildcards even across word boundaries would be nice.

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Sat Aug 26, 2017 5:11 am
by CintaNotes Developer
RSchiaffino wrote:But, to begin with, a way to use wildcards even across word boundaries would be nice.

Maybe what we should do is to allow wildcards to cross word boundaries. (Not sure about newline (=paragraph) boundaries, probably that would be going a bit too far.) Does anyone object to this?

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Thu Aug 31, 2017 4:14 pm
by Thomas Lohrum
Thomas Lohrum wrote:
CintaNotes Developer wrote:
Thomas Lohrum wrote:the handling of bullet lists has changed. With 3.9 if you press ENTER (twice?) on an empty list item, then the list would be turned off. Such as if you had typed Ctrl+L twice. However, pressing ENTER is a lot faster. This behaviour has changed with 3.10. Now when you press ENTER it just adds more empty list items. Please restore the old behaviour. Thanks.
Thanks Thomas. However I can't repro this on a clean fresh install. Can you? When I press ENTER twice, the list gets turned off. Maybe it is settings-specific?
I checked with a fresh installation and could not reproduce. I restored my db and settings and was not able to reproduce with a newly created note either. However, when working on some older note, again i had the same issue.

I am able to reproduce now:

    * create a new note
    * set caret to notes text
    * press Ctrl+L to create a bullet
    * enter some text, f.e. "line 1"
    * press Shift+Enter to create a sub-line
    * enter some text, f.e. "line 2"
    * press ENTER as often as you like
    => The bullets won't go away

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Sun Sep 03, 2017 12:26 pm
by CintaNotes Developer
Thomas Lohrum wrote:I am able to reproduce now:

That's good news, thanks Thomas! Will get down to it as soon as I get back home.

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Mon Sep 18, 2017 7:03 am
by CintaNotes Developer
Hi Thomas,
I was able to reproduce the issue. Huge thanks for the detailed steps!
Will be fixed in the next update after 3.10

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Thu Oct 19, 2017 9:31 am
by CintaNotes Developer
Thomas Lohrum wrote:I am able to reproduce now:


Hi Thomas,
The fix is ready - sorry took me quite a while!
Please see here viewtopic.php?f=3&t=2377

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Thu Oct 19, 2017 2:37 pm
by Thomas Lohrum
CintaNotes Developer wrote:
Thomas Lohrum wrote:I am able to reproduce now:
Hi Thomas, The fix is ready - sorry took me quite a while!
Please see here viewtopic.php?f=3&t=2377

Hi Alex,

thanks a lot. I really was waiting on this one. The issue is fixed. However, there is another issue introduced. In a bullet list, if i press Shift+Enter to create an empty line it will also turn of bullets. Previous versions created an empty line (i use as a paragraph separation) and created a new blank bullet. So i was able to write more text.

Thomas

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Oct 20, 2017 10:18 am
by CintaNotes Developer
Thomas, thanks for checking it out!
Indeed, this was a small regression, I got it fixed, please try here:
http://cintanotes.com/files/beta/CintaN ... Beta1b.zip

Re: [Ann] CintaNotes 3.10 Beta 1

Posted: Fri Oct 20, 2017 2:19 pm
by Thomas Lohrum
CintaNotes Developer wrote:Thomas, thanks for checking it out!
Indeed, this was a small regression, I got it fixed, please try here:
http://cintanotes.com/files/beta/CintaN ... Beta1b.zip

Excellent. It does its job. :D

Huge thanks.

Thomas