Questions tagged [eclipse-api]
18 questions
0
votes
1 answer
Change cursor type in ITextEditor
How can I change the cursor type while the cursor is in an ITextEditor? Specifically, on an event trigger I want to change the cursor to a pointer (similar to what Ctrl+Hover does in the Java editor).
I've tried standard code such as…

Charles
- 4,372
- 9
- 41
- 80
0
votes
3 answers
Migrating eclipse 3.x application application to eclipse 4.x
I'm working on a product which is an RCP application based on Eclipse 3.x api. Now we are trying to move it to Eclipse 4.x. We are using some internal classes in our code. I've already read the tutorial provided by Vogella about migrating to Eclipse…

decoder
- 137
- 3
- 12
0
votes
2 answers
Application is crashed, to open large file size (>18MB) in editor in eclipse?
I have a created a editor with syntax (keyword, comments, etc) with different coloring support. Using this editor, if we open large size file (>18 MB) then it get crashes. I think It seems out of memory problem.
When I did to open the file without…