Git Product home page Git Product logo

metalscroll's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

cryham

metalscroll's Issues

Does not play well with Resharper

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 [email protected] on 23 Dec 2009 at 1:03

Attachments:

Suggestion: Setting to not highlight empty spaces or tabbed spaces

In javascript files specifically, whenever I double click an empty line it
highlights the spaces on that line.  It's very annoying.  Would it be
possible to ignore spaces for highlighting, or perhaps make it a setting in
case people want this functionality.

It would also be great if I can switch the middle click and right click
functionality on the scroll bar.

Bara

Original issue reported on code.google.com by [email protected] on 8 Feb 2010 at 5:27

Attachments:

Hightlight Option for "double word" like ScalebarPriority

What is the expected output? What do you see instead?

it is very usefull, if im able(however, Keyboard combination) to highlight 
Scalebar and Priority from the hole one word ScalebarPriority. 
When i double click on ScalebarPriority always the hole word is selected. Im 
not able to search for both "inside" words.

Any suggestions to handle that ?

Original issue reported on code.google.com by [email protected] on 23 Jun 2010 at 12:18

Highlight excluded code

Since Visual Studio is able to color excluded code (excluded through
preprocessor macros, for example) differently, I was wondering if it would
also be possible to highlight these code sections in MetalScroll, either
via different background color, or a color tag on the side (similar to
unsaved/saved changes).

I looked through the sources of metalscroll and also the interfaces
provided by the Visual Studio SDK but couldn't find anything specific.

Original issue reported on code.google.com by 1100101 on 12 May 2010 at 9:19

metascroll not shown in upper split region until clicked

What steps will reproduce the problem?
1. Open a file in VS
2. Choose Window -> split

What is the expected output? What do you see instead?

I'd expect metascroll to immediately show up in both (upper and lower) split 
regions. Instead, it is shown in the lower split region only until one clicks 
with the mouse in the upper region, then metascroll replaces the vertical 
scroll bar there, too.

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

metascroll 1.0.10 with VS 2008 on Vista x64 (but it's the same issue with VS 
2005, too).

Original issue reported on code.google.com by sschuberth on 30 Sep 2010 at 8:31

Blinking metascroll bar while dragging the splitter

What steps will reproduce the problem?
1. Split source code window using the splitter widget
2. Drag the splitter

What is the expected output? What do you see instead?
There is a small blinking metascroll bar (width ~= 15) over the main
metascroll bar.

What version of the product are you using? On what operating system?
msvs 2008, metascroll 1.0.7

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 9:47

Switch of Preview window

What steps will reproduce the problem?
1. preview higlight window can not be switched off
2.
3.

What is the expected output? What do you see instead?
only the highlighted words should be seen in code window alone


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


Please provide any additional infordmation below.

Original issue reported on code.google.com by [email protected] on 23 Jun 2010 at 11:36

not compatiblity with visualsvn quick diff markers

What steps will reproduce the problem?
1. install visualsvn, with quickdiff markers on (by default)
2. make changes in editor

What is the expected output? What do you see instead?
expected: see changed line marked in metascroll
actual: changes is not shown in metascroll


What version of the product are you using? On what operating system?
metascroll 1.0.9
xpsp3

Please provide any additional information below.
quickdiff markers overrides 'track changes'

Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 9:49

double-clicking the scrollbar brings up an options dialog where the appearance of the scrollbar can be customized:

What steps will reproduce the problem?
1. "double-clicking the scrollbar brings up an options dialog where the 
appearance of the scrollbar can be customized:"

What is the expected output? What do you see instead?
The toolbox, i see nothing

What version of the product are you using? On what operating system?
vs2008 Professional Edition


Original issue reported on code.google.com by [email protected] on 7 Feb 2012 at 1:37

vs2010 support

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Oct 2010 at 11:12

Comment highlighting and double clicking for files that are not C-style

I'd love to have all of the features available for languages other than C-
style ones.

The highlighting of comments would be nice, and probably possible to 
extract from VS directly? Even just having this configurable would be a big 
help.

The most pressing issue, though, is to make double clicking work for these 
languages. If the file is not of C-style, regular double clicking for word 
selection simply does not work at all. Maybe this should be filed as a 
separate bug report? Having the same double click highlighting feature as 
for C-style languages would obviously also rock. Wouldn't these double 
click issues be rather simple to fix, since they're not dependent on any 
language features?

Oh, and thanks for a great product :)

--Thomas

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 9:33

VC 2008 Crashes When Setting the Scroll Bar Width to 0.

What steps will reproduce the problem?
1. Double-click on the scroll area to open up the options.
2. Set the scroll bar width to 0.
3. VC 2008 crashes.

What is the expected output? What do you see instead?
Expected: VC does not crash; setting should be either ignored, 
or the bar / options becomes a small box or something.

What version of the product are you using? On what operating system?
1.08 on Windows XP, Visual Studio 2008 with VisualAssistX installed.

Please provide any additional information below.
Thanks!

Original issue reported on code.google.com by [email protected] on 1 Jul 2010 at 8:45

updated too frequent

What steps will reproduce the problem?
1. use viemu
2. open a big file so the whole metascroll is filled with lines
3. copy multiple lines by viemu "y"
4. paste multiple lines by viemu "p"

What is the expected output? What do you see instead?
expected: fast paste, viemu may be slow but metascroll should update scrollbar 
just once
actual: metascroll updates scrollbar on every line insertion (paste), which may 
cause slowdown

Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 6:29

Backgroundcolor for scrollbar

What steps will reproduce the problem?
1. Use a custom visual style, like Slantrast

The window background for the theme is, 250,250,250. The bar actually
uses 255, 255, 255.

It should either inherit the system color, or allow the user to change the 
bar background color.

Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 9:21

suggestion for code preview

"middle-clicking the scrollbar shows a preview of the code around the clicked 
line" is not very convenient, because when I found the code, I should left-
click the mouse.

I hope I could press the left button and hold, then the code preview show. If
I release the button, it go to the line. If I release the button outside the 
bar, code navigation is invalid.

Original issue reported on code.google.com by [email protected] on 16 Dec 2009 at 3:12

Toggle wrap CTRL+E+W on Visual Studio 2008 breaks metal scroll on that document. Must re-open document.

What steps will reproduce the problem?
1. Open a document that is big enough to require word wrap
2. CTRL+E+W to toggle word wrap
3. Metal scroll freezes and no longer works. Document scrolls with mouse 
wheel.

What is the expected output? What do you see instead?
-

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

Please provide any additional information below.
It sometimes works, sometimes does not. I was not able to determine why, 
but it definitely happens 'most' of the time to the point that I can no 
longer toggle wrap (which is essential to my workflow sometimes especially 
when metal scroll takes up valuable screen space)

Original issue reported on code.google.com by [email protected] on 8 Mar 2010 at 5:08

Painting is broken in empty space next to split widget

The window split widget itself is fine, but the empty space between its
left edge and the left edge of the metalscroll bar is not being cleared.
Sometimes it is painted with another part of the metalscroll bar, sometimes
it is just empty. When painted with another part of the bar, it looks like
there is more code up there beyond the actual top of the bar, which is
confusing.

It is not repainted when changing tabs as long as the size of the
metalscroll bar remains the same and the bar stays visible. If the active
pane does not have the metalscroll bar, or for example lacks the member
name toolbar causing the metalscroll bar to grow vertically, the space is
repainted once with something that just happened to be in the buffer.

Expected behavior would be to have this space painted with the metalscroll
background color at all times.

This is in VS 2008 SP1 on Win7 x64 with Metalscroll 1.0.7.

Original issue reported on code.google.com by [email protected] on 15 Dec 2009 at 9:59

Cannot deactivate MetaScroll using Visual Studio Add-in Manager

What steps will reproduce the problem?
1. Select from Visual Studio main menu: Tools | Add-in Manager
2. Unselect MetaScroll
3. Click OK in the Add-in Manager


What is the expected output?
MetaScroll should unload, or at least hide the MetaScroll scrollbar and restore 
the original code editor scrollbar.


What do you see instead?
The scrollbar is still visible. When I re-open the Add-in Manager, MetaScroll 
is also automagically selected again.


What version of the product are you using?
MetaScroll Release 1.0.10


On what operating system?
- Windows 7 Home Premium
- Visual Studio 2008 Standard, en-US
- Tabbed document window layout


Original issue reported on code.google.com by [email protected] on 4 Mar 2011 at 8:35

Visual extensions

Hi, I've reworked some things in MetalScroll to improve the visual 
experience. I'm attaching 2 screens and source with the dll. If you have 
MetalScroll installed just replace the dll. (this issue is rather an update).

- I created left and right margins, which have place only for markers, 
which are now smaller and not one on another like before. On the left 
you have edited code lines (saved,unsaved, in cyan) and breakpoints (in 
red). On the right side are bookmarks (light blue) and find results 
(orange/pink-red), all colors can be customized.
- Bookmarks have 4 levels when put together (markers change size and 
color), its visible on the screen shots. This is a good idea when you have 
plenty of them and want them not to look the same.
- Options dialog is opened with RMB, this way is more convenient, it 
doesn't switch position.
- Since now the preview code window and the bar have more syntax 
colors (numbers,strings,etc.), they can be customized in options dialog. 
Preview is now more like the code. The coloring has some defects, but it 
gives more information and preview.
- Find results markers are drawn on overlay, not in text, so when the 
scrollbar gets resized they are still the same. Added also options to 
change their sizes (also separate on right margin) and bookmarks size. 
This is can be seen on the second screen with 14k lines of code.
- added option SplitterH for masking the dirty area, seems working.
- I have also added font size for preview, but it changes after restarting. 
Resigned from bold fonts which consumed one char when longer.

Original issue reported on code.google.com by [email protected] on 6 Feb 2010 at 3:51

Attachments:

ReSharper and MetalScroll

I cannot find a possibility to contact you. So I use this way :-)

I know that you cannot fix the problem with ReSharper, but one of the
developer leave a note for you at their issue tracker website.

Could you please open the page: 
http://youtrack.jetbrains.net/issue/RSRP-179423

Maybe you can help them fixing the bug. 

Original issue reported on code.google.com by [email protected] on 28 May 2010 at 6:33

Unknown Error

What steps will reproduce the problem?
1. none that I know of
2. at variou times
3.

What is the expected output? What do you see instead?
no error

What version of the product are you using? On what operating system?
latest version for d/l

Please provide any additional information below.

at random times the following error occurs

Faulting application devenv.exe, version 9.0.30729.1, time stamp 0x488f2b50, 
faulting module MetalScroll.dll, version 1.0.4.41, time stamp 0x4af052b8, 
exception code 0xc0000005, fault offset 0x0000c264, process id 0x26ec, 
application start time 0x01cb1d234f8afa00.

This leads to the following error in .net 2

NET Runtime version 2.0.50727.4200 - Fatal Execution Engine Error (70A01192) (0)

Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 10:29

Debug messages produced by MetalScroll

Using MetalScroll 1.0.7 

1. Launch DebugView for Windows (http://technet.microsoft.com/en-
us/sysinternals/bb896647.aspx) to see OutputDebugStrings outside of a 
debugger. I use this for debugging Shell interactions with my app.

2. Use MetalScroll in devstudio and edit file.

I see MetalScroll messages in DebugView.  

[3748] MetalScroll: New view registered: 0x3CA38BB4.
[3748] MetalScroll: Subscribed to view events.
[3748] MetalScroll: OnSetFocus(0x3CA38BB4).
[3748] MetalScroll: Hooked view 0x3CA38BB4. Scrollbars: 5099a, 409e2. 
Editor: 609a0. MetalBar: 0x2790CD08.


Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 2:44

double click a group of findings like resharper

What steps will reproduce the problem?
1. double click word "test1"
2. double click word "test2"
3.

What is the expected output? What do you see instead?
like resharper`s highlight, it should be possibile to highlight a group or 
words in a row. First test1, then double click on test2. Now both group 
findings were highlighted. When pushing ESC first test2 will disappear, then 
test1. 

Original issue reported on code.google.com by [email protected] on 23 Jun 2010 at 11:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.