问题标签 [code-editor]

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.

0 投票
1 回答
1230 浏览

debugging - komodo edit 7.1 在 php 模式下无法识别 html5 标签

标题很明确!在 php 模式下,komodo 编辑假定 html4 并在使用 html5 标签(如文章、时间、部分)时引发错误。

这可能会很麻烦,因为它可能会覆盖 php 错误。

有没有办法解决这个问题?

0 投票
2 回答
737 浏览

asp.net-mvc - 代码编辑器插件

我正在寻找某种类似于此插件 stackoverflow 用于提问的插件。允许提出问题的人使用代码、图像、粗体字母等自定义他/她的问题。我喜欢它是如何知道你的键入代码的,例如,当你点击一次或两次时。我会将它用于 mvc4 项目,让用户在描述中使用一些代码键入教程。我尝试查看代码镜像,但使用起来似乎很复杂。有什么简单的方法或插件我可以在文本区域或某种输入中实现这样的东西吗?感谢您的任何建议

0 投票
2 回答
6278 浏览

css - 将 Twitter Bootstrap 样式应用于 CodeMirror?

我有一个带有文本区域的表单,用户可以在其中编写一些代码。我正在用CodeMirror代码编辑器框替换该文本区域,因此我想对其应用 Bootstrap 样式。

这是表单现在的样子,除了代码编辑器之外的所有表单元素都有 Bootstrap 样式:在此处输入图像描述

所以特别是,我认为我需要在鼠标悬停时给代码编辑器提供圆角、边框、正确的宽度(input-xxlarge)和蓝色高亮。

我该怎么做呢?除了手动复制必要的 CSS 之外,还有其他方法吗?

更新

我尝试从 Bootstrap 复制 textarea CSS,当我在代码编辑器中单击时,除了焦点 CSS 之外,一切看起来都很好。这就是我得到的:

在此处输入图像描述

亮点在内部,而不是外部。任何想法我如何解决这个问题?

这是我通过从 Bootstrap 复制添加的 CSS:

0 投票
1 回答
1413 浏览

text-editor - Sublime Text Syntax Highlighter Not working on Windows?

I have created a Sublime Text File for Syntax Highlighting which is mentioned below.Its for a new Language called Visage and the Syntax definition is taken from Groovy since most of the syntax looks like Groovy.The file name is Visage.tmLanguage and can also be found on github

Now when I am using it in Ubuntu 12.04 while using Sublime Text 2 it works great but when I use it in Sublime Text 2 for Windows it really does not show any syntax highlighting and rather it leaves entire thing plain black and white.I have also written snippets for this language which work real great in both the versions of sublime. Please help me to figure out what went wrong?

0 投票
1 回答
478 浏览

css - 编解码功能,如 cssdeck

最近codemirror项目引起了我的注意。Jsbin 在幕后使用 codemirror。

在那个网站上花了一些时间后,我找到了 cssdeck。在 cssdeck 内部,他们正在实现一个称为codecasts的功能。

Codecasts 让我们记录我们的打字,然后我们可以回放记录的代码。最有趣的是,当我们播放录制的实现时,代码仍然是可编辑的。

看看这个例子

有谁知道如何创建这样的功能?

0 投票
2 回答
111 浏览

scripting - 用于脚本语言的可嵌入编辑器

我正在寻找一个可以嵌入到应用程序中的好编辑器(如果需要,可以使用 QT 或 GTK 工具包),并且允许编辑脚本:

  • 代码完成
  • 内联文档/上下文相关文档
  • 语法高亮

任何语言都可以(Scheme、Lua、Python 等),只要我能做得很好 - 我可以将它嵌入到我的应用程序中(所以许可证也是一个问题,我不想不得不全部许可证)项目作为 GPL 和 AGPL - 我想保留 MIT/BSD 许可证的项目)

有什么建议么?

0 投票
4 回答
4808 浏览

ide - Codepad/ideone 风格的协作式 Web IDE?

我正在寻找一个简单的协作式基于 Web 的文本编辑器,它可以编译并显示来自一些流行语言的输出,例如:C++、PHP 和 Python。

研究

编辑

  • 高手
  • EditArea(人们更喜欢 Ace,例如:web2py 和 ideone 移至 Ace)

IDE 风格的编辑器

可以编译的 IDE 风格的编辑器

  • CodeRun(支持 C#、JavaScript 和 PHP)
  • 程序员(支持 Java [和 Android!]、C++、PHP、ASP.NET、C#、VB、Flex、Flash、iOS(UI、ObjetiveC)、处理、JavaScript [包括 JQuery 和 AJAX]、Ruby、Python 甚至 SQL [不确定哪个数据库]。

编译的 Pastebins

协作代码编辑器

结论

到目前为止,我一直未能成功地找到一个语法高亮、代码修订、协作编辑基于 Web 的 IDE,它带有一个共享的编译/解释调试控制台。

你能推荐一个,最好是免费的?如果没有;然后我将创建一个开源概念验证。

0 投票
0 回答
214 浏览

ide - HTML / CSS Editor with tabs on both sides

I have searched high and low but never found something like this, so I have to ask!

When I edit an HTML or CSS file (say index.html) I usually try to take advantage of other people's ideas (I am a perpetual newbie-amateur), so I also open someone else's index.html to get ideas from (read copy-paste!).

Now I have two index.html files side by side and must take care NOT to inadvertently change the "other" file (that I'm copying from). Most editors allow you to show the full pathname to each file but for good reasons this is not always the best solution.

Things get worse when I edit several HTML and CSS files...

A good solution would be to be able to drag the "read-only" tabs to the right and leave the "working" tabs on the left side.

Is there an editor that can be configured this way?

0 投票
1 回答
1411 浏览

android - 在android多行EditText中打印行号

我正在android中创建一个代码编辑器。每次用户换行时,我想在屏幕上打印行号。我正在使用EditText编辑器。任何人都可以帮助我。提前谢谢你。

0 投票
4 回答
572 浏览

java - 仅从 For Loops 块中删除 System.out 语句

任何方法都可以轻松地将它们文件中的 for 循环块中删除......

之前

之后