Aptana 3.0 JS Code Assist 不适用于以 karma 开头的命名空间
我们正在使用 Aptana 3.0 来开发我们的 JS 应用程序。我们正在使用 dojo 工具包。工具包中有一个用于生成文档的实用程序,称为文档脚本。它生成一个 xml 文件。我们已经能够让 Aptana 识别该文件,但有些事情很奇怪。我们正在使用的命名空间“karma”似乎不起作用。当我们将命名空间更改为“foo”或任何其他字符串(甚至“karma2”)时,代码辅助就会起作用。
有什么东西反对将“karma”用作命名空间吗?所有 dojo、dijit 和 dojox 类均按预期通过代码辅助提供。
想法?
We are using Aptana 3.0 to develop our JS application. We are using the dojo toolkit. In the toolkit there is a utility to generate docs, called docscripts. It generates an xml file. We have been able to get Aptana to recognize the file, but something is odd. Our namespace which we are using, "karma", does not seem to "work". When we change the namespace to "foo" or any other string, even "karma2", the code assist works.
Is there something against "karma" being used as a namespace? All of the dojo, dijit, and dojox classes are provided thru code assist as expected.
Thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然没有什么可以直接阻止这个名字。如果您可以使用正在使用的 XML 文件提交错误,那就太好了。
There is certainly nothing directly blocking that name. If you can file a bug with the XML file you are using, that would be great.