Update CHANGELOG and Help

This commit is contained in:
1024jp 2018-04-05 12:48:49 +09:00
parent 61b016d6e0
commit b623247e92
3 changed files with 15 additions and 3 deletions

View File

@ -10,10 +10,10 @@ unreleased
- Replace matches with preset replacement definition (Find > Replace with Set).
- Add outline menu to side bar.
- Select tabbed window with `⌘+number`.
- Parse regular expression pattern in find string field on regular expression mode:
- Parse regular expression pattern in find string field in regular expression mode:
- Syntax highlight.
- Highlight matching brace by moving cursor.
- Select the range surrounded with a brace pair when a brace was double-clicked.
- Select the range surrounded by a brace pair by double-clicking a brace.
- Add a new theme “Resinifictrix”.
@ -39,7 +39,13 @@ unreleased
### Fixes
- Fix a possible crash with continuous find/replacement.
- Fix an issue where the find result in the input field of the find panel did not cleared when a new find string was set from the find history menu.
- Fix an issue where the find result in the input field of the find panel did not clear when a new find string was set from the find history menu.
### Todo
- Update help contents.
- Localize added strings.

View File

@ -25,6 +25,9 @@
<dt>Document outilne in sidebar inspector</dt>
<dt></dt>
<dt>Much easier regular expression pattern editing in find panel</dt>
<dt></dt>
</dl>

View File

@ -25,6 +25,9 @@
<dt>書類アウトラインをサイドバーインスペクタに</dt>
<dd></dd>
<dt>検索パネルでの正規表現編集がより簡単に</dt>
<dd></dd>
</dl>