Ilan147963

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Ilan147963 created a post, AnsweredAdd 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 created a post, AnsweredeventMulticaster.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 created a post, AnsweredHow 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 created a post, AnsweredGetting 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...