-
各種ビルド用のバッチファイルで 各種ツールのパス検索方法の改善を検討する
https://github.com/sakura-editor/sakura/issues/395#issuecomment-418679442
@ds14050
> 異端であると切り捨ててもらって構いませんが、Program Files のたぐいにインストールされているはずだという仮定がすでに決め打ちで…
-
## 要望機能
GitHub Actions を導入する
https://github.com/sakura-editor/sakura/pull/1259 で第一弾を導入したが、残件を記載する。
- [ ] ドキュメント
- [x] Azure Pipelines や Appveyor ビルドで取得している各種環境変数 (#1183) には対応していない
- [x] #922 …
-
AppVeyor にはビルドキャッシュという機能があり、Job 毎にビルドをまたいで中間生成物を再利用できます。フリー版では 1 GB の容量がありますが、サクラエディタでは1JOBあたり 70MB の中間生成物が生まれます。PR ブランチに限りデフォルトで無効になっているようです。
適切に依存関係を設定して、不必要にファイルを新しくしなければ 、githash.h をインクルードしている …
-
### 系统信息
- 外部访问地址: http://localhost:8090
- 启动时间: 2024-07-25 15:52
- 版本:
- 构建时间:
- Git Commit:
- Java: OpenJDK Runtime Environment / 17.0.7+7-LTS
- 数据库: PostgreSQL / 15.4 (Debian 15.4-2.pgdg1…
LIlGG updated
3 months ago
-
For the terminal emulation feature:
# Terminal Colors
There exists common confusion about terminal colors. This is what we have right now:
- Plain ASCII
- ANSI escape codes: 16 color codes w…
-
## 問題内容
- Shift-JISのうち、IBM拡張文字由来のローマ数字(文字コード:`FA4A` ~ `875D`)が正常に表示されません。
- NEC特殊文字由来(文字コード:`8754` ~ `FA53`)の方は正常に表示されます。
- v1.6.7のサクラエディタでは正常に表示されます。
- 現在のふるまいが正常(私の仕様読み落とし)でしたら申し訳ないです。。
#…
-
Steps to reproduce the behavior:
1. Launch with 'python -m palworld_pal_editor'
2. Select my pal data folder
3. Click 'Load Save'
4. An error dialog displayed: - loadSave - Error occured: undefine…
-
In `about:addons` the options of certain extensions have black font-colour on grey background. Very poor contrast.
# tl;dr
If the background is changed to dark, also change the font colour to ligh…
-
cppcheck の結果を見やすく整形したい。
現状では cppcheck は xml 形式で出力されているが、そのままでは結果を確認するのは困難なので
人が見て理解できる形式に整形して出力したい。
### 参考
https://github.com/danmar/cppcheck/tree/master/htmlreport
で以下コマンドを実行することにより、 htm…
-
This is to collect some obvious improvements to existing puzzle types.
* It would be great to be able to easily "shade" the wall in Nanro. Perhaps by shading numbered cells and placing the numbers …