-
Issue Type: Bug
I don't think such a basic feature has a bug... But I'm currently unable to select a word for each line using the multi cursor.
Steps to reproduce:
(1) Open an empty document.…
yncat updated
2 years ago
-
# 近況 2018-12-31 | vain0x's blog
今月の進捗など 前月分: https://vain0x.github.io/blog/2018-11-30/diary/ hsp3-debug-gingerhttps://github.com/vain0x/hsp3-debug-ginger 前月からやっている、VSCode 対応の HSP デバッガーを作るプロジェクト 前回…
-
Dxライブラリとアイコンファイルが破損しています。
破損しているDxライブラリのあるディレクトリ
- [src/hsp3dish/win32/lib/lib](../tree/hsp36rc1/src/hsp3dish/win32/lib/lib)
- [src/hsp3dish/win32gp/lib/lib](../tree/hsp36rc1/src/hsp3dish/win32gp…
ghost updated
3 years ago
-
constant.as(constant_pX.as含む)を使用したソースコードを配布する場合に、そのconstant.asらも配布していいでしょうか?
-
In GitLab by @yshimmyo on Sep 2, 2021, 10:17
`/home/pi/ome/06/julius.hsp` line 15 (`sockopen` の行) にて,サポートされない機能を選択した旨のエラー.OpenHSPのアップデートで,何らかの理由でsocket関係のライブラリが消失したか?
```
ERROR:root:hsed: RUN(./hspc…
-
HSP 3.6β1 から 64 ビットランタイムの文字コードは UTF-8 になります。
- [HSP3.6β1を公開しました - おにたま(オニオンソフト)のおぼえがき](https://www.onionsoft.net/wp/archives/3032)
- refs #22 #26
-
参考: [コメントを//で書くか;で書くか - ベインのブログ](https://vain0x.github.io/blog/2021-07-14/hsp3-comment-style/)
-
### 概要
Raspberry Pi版HSP(hsp3dish)において、キーボードやマウス製品によっては、キー入力やマウス入力ができない状態になります。
### 動作確認環境
- Raspberry Pi Zero W
- Raspberry Pi OS buster
以下は問題が発生した製品ですが、どの製品も、Raspberry Pi OS buster のデスクト…
-
Dear friends, I test DMM 42BUC03-MLA V4L2 on Raspberry PI.
Code from [`02-set-properties.py`](https://github.com/TheImagingSource/tiscamera/blob/81f92cfb2ee5b9e15ba57f482c66b8061f7e97b2/examples/py…
-
memset の `sizeof(buf)` はここでは `sizeof(char*)` なので、おそらく間違っています。
https://github.com/onitama/OpenHSP/blob/01ef11a307896d1c2c3313c8af97287384a93ca4/src/hsp3/linux/hsp3gr_linux.cpp#L94-L100