文档包含一行或多行极长的文本

发布于 2025-01-02 18:33:36 字数 240 浏览 0 评论 0原文

我在一个非常简单的 WebProject 中不断收到以下错误,其中包含 1 个 html 文件、1 个 js 和 ext lib。


Microsoft Visual Studio

文档包含一行或多行极长的文本。当您打开文件时,这些行将导致编辑器响应缓慢。您还想打开该文件吗?

是 否

我的 VS 版本是 2008。我的 html 中没有长行。我没有数据库连接。有人知道原因吗?

I'm constantly receiving the following error in a very simple WebProject with 1 html file, 1 js and ext lib included.


Microsoft Visual Studio

Document contains one or more extremely long lines of text. These lines will cause the editor to respond slowly when you open the file. Do you still want to open the file?

Yes No

My VS version is 2008. I don't have long lines in my html. I don't have DB connections. Anyone knows the reason?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

思慕 2025-01-09 18:33:36

当您说“ext lib”时,我假设您指的是 ExtJs javascript 框架。 ExtJs 框架的缩小版本将整个框架放在一行上。您可以通过双击 Visual Studio 中的 ext-all.css 或 ext-all.js(不是 ext-all-debug.js)文件来测试这一点,然后在编辑器中将其打开,您应该会再次看到该消息。真正烦人的部分是,当 ExtJs 库作为脚本标签(或 CSS 文件中的链接标签)包含在页面头部时,该消息也会显示。我的猜测是 Visual Studio 正在后台默默地打开这些文件。

When you say "ext lib" I assume you mean the ExtJs javascript framework. The minified version of the ExtJs framework puts the whole framework on a single line. You can test this by double clicking on the ext-all.css or ext-all.js (not ext-all-debug.js) file in Visual Studio to open it in the editor and you should see the message again. The real annoying part is that the message also shows when the ExtJs library is included in the page head as a script tag (or link tag in the case of the css file). My guess is that Visual Studio is silently opening these files in the background.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文