Update document

This commit is contained in:
1024jp 2016-01-12 20:37:34 +09:00
parent 62e6bb245b
commit d164c40d7c
2 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,12 @@ Change Log
develop
--------------------------
### Improvements
- Improve text finder:
- Now, “Find All” action also highlights all matched strings in the editor, and thereby “Highlight” action is removed.
- Revert “Use selection for Replace” action to allow using an empty string.
### Fixes
- Fix insertion location after line moving with empty selection.
@ -18,7 +24,6 @@ develop
### Improvements
- Now, “Find All” action also highlights all matched strings in the editor, and thereby “Highlight” action is removed.
- Improve line numbers view for multiple selections.
- Now, “Select Line” action works with multiple selections.
- Close character inspector when text selection was changed.

View File

@ -37,8 +37,6 @@ If your localization makes the Autolayout destroy, just tell us about it with a
We recommend to copy .strings files in CotEditor/ja.lproj/ directory in order to use them as templates, because Japanese localization is always up-to-date and well organized.
Note that you don't need to localize the Unicode block names in the `Unicode.strings` file.
To localize CotEditor, [OgreKit framework](https://github.com/sonoisa/OgreKit) which is used for the CotEditor's find panel must also be localized. If OgreKit doesn't contain your language, localize at least the `FindPanel/Resources/__Language__.lproj/OgreTextFinderLocalizable.strings` file and make a pull-request to [CotEditor's repo](https://github.com/coteditor/OgreKit).
### Syntax Styles