tangshimin

Results 140 comments of tangshimin

@Harris-Shelby 进置顶 QQ 群试一下最新版,好像可以了。

跟速度组件无关,速度组件已经删除了,使用时间长了还是会触发这个 bug。

相关 Issue: compose-jb/issues/1969, 我以为是输入处理的函数有问题,调试了几天,这个问题很严重,应该会很快修复。

你想怎么加这个功能? 我一直在想怎么加这个功能,我现在想到的交互流程是: 1. 在字幕菜单栏下面一个**生词标记**,点击后弹出一个对话框,然后用户选择一个**词库**和**字幕**, 然后对字幕进行处理,用词库里的单词和字幕里的单词进行匹配,匹配到的就是生词,然后对生词进行**中文释义标记**或者**颜色标记**, 中文释义标记,对生词标记中文释义,颜色标记对生词标记不同的颜色,如果一句字幕里有多个单词就标记不同颜色。 最后生成一个 ASS 字幕。 如果用户选择的是**颜色标记**,Windows 用户推荐使用 Potplayer 视频播放器,播放的时候,要选择两个文件:视频、字幕。用户看到彩色的字幕,先**回忆**这个单词的意义。如果想不到这个单词的一个,把鼠标点击彩色单词,查询中文释义。

Typing Learner 2.0 改了一个名字叫幕境,在幕境里我使用了弹幕的方式显示生词。 ![image](https://user-images.githubusercontent.com/16540656/219932379-ca735d46-9b27-47f3-b29d-06bfe91dbcd0.png)

幕境的地址:https://github.com/tangshimin/MuJing

disables the copy and ContextMenu ```kotlin var text by remember { mutableStateOf("input password") } CustomTextMenuProvider { OutlinedTextField( value = text, onValueChange = { text = it }, label = {...

Take the latest version of IDEA Ultimate as an example, after selecting the `D:\Program Files Test\` folder, the installer will automatically change the installation directory to `D:\Program Files Test\IntelliJ IDEA...

A white flash also appears when initialize ComposePanel. ```kotlin fun main() = SwingUtilities.invokeLater { val window = JFrame() // creating ComposePanel val composePanel = ComposePanel() window.defaultCloseOperation = WindowConstants.EXIT_ON_CLOSE window.title =...