Skip to content

HJLebbink/vsix-bug-quickinfosession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsix-bug-quickinfosession

Simple VSIX project for VS2015/2017/2019 that sports an annoying bug that stalls some important features in AsmDude for almost 2 years.

This minimal extension creates a filetype with extension .xyz. If you run (debug) this extension and open a (text) file with extension .xyz, hovering the mouse over any word will show a tooltips with the described bug. I tested this extension with VS2017 15.7.4 and VS2019 16.3.0. For convenience a dedicated output window will be opened with some logging from this extension.

I you have any questions, don't hesitate to ask me.

Bug behaviour when using QuickInfo Tooltips:

BUG 2: Wrong Source for Ctrl+C

tooltip-jumps

(Note: selecting the word 'clipboard' does not show up in the gif, but the word is selected with a left mouse double click, and then copied with Ctrl+C. Pasting on line 6 is done with Ctrl+V)

BUG 1: Redraw of window at position of mouse

tooltip-jumps

See Issue here.

Previous use of this Project

This project has also been used to describe other bugs, but these bugs seem resolved in VS 15.7.4

  1. See SO here
  2. MSDN forum here
  3. MSDN forum here

About

Simple VSIX project for VS2015/2017 that sports a bug

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages