cwschmidt / metalscroll

Automatically exported from code.google.com/p/metalscroll
Apache License 2.0
0 stars 0 forks source link

Does not play well with Resharper #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and install a Resharper trial version
2. Open any C# source file

What is the expected output? What do you see instead?
The bar is not painted correctly -- it is moved to the right leaving an 
unpainted area on the left or just a part of it is painted. I suppose it 
has something with Resharper's custom scrollbar.

What version of the product are you using? On what operating system?
1.0.7

Please provide any additional information below.
screenshot 1: after launch
screenshot 2: after changing bar width

Greetings -- Jacek

Original issue reported on code.google.com by jacek.s....@gmail.com on 23 Dec 2009 at 1:03

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the detailed report. I'll take a look when I get back to a machine 
with VS
installed, I'm on vacation right now.

Original comment by mihnea.balta@gmail.com on 25 Dec 2009 at 11:45

GoogleCodeExporter commented 9 years ago
I have the same behaviour here, with resharper 4.5.1 and resharper 5 beta

Original comment by julien.l...@gmail.com on 5 Jan 2010 at 9:59

GoogleCodeExporter commented 9 years ago
Same behavior w/ Resharper 4.5.1. :(

Original comment by gsar...@gmail.com on 5 Jan 2010 at 12:11

GoogleCodeExporter commented 9 years ago
Same issue for me too.  The problem doesn't occur with RockScroll, only with 
MetalScroll.

Original comment by james.me...@gmail.com on 5 Jan 2010 at 1:43

GoogleCodeExporter commented 9 years ago
same issue here !
it;s a total important one

Original comment by jarnobur...@gmail.com on 29 Jan 2010 at 7:45

GoogleCodeExporter commented 9 years ago
I have the same problem with RockScroll and Metalscroll, where did you get a 
working 
version of RockScroll?
Please man, check out this issue, it's very important for us.

Original comment by andrecar...@gmail.com on 18 Feb 2010 at 1:57

GoogleCodeExporter commented 9 years ago
Sorry for the long radio silence, I've been extremely busy with other stuff. 
I'll try 
to take a look this week or the next.

Original comment by mihnea.balta@gmail.com on 30 Mar 2010 at 12:05

GoogleCodeExporter commented 9 years ago
I've finally managed to find some time to look into this. It turns out that 
ReSharper 
resizes the editor window and moves the vertical scrollbar to fit its own bar 
in 
there, but I think it assumes that the scrollbar width is always 
GetSystemMetrics(SM_CXVSCROLL), instead of retrieving the actual width. I've 
committed some code which takes their bar into account and places Metalscroll's 
bar 
at the correct position, but they still resize the editor and make it too wide, 
so my 
bar flickers, doesn't get mouse messages etc.

Until they fix their code I don't think I can do anything about it short of 
some 
horrid hacks involving more window hooks.

Original comment by mihnea.balta@gmail.com on 9 May 2010 at 12:30

GoogleCodeExporter commented 9 years ago
Thanks for looking into this!

>Until they fix their code I don't think I can do anything about it short of 
some 
>horrid hacks involving more window hooks.

I'm afraid they won't fix their code until your plugin gets commercial and have 
100000+ users who would flood their support lines.

Cheers -- Jacek

Original comment by jacek.s....@gmail.com on 9 May 2010 at 1:53

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by peter.th...@gmail.com on 9 May 2010 at 3:49

GoogleCodeExporter commented 9 years ago
when will this become available for us to play with?

Original comment by tong.joe...@gmail.com on 11 May 2010 at 2:16

GoogleCodeExporter commented 9 years ago
I've uploaded build 1.0.8 which includes my attempt to cooperate with 
ReSharper, but 
unless you work for JetBrains there isn't much point in installing it, as it 
still 
doesn't work (though in a different way than before). If you do work for them 
or know 
somebody who does, let me know if this allows you to fix the editor width 
issue, or if 
you need more support from my end.

Original comment by mihnea.balta@gmail.com on 11 May 2010 at 11:25

GoogleCodeExporter commented 9 years ago
same issue here, bar gets not painted correctly.
PLEASE JetBrains be merciful and help our developer !

Original comment by Benjamin...@gmail.com on 1 Jul 2010 at 7:29

GoogleCodeExporter commented 9 years ago
Hi,

I'm QA Lead from R# JetBrains team. If you are still experiencing the problem 
with our tool, please mail me directly Kirill.Falk@jetbrains.com.
Regarda!

Kirill Falk
twitter: masterqa
JetBrains Inc.
"Develop with Pleasure!"

Original comment by kirf...@gmail.com on 12 Oct 2010 at 8:57