

Fix an issue that the application could become unresponsive when trying to show the file mapping conflicts.Change the threshold to display a large document alert.

#Coteditor compile update

Add the option to disable incremental search.Suppress the inconsistent line ending alert in the Versions browsing.Update the style of the search progress dialog.Fix an issue that memory rarely leaks on closing documents.Update Swift syntax style to add keywords.Change the behavior of the metacharacter \v in the regular expression for text search to confirm with the current ICU specification.Scroll the editor by the Move Line Up/Down commands so that the moved lines are visible.Remove the limitation to highlight a large number of instances of the selected text.Optimize the performance of highlighting selected text instances.Avoid sluggishness by incremental search in large documents.Optimize the performance for editor splitting.Add new Shuffle command to the Text > Lines submenu.Fix an issue that the length of invisible tab characters was drawn wrongly in the right-to-left writing direction.Fix an issue that the tab width setting was not respected when printing.Update the build environment to Xcode 14.0.Improve the basic regular expression syntax reference.Deprecate the “Ignore line endings when counting characters” option.Improve the algorithm to parse numbers in the Sort by Pattern command.Display the error message in the pattern sort dialog if the regular expression pattern is invalid.Update the CotEditor's setting view in the print panel.Support the split cursor for bidirectional languages in multi-cursor editing.Now you can also disable the feature entirely by running the following command in Terminal: defaults write suppressesInconsistentLineEndingAlert -bool YES, though it is not recommended.Store the state of the “Don’t ask again for this document” option for the inconsistent line endings alert and respect it for future open.

