|
Translation changed |
|
|
String added in the repository |
|
|
Translation changed |
|
|
String added in the repository |
* [issue 2926] Fixed use-after-move in calls to `net::dispatch` within `http::basic_stream`, which caused `bad_executor` exceptions on timeouts
* [issue 2915] Removed mutating operations in initiating functions * [issue 2915] Fixed cancellation handling in `teardown_tcp_op` * [issue 2920] Set `state_` in `basic_parser` before calling `on_finish_impl` * [issue 2939] Removed static specifier from `clamp` functions * [issue 2903] Addressed `-Wattributes` warnings in tests * [issue 2944] Addressed unreachable code warning in tests
* [issue 2926] Fixed use-after-move in calls to `net::dispatch` within `http::basic_stream`, which caused `bad_executor` exceptions on timeouts
* [issue 2915] Removed mutating operations in initiating functions * [issue 2915] Fixed cancellation handling in `teardown_tcp_op` * [issue 2920] Set `state_` in `basic_parser` before calling `on_finish_impl` * [issue 2939] Removed static specifier from `clamp` functions * [issue 2903] Addressed `-Wattributes` warnings in tests * [issue 2944] Addressed unreachable code warning in tests |
| Shortcut | Action |
|---|---|
| ? | Open available keyboard shortcuts. |
| Alt + Home | Navigate to the first translation in the current search. |
| Alt + End | Navigate to the last translation in the current search. |
|
Alt + PageUp or
Ctrl + ↑ or Alt + ↑ or Cmd + ↑ or |
Navigate to the previous translation in the current search. |
|
Alt + PageDown or
Ctrl + ↓ or Alt + ↓ or Cmd + ↓ or |
Navigate to the next translation in the current search. |
|
Ctrl + Enter or
Cmd + Enter |
Submit current form; this works the same as pressing Save and continue while editing translation. |
|
Ctrl + Shift + Enter or
Cmd + Shift +Enter |
Unmark translation as Needing edit and submit it. |
|
Alt + Enter or
Option + Enter |
Submit the string as a suggestion; this works the same as pressing Suggest while editing translation. |
|
Ctrl + E or
Cmd + E |
Focus on translation editor. |
|
Ctrl + U or
Cmd + U |
Focus on comment editor. |
|
Ctrl + M or
Cmd + M |
Shows Automatic suggestions tab. |
|
Ctrl + 1 to
Ctrl + 9 or
Cmd + 1 to Cmd + 9 |
Copies placeable of a given number from source string. |
|
Ctrl + M followed by
1 to 9 or
Cmd + M followed by 1 to 9 |
Copy the machine translation of a given number to current translation. |
|
Ctrl + I followed by
1 to
9 or
Cmd + I followed by 1 to 9 |
Ignore one item in the list of failing checks. |
|
Ctrl + J or
Cmd + J |
Shows the Nearby strings tab. |
|
Ctrl + S or
Cmd + S |
Focus on search field. |
|
Ctrl + O or
Cmd + O |
Copy the source string. |
|
Ctrl + Y or
Cmd + Y |
Toggle the Needs editing checkbox. |
| → | Browse the next translation string. |
| ← | Browse the previous translation string. |
* [issue 2915] Removed mutating operations in initiating functions
* [issue 2915] Fixed cancellation handling in `teardown_tcp_op`
* [issue 2920] Set `state_` in `basic_parser` before calling `on_finish_impl`
* [issue 2939] Removed static specifier from `clamp` functions
* [issue 2903] Addressed `-Wattributes` warnings in tests
* [issue 2944] Addressed unreachable code warning in tests
Fixed use-after-move in calls to `net::dispatch` within `http::basic_stream`, which caused `bad_executor` exceptions on timeouts修复了 `http::basic_stream` 中调用 `net::dispatch` 时发生的“移动后使用(use-after-move)”问题,该问题曾导致在超时时抛出 `bad_executor` 异常* [issue 2915] Removed mutating operations in
* [issue 2915] 移除了发起函数(initiating functions)中的可变操作
* [issue 2915]
Fixed cancellation handling in修复了 `teardown_tcp_op` 中的取消处理逻辑* [issue 2920]
Set `state_` in `basic_parser` before calling `on_finish_impl`在调用 `on_finish_impl` 之前,在 `basic_parser` 中设置了 `state_`* [issue 2939] Removed static specifier from `clamp` functions
* [issue 2939] 移除了 `clamp` 函数中的 static 修饰符
* [issue 2903]
Addressed解决了测试中的 `-Wattributes`warnings in tests警告* [issue 2944]
Addressed解决了测试中无法访问的代码(unreachable codewarning in tests)警告