VS2005代码编辑器保留在运行时 [英] VS2005 code editor stays in runtime

查看:72
本文介绍了VS2005代码编辑器保留在运行时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在VS2005中开发一个安装了SP2的VB项目。这个

是导致问题的过程:

打开VS2005,打开项目

在代码编辑器中编写一些代码

以调试模式运行项目,测试一些表格

关闭主表单,返回VS2005代码编辑器

*此时,当我在代码编辑器中输入任何内容时,在我键入的每个字母后插入括号

。此外,我不能退回

两个字符。一般来说,代码编辑器试图在我输入的每个字符后自动完成表达式的
。它就像它仍然

认为它处于runmode或其他东西。

我必须退出项目,然后重新打开它以停止这种行为。

还有其他人经历过这个吗?有什么建议吗?


布莱恩

I am developing a VB project in VS2005 that has SP2 installed. This
is the process that is causing a problem:
Open VS2005, open the project
Write some code in the code editor
Run the project in debug mode, test some of the forms
Close the main form which returns me back to the VS2005 code editor
*At this point, when I type anything in the code editor, parenthesis
are inserted after every letter I type. Also I can''t backspace past
two characters. In general, the code editor is trying to autocomplete
the expression after every character that I type. It is like it still
thinks it is in runmode or something.
I have to exit the project, then reopen it for this behavior to stop.
Has anyone else experienced this? Have any suggestions?

Bryan

推荐答案

当你返回代码窗口时,在调试器的VCR控件顶部的

菜单栏中查看调试内容。游戏

符号是否可点击?如果是这样,那么应用程序仍然没有运行。或者

方形符号是否可点击?如果是这样,那么你的应用程序*正在运行。


我从来没有见过这样的东西。


Robin S.

------------------------------------

"布赖恩" < br ******* @ gmail.com写信息

新闻:11 ********************** @ l53g2000cwa.googlegr oups.com ...
When you are returned to the Code Window, look up at the debug stuff in the
menu bars on the top at the VCR controls for the debugger. Is the play
symbol clickable? If so, then the app is not still running. Or is the
square symbol clickable? If so, then your app *is* running.

I''ve never seen anything like that.

Robin S.
------------------------------------
"Bryan" <br*******@gmail.comwrote in message
news:11**********************@l53g2000cwa.googlegr oups.com...

>我正在开发安装了SP2的VS2005中的VB项目。这个

是导致问题的过程:

打开VS2005,打开项目

在代码编辑器中编写一些代码

以调试模式运行项目,测试一些表格

关闭主表单,返回VS2005代码编辑器

*此时,当我在代码编辑器中输入任何内容时,在我键入的每个字母后插入括号

。此外,我不能退回

两个字符。一般来说,代码编辑器试图在我输入的每个字符后自动完成表达式的
。它就像它仍然

认为它处于runmode或其他东西。

我必须退出项目,然后重新打开它以停止这种行为。

还有其他人经历过这个吗?有什么建议吗?


布莱恩
>I am developing a VB project in VS2005 that has SP2 installed. This
is the process that is causing a problem:
Open VS2005, open the project
Write some code in the code editor
Run the project in debug mode, test some of the forms
Close the main form which returns me back to the VS2005 code editor
*At this point, when I type anything in the code editor, parenthesis
are inserted after every letter I type. Also I can''t backspace past
two characters. In general, the code editor is trying to autocomplete
the expression after every character that I type. It is like it still
thinks it is in runmode or something.
I have to exit the project, then reopen it for this behavior to stop.
Has anyone else experienced this? Have any suggestions?

Bryan



1月28日下午4:31, ;罗宾斯" < Rob ... @ NoSpam.yah.nonewrote:
On Jan 28, 4:31 pm, "RobinS" <Rob...@NoSpam.yah.nonewrote:

当你返回代码窗口时,请查看
中的调试内容调试器的VCR控件顶部的
菜单栏。游戏

符号是否可点击?如果是这样,那么应用程序仍然没有运行。或者

方形符号是否可点击?如果是这样,那么你的应用程序*正在运行。


我从来没有见过这样的东西。


Robin S.
When you are returned to the Code Window, look up at the debug stuff in the
menu bars on the top at the VCR controls for the debugger. Is the play
symbol clickable? If so, then the app is not still running. Or is the
square symbol clickable? If so, then your app *is* running.

I''ve never seen anything like that.

Robin S.



播放符号是可点击的。我输入一个字符,让我们说''m'',然后

这种情况​​发生:

m()

然后我按下另一个字符,让我们说g,这就发生了

m(g)

之后,我按下任意数量的字符,发生以下情况

m(g)abcdefghij

整个时间,代码编辑器强调表达式为

一个错误,它在每个字符笔划后分析它,而不是它的

通常的行为,即按''输入''

或空格后检查语法。

The play symbol is clickable. I type one character, lets say ''m'', and
this happens:
m()
Then I press another character, lets say g, and this happens
m(g)
After that, I press any number of characters and the following happens
m(g)abcdefghij
The whole time, the code editor is underlining the expression as being
an error, it analysis it after each character stroke, instead of its
usual behavior, which is to check the syntax after you press ''enter''
or space.


这可能是似乎是一个愚蠢的问题布莱恩,但你有VS2005 SP 1

安装?另外,你是否在更新之前运行任何Beta版?


布鲁斯


"布莱恩" < br ******* @ gmail.com写信息

新闻:11 ********************** @ m58g2000cwm.googlegr oups.com ...
This may seem a silly question Bryan, but do you have the VS2005 SP 1
installed? Also, were you running any of the Beta''s prior to updating?

Bruce

"Bryan" <br*******@gmail.comwrote in message
news:11**********************@m58g2000cwm.googlegr oups.com...

1月28日下午4:31,RobinS < Rob ... @ NoSpam.yah.nonewrote:
On Jan 28, 4:31 pm, "RobinS" <Rob...@NoSpam.yah.nonewrote:

>当您返回代码窗口时,请查看
调试器的VCR控件顶部的
菜单栏。游戏
符号是否可点击?如果是这样,那么应用程序仍然没有运行。或者
方形符号是否可点击?如果是这样,那么你的应用程序*正在运行。

我从未见过这样的东西。

Robin S.
>When you are returned to the Code Window, look up at the debug stuff in
the
menu bars on the top at the VCR controls for the debugger. Is the play
symbol clickable? If so, then the app is not still running. Or is the
square symbol clickable? If so, then your app *is* running.

I''ve never seen anything like that.

Robin S.



播放符号是可点击的。我输入一个字符,让我们说''m'',然后

这种情况​​发生:

m()

然后我按下另一个字符,让我们说g,这就发生了

m(g)

之后,我按下任意数量的字符,发生以下情况

m(g)abcdefghij

整个时间,代码编辑器强调表达式为

一个错误,它在每个字符笔划后分析它,而不是它的

通常的行为,即按''输入''

或空格后检查语法。


The play symbol is clickable. I type one character, lets say ''m'', and
this happens:
m()
Then I press another character, lets say g, and this happens
m(g)
After that, I press any number of characters and the following happens
m(g)abcdefghij
The whole time, the code editor is underlining the expression as being
an error, it analysis it after each character stroke, instead of its
usual behavior, which is to check the syntax after you press ''enter''
or space.



这篇关于VS2005代码编辑器保留在运行时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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