flycheck-pos-tip icon indicating copy to clipboard operation
flycheck-pos-tip copied to clipboard

Flycheck errors display in tooltip

Results 8 flycheck-pos-tip issues
Sort by recently updated
recently updated
newest added

Using OSX `flycheck` popup messages for errors and warnings show up on the `monitor` that has the `mouse cursor` instead of only displaying on top of the spacemacs window. You...

bug
needs to be reproduced

Hey guys, I know there's been some bugs in the past regarding the tooltip not disappearing, and that a timeout was added on the tooltip to manage this to some...

Image illustrates the problem: ![tool-tip-pos](https://cloud.githubusercontent.com/assets/5749/20025982/e0731fb4-a2b1-11e6-9751-61ddf9605d1f.jpg) The tool tip never appears where the cursor is and instead appears outside of the emacs window at the edge of my monitor screen. ####...

Hi. I have some issue with tooltip. Instead of thouthand words please look at the picture http://imgur.com/w2Daspa Is there any solution? Thank you a lot!

You can't use tooltips for anything else if flycheck-pos-tip is enabled. `flycheck-pos-tip-hide-messages` is in `post-command-hook`, so a call to `pos-tip-show` or any other command will hide the tooltip immediately after...

as shown in this demo screencast https://la.wentropy.com/nWzP.webm . The flashing is quick. I have only one successful capture in that demo. `popup-tip` doesn't have this issue.

This way, the package works as expected even when the user enables it by customizing `flycheck-display-errors-function` (or happens to save such a customization permanently after enabling `flycheck-pos-tip-mode`). Fix #36. The...

If a user customizes `flycheck-display-errors-function` to set it to `flycheck-pos-tip-error-messages`, or if they simply "save" the flycheck group customizations while `flycheck-pos-tip-mode` is enabled, `flycheck-pos-tip` will malfunction on the next Emacs...