Lauri-Matti Parppei

Results 28 comments of Lauri-Matti Parppei

 ⛄️🔜💀 This is not on purpose. I'm starting to regret supporting multi-line notes, but I'll look into this. `.note` property is generated on the fly, and it checks if every...

Is the last line *rendered* as a note in the editor, though?

Fixed in `1.927`, caused by a badly thought out conditional in `- (NSMutableIndexSet*)noteRanges:`

I can't reproduce your last example, but there are still some minor issues which mostly affect rendering. I have not commented my multi-line block code either, and it doesn't make...

Yeah, the problem was that because of my silly coding, some lines had note ranges which began from `-1` and ran the length of the whole string. The editor figured...

I'm *pretty* sure I fixed this now, `- (NSIndexSet*)terminateNoteBlockAt:(Line*)line index:(NSInteger)idx` didn't automatically add the line on which note was terminated.

Fixed in 18864ed196021079bfef71e601a7dffea9ccdcff Build available here: https://www.dropbox.com/s/h3uyiyglav8t8v4/Beat%201.927b.dmg?dl=1

Wow. The notes will reappear on next edit nearby any of the other note ranges. No idea what's causing this.

Well, this is now fixed with one caveat: when pressing shift-enter to add a single line break on a note like this: ``` [[multi-line note]] ``` Resulting: ``` [[multi-line note]]...

I think I have fixed the parsing issues this morning, and it might affect the visual glitches too. Two things I now regret the most: multi-line blocks and *Hide Fountain...