Skip to content

fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定的問題#118

Open
IepIweidieng wants to merge 1 commit into
robertabcd:devfrom
ccns:fix/options-line-wrap
Open

fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定的問題#118
IepIweidieng wants to merge 1 commit into
robertabcd:devfrom
ccns:fix/options-line-wrap

Conversation

@IepIweidieng

@IepIweidieng IepIweidieng commented Aug 11, 2022

Copy link
Copy Markdown
Contributor
  • 修正設定中的「自動換行, 當貼上的字長於」選項無效,造成貼上的文字必定會在到達橫行 78 字元處時換行的問題

When options_lineWrap changed, App.view.lineWrap was not modified and remained as 78.
此前,當 options_lineWrap 改變,App.view.lineWrap 並未被更動且維持其値爲 78

  • js/pttchrome: this.conn.lineWrap -> this.view.lineWrap

When options_lineWrap changed,
App.view.lineWrap was not modified and remained as 78.

* this.conn.lineWrap -> this.view.lineWrap
@IepIweidieng IepIweidieng changed the title fix pasted text ignoring options_lineWrap fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定 Dec 9, 2022
@IepIweidieng IepIweidieng changed the title fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定 fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定的問題 Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant