越野车? [英] Buggy IDE?

查看:89
本文介绍了越野车?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好! :O)


我注意到了VS IDE的一些奇怪行为。


这里有两个可以想到的权利现在......但是那些最有价值的我已经遇到过



1.时不时地,我都没有注意到我们是什么它确实发生了,它显示链接到控件的事件丢失了
。代码是

仍然存在,但我们必须重置处理程序。

2.如果我双击一个控件,则生成默认属性
代码部分自动
。没关系! :O)不好的是,如果我按$ Ctrl $ b按Ctrl-Z撤消*最后一个动作*,它实际上清除*保留的所有动作*

在撤消堆栈中。当你设置页面上控件的TabIndex属性时,它会变得非常令人沮丧。你通过控件上的错误双击

,按Ctrl-Z删除创建的方法然后

你必须从头开始重启while过程,因为它已经清空了

撤销堆栈带你到它的开头。


还有其他人遇到过这些麻烦吗?他们是否已经知道并进行了调试(我可能已经错过了热修复)?


非常感谢!


-

最好的问候

Yanick Lefebvre


请将答案发布到小组,以便所有人都能受益

解决方案

VS.NET中有很多这样的bug ...


" Zoury" <亚************* @ hotmail.com>在消息中写道

新闻:好的************** @ TK2MSFTNGP10.phx.gbl ...

你好! :O)

我注意到了VS IDE的一些奇怪的行为。

这是现在可以想到的两个......但是这些是最多的我已经遇到过这种情况。

1.时不时地,我都没有注意到我们为它做了什么,它似乎发生了那些事件。与控件相关联的都丢失了。代码
仍然存在但我们必须重置处理程序。
2.如果我双击控件,则会在代码部分自动生成默认属性。没关系! :O)不好的是,如果我按Ctrl-Z来撤消* last action *,它实际上会清除保留在撤销堆栈中的所有动作*
。当
设置页面上控件的TabIndex属性时,它变得非常令人沮丧。你可以通过控件上的错误双击
,按Ctrl-Z删除创建的方法,然后按
然后你必须从头开始重启while进程,因为它已经清空了
撤消堆栈带给你到了它的开始。

还有其他人遇到过这些麻烦吗?他们已经知道并调试了(我可能错过了热门修复)?

非常感谢!

-
最好的问候

请将答案发布给小组,以便所有人都能受益



您使用的是哪个版本?我们在这里使用2003,在我们看来,它比2002年的版本更糟糕......:O)


-

最好的问候

Yanick Lefebvre


请将答案发布到小组,以便所有人都能受益


" Zoury"写道:

你使用的是什么版本?我们在这里使用2003,在我们看来它比2002年的版本更糟糕......:O)

-
最好的问候

请将答案发布到小组,以便所有人都能受益



我不能确认2003年是否更糟,实际上很多关键问题

现在似乎工作得更好(SourceSafe集成,汇编引用

外部构建机器,..)。

但是,我可以确认失去的事件的行为。我还

有失去控制。代码仍在那里并编译,但是他们不会出现.b
$ b。它通常发生在我同时打开资源和表格的

代码时,因此解决方法很简单。

但是,如果我忘了它它再次发生,我已经接近完全

坚果:-)


HTH,

Andy
-

要直接邮寄给我,请删除

NO *********** @ gmx中的NO * SPAM部分。 netNO * SPAM


Hi there! :O)

I''ve noticed some strange behavior with the VS IDE.

Here''s two a can think of right now... but those are most fusstrating i''ve
encountered.

1. Every now and then, I haven''t noticed what we did for it to happen, it
appears that the events that were linked to a control are lost. The code is
still there but we have to reset the "handlers".
2. If I double click on a control, the default property is generated
automatically in code section. That''s ok! :O) What is not ok is that if I
hit Ctrl-Z to undo the *last action*, it actually clears *all the actions*
that were kept in the undo stack. It becomes *very* frustrating when you''re
setting the TabIndex property of the controls on the page. You double click
by mistakes on a control, press Ctrl-Z to delete the created method and then
you have to restart the while process from scratch because it has emptied
the undo stack bringing you to the beginning of it.

Has anyone else met those troubles? Are they already known and debugged (I
may have missed a hot fix)?

Thanks a lot!

--
Best Regards
Yanick Lefebvre

Please posts answers to the group so all can benefit

解决方案

There are lots of bugs like this in VS.NET...

"Zoury" <ya*************@hotmail.com> wrote in message
news:OK**************@TK2MSFTNGP10.phx.gbl...

Hi there! :O)

I''ve noticed some strange behavior with the VS IDE.

Here''s two a can think of right now... but those are most fusstrating i''ve
encountered.

1. Every now and then, I haven''t noticed what we did for it to happen, it
appears that the events that were linked to a control are lost. The code is still there but we have to reset the "handlers".
2. If I double click on a control, the default property is generated
automatically in code section. That''s ok! :O) What is not ok is that if I
hit Ctrl-Z to undo the *last action*, it actually clears *all the actions*
that were kept in the undo stack. It becomes *very* frustrating when you''re setting the TabIndex property of the controls on the page. You double click by mistakes on a control, press Ctrl-Z to delete the created method and then you have to restart the while process from scratch because it has emptied
the undo stack bringing you to the beginning of it.

Has anyone else met those troubles? Are they already known and debugged (I
may have missed a hot fix)?

Thanks a lot!

--
Best Regards
Yanick Lefebvre

Please posts answers to the group so all can benefit



What version are you using? We''re using 2003 here and it seems to us that
it''s worst than the version 2002... :O)

--
Best Regards
Yanick Lefebvre

Please posts answers to the group so all can benefit


"Zoury" wrote:

What version are you using? We''re using 2003 here and it seems to us
that it''s worst than the version 2002... :O)

--
Best Regards
Yanick Lefebvre

Please posts answers to the group so all can benefit


I can''t confirm that 2003 is worser, actually a lot of critical issues
seem to work better now (SourceSafe integration, assembly references to
external build machines,..).
However, I can confirm the behavior with the "lost events". I also
have "lost controls". The code is still there and compiles, but they
don''t show up. It usually happens when I have the Resource and the the
code of a Form open at the same time, so the workaround is simple.
However, if I forget it and it happens again, I''m close to going totally
nuts :-)

HTH,
Andy
--
To mail me directly, remove the NO*SPAM parts in
NO***********@gmx.netNO*SPAM


这篇关于越野车?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆