问题标签 [adobe-brackets]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 出现致命错误:产生 ENOENT
我想创建window installer
,但在过去 4 天common.js
面临这个错误的执行时遇到了一些问题。
我分析了什么:
..没有正确执行。有人能帮我吗?
问候
adobe-brackets - 如何显示外来字符?
听说它可能会成为下一个大编辑器后,我才下载了括号。我知道它仍处于测试阶段,但有人知道如何在这个编辑器中显示外来字符吗?当我尝试显示外来字符时,会显示此符号 �。
任何人都可以帮忙吗?
adobe-brackets - 使用 Brackets-Shell 创建独立应用程序的问题
我有一个网络应用程序,我正在尝试使用 Brackets-Shell 将其打包成一个独立的应用程序。我按照此处的说明在我的 Mac OSX 系统上设置 Brackets 和 Brackets-Shell:
https://github.com/adobe/brackets-shell/wiki/Building-brackets-shell
并且似乎能够通过从 Brackets-Shell 文件夹中运行“grunt full-build -v”来生成 Brackets.app 文件。
然后,我按照此处的说明修改了 Brackets-Shell 文件夹中的 Gruntfile.js 文件,以使用我的 Web 应用程序中的源代码:
http://clintberry.com/2013/html5-desktop-apps-with-brackets-shell/
但是,现在当我运行“grunt full-build -v”命令时,我收到以下错误消息:
我不确定如何克服这个错误(我绝对是使用 grunt 的新手)。任何建议或帮助表示赞赏。
谢谢。
adobe-brackets - Error when compiling Brackets Shell standalone app
I have a web app that I'm trying to package up into a standalone app using Brackets-Shell. I followed the instructions here to setup Brackets and Brackets-Shell on my Mac OSX system:
https://github.com/adobe/brackets-shell/wiki/Building-brackets-shell http://clintberry.com/2013/html5-desktop-apps-with-brackets-shell/
When I run "grunt full-build" the process stops with this error message:
Were "my_test.app" is the name I've given to the app I'm trying to create. It seems that Grunt never creates my_test.app, but it does create Brackets.app. I've edited the Gruntfile.js file in the "brackets-shell" folder per the instructions in the previously mentioned link.
Anyone run into this problem, or have any ideas on how I can resolve it?
Thanks.
ruby - Adobe Brackets 是否存在超薄语法荧光笔?
有谁知道我可以在 Adobe Brackets 中突出显示苗条语法的方法?我真的很喜欢 Adobe Brackets,但我的超薄文件很难看。
adobe-brackets - How to open files in a separate tabs
I want to keep all my working files in a separate tabs in Brackets since, I am finding bit difficult to open the file in the LHS panel under "Working Files". Is there a way to do it?
adobe-brackets - 在括号编辑器中添加时间戳,也许使用片段?
我希望能够使用热键、菜单项或其他菜单将当前时间戳插入括号中的文档中 - 例如
时间戳:'20131009T232028'
将是一个很好的格式。
在我看来,我应该能够使用片段扩展来做到这一点,甚至在我看来,该功能可能已经实现,但不确定如何在 javascript.json 中获取小胡子模板以输出格式正确的日期.
任何人都有如何做到这一点的例子?
sshfs - 如何在 Adobe Brackets 编辑器中打开 sshfs 项目
adobe-brackets 是一个用于 Web 的开源代码编辑器,用 JavaScript、HTML 和 CSS 编写。
尽管我遵循了有关如何打开项目的说明(另请参阅如何在 adobe-brackets 中创建新项目?),但这不适用于通过 sshfs 映射的项目目录。
方括号将显示 sshfs 目录,但没有任何内容。(既不是文件也不是子目录)打开其他本地存储的目录就像一个魅力。
任何提示/建议?
javascript - 打开具有预定义大小的窗口
有谁知道如何打开具有特定尺寸的新产品?
brackets
object 不包含任何功能来做到这一点 - 只有 2brackets.app
和brackets.fs
object. 此外,如果您尝试使用
window.open("http://stackoverflow.com","some title","width=500,height=500");
有什么想法/建议吗?