Hi,
I have a visual studio extension in which we have added our custom language filetypes, these files are opened in the default visual studio editor.
We have an option to merge this file with another file based on line numbers (like a patch). What I am trying to do is to show a glyph on the visual studio editor for the patched lines. I was able to get a glyph in the editor with the help from this page - https://msdn.microsoft.com/en-us/library/ee361745.aspx.
This example works on the Classfication type for a comment.
Is it possible to use this example for my case. I am able to get the patched line numbers, howver I am not able to use them in this example.
I guess I need to create a new classification type, but I am unable to figure it out.
I have a visual studio extension in which we have added our custom language filetypes, these files are opened in the default visual studio editor.
We have an option to merge this file with another file based on line numbers (like a patch). What I am trying to do is to show a glyph on the visual studio editor for the patched lines. I was able to get a glyph in the editor with the help from this page - https://msdn.microsoft.com/en-us/library/ee361745.aspx.
This example works on the Classfication type for a comment.
Is it possible to use this example for my case. I am able to get the patched line numbers, howver I am not able to use them in this example.
I guess I need to create a new classification type, but I am unable to figure it out.