Share via


First post from Longhorn 4074 - WinHec Build and a wish for Reflector

Just installed the WinHec version and it looks great, much more faster then PDC.
A small wish for Reflector 4: What if it could take your coding style from Visual Studio 2005 and apply them when previewing code...

Comments

  • Anonymous
    May 09, 2004
    Neither RichTextBox nor the MSHTML control are powerful enough to do that. You will either miss hyperlinks or rich text formatting. However, given all the goodies in the add-ins workspace it should be pretty easy to create your own cobination of class view and decompiler output.
  • Anonymous
    May 09, 2004
    I wish I had a spare machine to install LongHorn... What is the spec of the machine you installed WinHEC on?
  • Anonymous
    May 09, 2004
    It's my daily machine, Dell D600 with 1G Ram and 100Giga HD with P4 1.7. Just did another partition and let it install
  • Anonymous
    May 10, 2004
    Any success installing Visual Studio 2005 on the new Longhorn build?

    About the syntax highlighting, I suggest considering this project: http://weblogs.asp.net/tjohansen/archive/2004/03/11/87867.aspx
  • Anonymous
    May 10, 2004
    There will be no matching Visual Studio .NET 2005, we'll just have to wait for a synced build..
  • Anonymous
    May 13, 2004
    Off Topic Question -

    My winApp created a directory with .cs source files.

    How to create from my app a .csproj file that will include all the .cs files in the directory?

    The quick-and-dirty way is to hard-code the text of the .csproj file myself.

    Is there an elegant framewrok service for this?
  • Anonymous
    May 13, 2004
    instaed of a file by file do "*.cs"