Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リソースファイルのリファクタリング (複数行にわかれているのを一行にまとめる)の対応漏れの対応 #320

Merged
merged 2 commits into from
Aug 5, 2018

Commits on Aug 5, 2018

  1. リソースファイルのリファクタリング (複数行にわかれているのを一行にまとめる)の対応漏れの対応

    - Visual Studio 2017 を使って置換を行う
    - 正規表現を有効にする
    - *.rc ファイル を対象にする
    
    置換パターン
      変換前: "\bNOT\s*\r\n\s*"
      変換後: "NOT "
    
    (↑ 変換後のパターンで末尾に空白を含む。ダブルクオートは含まない)
    → 24 箇所置換した。
    m-tmatma committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    f4d3f4c View commit details
    Browse the repository at this point in the history
  2. 対応漏れ修正

    m-tmatma committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    2184c31 View commit details
    Browse the repository at this point in the history