Ticket #330 (new defect)

Opened 8 months ago

Last modified 6 months ago

LineMarker interface for vim

Reported by: poelzi Owned by: ronny
Priority: critical Milestone: october sprint
Component: vim Version:
Severity: Medium Keywords:
Cc: Launchpad Bug:

Description

the LineMarker? interface is not supported by vim.

see pida/core/editors.py class LineMarker?. bookmarks already use it and i'm thinking about using it for the language plugins as well.

important is that vim reports to the LineMarker? instances if the line changes, so the data and therefor the gui gets updated.

Change History

Changed 7 months ago by ali

Vim did have support for this, but was lost when the LineMarker? interface was added without considering how to do it with Vim.

Changed 6 months ago by ronny

  • milestone changed from PIDA-0.6 to september sprint

Changed 6 months ago by ronny

  • owner changed from ali to ronny
Note: See TracTickets for help on using tickets.