Fix tab width change via AppleScript

Conflicts:
	CotEditor/Sources/CEDocument+ScriptingSupport.m
	CotEditor/Sources/CETextView.m
This commit is contained in:
1024jp 2016-06-14 05:38:22 +09:00
parent 9103ee14e1
commit 8dd8332821

View File

@ -43,11 +43,6 @@ develop
- Enable activate “Show Invisibles” action even if all of invisible characters were set as not shown when the document was opened.
### Fixes
- Fix an issue where tab width changing via AppleScript changes only the tab width in the focused editor rather than all split editors.
2.5.6-alpha (132)
--------------------------
@ -85,6 +80,7 @@ develop
- Fix an issue where incompatible character markup could broken if undo/redo lossy encoding change continuously.
- Fix an issue where keybindings of some submenu containers were customizable.
- Fix an issue where tab width could be set as `0`.
- Fix an issue where tab width changing via AppleScript changes only the tab width in the focused editor rather than all split editors.
- Fix an issue where byte length display did not update after changing file encoding.