+++ Michael:
> You should first ask here because some issues come from WikidPad
>(like > the drag'n'dropped links separated by spaces) others from
> Scintilla (like selecting a row also selects the line-feed and
> creates a new line on pasting).
Ok. Thanks.
+++ Ale:
> [...]Because Wikidpad (I guess it's not the Scintilla component)
> keeps reparsing the whole page at every keystroke, adding new links
> or formatting to the page becomes extremely slow.
+++Michael:
> You could try in options dialog, page "Advanced", entry
> "Highlight start delay" to set to a higher value than 0.2,
> maybe 1 or 2. The entry controls the delay between a keypress
> and the start of the actual highlighting calculation.
Thanks, that helped. Increasing it to 1 or 2 seconds allows me to type without
the editor freezing while I type. I was also wondering what the option "Sync.
highlighting limit" does, the help says:
*Sync. highlighting limit*
Limit of page size in bytes when to switch from synchronous highlighting
(calculated after each keypress) to asynchronous highlighting (calculated in the
background and shown when ready). Recommended value: 300 to 500 bytes
I set the value to 1, so it should work for every page, but I didn't notice any
difference. Also, the help of the option "Highlight start delay", says:
For _async._ highlighting how long to wait after key press [...]
Shouldn't it be "For sync(hronous) highlighting?
ale