﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » VS 2008 driving me crazy...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 13:55:45 GMT</lastBuildDate><ttl>20</ttl><item><title>VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17518.aspx</link><description>The editor in VS 2008 keeps autohiding my properties, while I'm typing in them. I.e. I have a standard property, with xml comments, like:&lt;br&gt;
&lt;br&gt;
[codesnippet]Private _myProp As Integer&lt;br&gt;
&lt;br&gt;
'''&amp;lt;Summary&amp;gt;&lt;br&gt;
''' I'll be typing here especially and the damn thing hides itself on me...&lt;br&gt;
''' &amp;lt;/Summary&amp;gt;&lt;br&gt;
''' etc.&lt;br&gt;
Public Property MyProp() As Integer&lt;br&gt;
  Get&lt;br&gt;
    Return _myProp&lt;br&gt;
  End Get&lt;br&gt;
  Set(value As Integer)&lt;br&gt;
    _myProp = value&lt;br&gt;
  End Set&lt;br&gt;
End Property[/codesnippet]&lt;br&gt;
&lt;br&gt;
When it hides itself it'll look like:&lt;br&gt;
&lt;br&gt;
[codesnippet]private _myProp As Integer...[/codesnippet]&lt;br&gt;
&lt;br&gt;
Any idea on how to alter this behavior?</description><pubDate>Thu, 03 Jul 2008 16:41:37 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17621.aspx</link><description>Gotcha.  OK, I'll look into that.</description><pubDate>Thu, 03 Jul 2008 16:41:37 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17617.aspx</link><description>Greg , &lt;/P&gt;&lt;P&gt;I'm talking about outlining under&amp;nbsp; Edit.. you need to be in a source file for the munu option to show, shortcut is it is like Ctrl M + Ctrl M</description><pubDate>Thu, 03 Jul 2008 15:32:25 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17606.aspx</link><description>[quote]When I took the tape off, it mangled my code, turning it into C# with calls to unmanaged assembly code.[/quote]&lt;/P&gt;&lt;P&gt;LOL :laugh: :laugh: :laugh:</description><pubDate>Thu, 03 Jul 2008 13:14:33 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17605.aspx</link><description>[quote][b]Bill Cunnien[/b][hr]Have you tried some duct tape?[/quote]&lt;br&gt;
Yeah. I tried that first. At first I was using an open source duck tape, but it fell off my LCD every time a MS program was used.  Then I tried to use Duck Code Tape 2.0 (tm)(c) from MS directly, but there was a bug where the tape would only scroll with the regions if I was scrolling down, so I had to remove it.  When I took the tape off, it mangled my code, turning it into C# with calls to unmanaged assembly code. Thanks for the suggestion though   :P&lt;br&gt;
&lt;br&gt;
[quote]Look under edit - outlining , I use the short cuts there to collapse and expand code sections and regions but never had it do it by itself.[/quote]&lt;br&gt;
Paul, I assume you mean Tools|Options|Keyboard right?  I don't see anything there yet, but I'm investigating.</description><pubDate>Thu, 03 Jul 2008 12:44:47 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17586.aspx</link><description>Greg, &lt;/P&gt;&lt;P&gt;Look under edit - outlining ,&amp;nbsp;I use the short cuts there&amp;nbsp;to collapse and expand code sections and regions but never had it do it by itself.</description><pubDate>Thu, 03 Jul 2008 08:38:57 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17574.aspx</link><description>Have you tried some duct tape?</description><pubDate>Wed, 02 Jul 2008 22:31:18 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17571.aspx</link><description>Dude...your computer is possessed :D</description><pubDate>Wed, 02 Jul 2008 22:03:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17567.aspx</link><description>What ever it is, it's a sneaky little basta....er...weasel.  No macros that I can find are defined.  It usually happens when I'm not typing, like when I pause for a second. I'm still looking into keyboard short cuts.</description><pubDate>Wed, 02 Jul 2008 18:16:04 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17546.aspx</link><description>Gotcha....the only thing that I could think of is that something along the lines of a hot key or macro combination is firing the outline collapse command.&amp;nbsp; You can do this through hotkeys and macros, so I wonder if yours has changed from the defaults or something along those lines.&amp;nbsp; I could &lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;definitely&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt; see how that could get irritating!</description><pubDate>Wed, 02 Jul 2008 13:28:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17541.aspx</link><description>No, no, no...I'm saying that it takes the top code and collapses it (aka regions) into the bottom code. I.e. it doesn't do anything to the code, just hides...while I'm typing in it.  Driving me crazy.  The "..." indicates there is hidden code, you double click on that and the code is expanded again. Does that make sense?</description><pubDate>Wed, 02 Jul 2008 13:12:21 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: VS 2008 driving me crazy...</title><link>http://forum.strataframe.net/FindPost17528.aspx</link><description>You're saying that VS is taking the property code from above and converting it into a private?!?!?!&amp;nbsp; I have never experienced or even heard of anything even remotely close to this type of behavior if that is what you are saying!&amp;nbsp; :crazy:</description><pubDate>Wed, 02 Jul 2008 07:51:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>