Ilan147963
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
-
Ilan147963 创建了一个帖子, 已回答Add a fake (without any use) caret
I got two questions: 1. I want to show another caret (with a given offset) in a different color and that I can update for any position. How is that possible? 2. What is the fastest or most effectiv... -
Ilan147963 创建了一个帖子, 已回答eventMulticaster.addDocumentListener() returns weird values
I wrote a code to send the changes made by the user to another end via socket. For some reason the variable `newFragment` which is returned by `documentChanged(...)` returns very weird values. Some... -
Ilan147963 创建了一个帖子, 已回答How does listening to document changes works?
My purpose is to receive for every update in one of the editors (including Ctrl-Z, selection delete, etc...) the text of the file. That way I can find the difference that occurred in the last updat... -
-
-
Ilan147963 创建了一个帖子, 已回答Getting offset for a typed char
I have two questions.First one is how to get properly the offset of text caret. Currently I do by using an editor: `editor.caretModel.offset`However, it does not work properly because I must use th...