Monday, December 9, 2019

Re: annotation trouble

On Sa, 07 Dez 2019, janezz55 wrote:

> I'd like to annotate some code with my annotations and the existing plugins do not
> fulfill my requirements. I'd like to:
>
> - paint the annotated code with a different color,
> - make a popup (like balloon help) when hovering over the annotated code.
>
> How to hack these features into vim? Would I need to fork vim and hack some code into
> it?

This should be possible with a custom plugin. No need for forking Vim
and hack the C source. Have a look at the new popup feature and using
text_properties (or syntax highlighting) for the annotated code.

> Maybe using vim itself as a plugin editor in my application would
> do the trick?

I don't understand that sentence.

Best,
Christian
--
"Gratuliere zur Geburt des Stammhalters! Wie geht es dem Kleinen?" -
"Danke, danke - noch zwei Raten an die Hebamme, dann gehört er uns."

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20191209204247.GL28132%40256bit.org.

No comments: