Ilan147963
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Add a fake (without any use) caret
AnsweredI 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... -
Edited eventMulticaster.addDocumentListener() returns weird values
AnsweredI 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... -
Created How does listening to document changes works?
AnsweredMy 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... -
Created Getting offset for a typed char
AnsweredI 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...