statler / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

Code Column Doesn't Show Initially, Must Go To Options First #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I open a solution the mini code column is not there
2. I go into the options page, change the width, click Apply, now it 
appears. (both checkboxes are checked)

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

Visual Studio 2008 SP1
Windows XP Pro SP2, Windows XP Media Center Edition, SP3
MiniCodeColumn.dll v1.0.0.353

Original issue reported on code.google.com by ReagansF...@gmail.com on 14 Jun 2009 at 6:17

GoogleCodeExporter commented 9 years ago
BTW, I never get the toolbar item and can't find the command to add it to one 
of my 
existing toolbars. Maybe the problem is that it defaults to 'off', but since I 
can't 
access the toolbar button I have to go into options to enable it.

Original comment by ReagansF...@gmail.com on 14 Jun 2009 at 6:45

GoogleCodeExporter commented 9 years ago
The button will automatically be added to the toolbar named 'DXCore Visualize'. 
I
have seen this with an only partial installation of DevExpress. Could you try to
manually create a toolbar named 'DXCore Visualize' and provide some feedback ?

Original comment by ralf.war...@gmail.com on 15 Jun 2009 at 7:32

GoogleCodeExporter commented 9 years ago
I did not have a toolbar named DXCore Visualize. I created one and restarted 
VS2008 
but it remained blank.

Some more notes...

I'm not sure if my installation is considered partial. I don't have CodeRush or 
Refactor installed, only DXCore. The version may be old now, I think it's 
version 
3.2.3. I get the same behavior on 2 different systems.

In the source code I do not see an instance of the string "DXCore Visualize", 
not sure 
if this is relevant.

If I compile the source myself, the compilation fails, not knowing what to do 
with 
_VisualizeButton.IsDown, i.e. on this line:

_VisualizeButton.IsDown = PluginOptions.MiniCodeColumnEnabled;

I get:

'DevExpress.CodeRush.Menus.IMenuButton' does not contain a definition for 
'IsDown' and 
no extension method 'IsDown' accepting a first argument of type 
'DevExpress.CodeRush.Menus.IMenuButton' could be found (are you missing a using 
directive or an assembly reference?)    

So, I commented the two instances of this and interestingly the mini code 
window now 
defaults to being on. Of course with no toolbar button I can't easily toggle it 
off 
and on, but at least I don't have to go into options now to activate it.

Original comment by ReagansF...@gmail.com on 16 Jun 2009 at 10:42