Results 23 issues of Masaru Tsuchiyama

_Originally posted by @berryzplus in https://github.com/sakura-editor/sakura/pull/1183#issuecomment-583844746_ PRのレビュー結果には関係しませんが、気付いたことのメモです。 [appveyor のビルドログ](https://ci.appveyor.com/project/sakuraeditor/sakura/builds/30673097/job/xqsdfqvjr56jhq3t?fullLog=true) ``` ---- Make githash.h ---- checking GIT_SHORT_COMMIT_HASH, GIT_COMMIT_HASH GIT_SHORT_COMMIT_HASH : eec7d9a GIT_COMMIT_HASH : eec7d9a00fe0f226dc245daa47a81a09b651e65e TEMP_GIT_SHORT_COMMIT_HASH : eec7d9a TEMP_GIT_COMMIT_HASH : eec7d9a00fe0f226dc245daa47a81a09b651e65e GIT_REMOTE_ORIGIN_URL...

appveyor でテストに失敗した場合でも artifacts を収集できるようにする。 https://github.com/sakura-editor/sakura/issues/628#issuecomment-440504687

CI

## 要望機能 MinGW によるビルド手順を文章化する 以下に少し説明があるが、もっと詳しく書いたほうがよい。 https://github.com/sakura-editor/sakura/blob/a722f9c86f2860606b3f9e7dc79bb169294cfaea/build.md#MinGW-w64-%E3%83%93%E3%83%AB%E3%83%89

document
MinGW

プリプロセッサの # とキーワードとの間にスペースがある場合に強調表示するか検討する `# define ` とか `# include ` とかで現状では強調表示にならない。 https://github.com/sakura-editor/sakura/pull/386#discussion_r215325753 https://github.com/sakura-editor/sakura/pull/386#discussion_r215848664

ファイルパス長が `MAX_PATH` を超えるファイルに関して検討する https://github.com/sakura-editor/sakura/issues/394#issuecomment-417899192

enhancement

デフォルトの文字コードセットをUTF-8に変更したことをドキュメントに記載する 参考: #600, #604 以下全部かな? - markdown - HTML Help - web site

document

## 要望機能 EditorConfig に対応できないか検討する https://qiita.com/naru0504/items/82f09881abaf3f4dc171

enhancement

`rust-toolchain` 1.59 prevents the installation of `mdbook`. ## error message ``` $ cargo install mdbook --vers 0.4.25 --force Updating crates.io index Installing mdbook v0.4.25 error: failed to compile `mdbook v0.4.25`,...

Please add "Fork me on GitHub" Ribbon on https://pycrc.org/ for easy access to GitHub. https://github.blog/2008-12-19-github-ribbons/

This pull request implements to a unittest for bug #6 #7 will add VS2017 projects and solution. But it was not needed. VS2017 can handle VS2013 projects. So I reimplement...