Project
IntelliJ IDEA
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Open
Assignee
Maxim Shafirov
Subsystem
Plugin Support. API
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Rick Maddy
    6 years ago (17 Oct 2005 20:35)
  • Updated by   root
    2 years ago (17 Jan 2010 20:23)
  • Jira: IDEADEV-2685
    (history, comments)
 
IDEA-30308 Support custom editor cursors
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
My plugin (IdeaVIM) would benefit from being able to display custom cursors in an editor. Currently there are only two possible cursors - block or vertical bar.
Comments (2)
 
History
 
Linked Issues (?)
 
Maxim Shafirov
  Maxim Shafirov
17 Oct 2005 20:43
6 years ago
What kind of cursors you'd like to add? I mean we have to know what that could be to design an API.
Rick Maddy
  Rick Maddy
17 Oct 2005 21:25
6 years ago
I was thinking of allowing arbitrary, custom carets similar to javax.swing.text.Caret used by javax.swing.text.JTextComponent. Really all I need is to be able to provide a custom 'paint' method to draw the caret I need. Some example carets I need include underscore, half block, full block, and the standard bar.

Thanks,
Rick