Search

You searched for the word(s): userid:773888

Matching Posts

  • Re: VS 2008 HTML Editor and Document Outliner bug?

    OK. That explains why the behaviour is different between VS2005 & VS2008. But it doesn’t explain why it doesn’t work in VS 2008. I’ve done some careful experiments on the HTML Editor and this is what I get: a) If I open the HTML Editor in the primary logical view, I do get a call to GetOutline (which I route through to the HTML Editor and get a return status of zero. In fact both ReleaseOutline and GetOutline always succeed). If I open the HTML Editor in the Design view (or switch to the Design
    Posted to Visual Studio 2008 (Forum) by Dermot Hogan on 1/31/2008
  • Re: VS 2008 HTML Editor and Document Outliner bug?

    Thanks!.Yes, I appreciate behaviour isn't guaranteed. But it sure looks like a bug to the end user! This is what I'm doing. I have a multitabbed editor which can switch between the HTML Editor and the core text editor. The core text Editor is wrapped in my editor object which implements IVsOLeCommandTarget, IVsCodeWindow, IVsDocOutlineProvider, etc. To switch, I first get the HTML Editor's frame and code window interfaces like this: logical = new Guid(LogicalViewID.Primary); ErrorHandler
    Posted to Visual Studio 2008 (Forum) by Dermot Hogan on 1/29/2008
  • VS 2008 HTML Editor and Document Outliner bug?

    Hi, I have an HTML Editor embedded in a text editor and I'm trying to get the Document Outliner to work with both my custom text editor and the HTML Editor. I start off in my text editor and display my document outline in the Document Outline window. This works and I see my document outline displayed. I then switch to the HTML Editor - and the HTML Document Outline is not displayed. This works in VS 2005 The way I do this is to multiplex the Document Outliner by getting the IVsDocumentOutlineProvider
    Posted to Visual Studio 2008 (Forum) by Dermot Hogan on 1/29/2008
  • Re: HTML designer freezes in Visual Studio 2008 Shell

    I've found the answer to this (it's a bit further down here http://forums.asp.net/t/1167590.aspx ) It seems that the VS Shell Integrated doesn't come with the Microsoft Web Authoring Component. When I installed this from a full VS2008 distribution, it all worked. However, that leaves a couple of questions: 1) is this intentional? 2) if it is, then leaving a non-functioning component of VS in the installation is surely wrong. A frozen window doesn't exactly look very professional.
    Posted to Visual Studio 2008 (Forum) by Dermot Hogan on 12/2/2007
  • HTML designer freezes in Visual Studio 2008 Shell

    I'm not sure whether to post this in the VSX forum or here - but it seems like a problem with htmled.dll. To reproduce: 1) install a VS 2008 Shell Integrated into a clean Vista VM 2) open a new HTML file (File|New|File...) and select HTML page. 3) Change title to say 'My Untitled Page' to ensure everything is ok - in fact editing is fine in Source mode. 4) click the Design or Split control ... and the page freezes. No refresh - looks like OnPaint has gone AWOL. This also occurs with a
    Posted to Visual Studio 2008 (Forum) by Dermot Hogan on 12/1/2007
Page 1 of 1 (5 items)