问题标签 [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.
komodoedit - 如何删除 Komodo Edit 8 中的右列?
你看,我想删除我的光标所在的列,但是文档中没有提到如何做到这一点。
我正在使用 Komodo Edit 8。我什至不知道它叫什么 -right-column、right-column、标记等。这个额外的空间在我的显示器上占用了太多空间。
automation - IEC61131 的代码编辑器
我是一名自动化工程师,主要与 Beckhoff(结构化文本)一起工作,并且正在考虑是否有任何方法可以在任何代码编辑器中创建“自定义语言”,这样我就可以最大限度地减少语法的重复并减少次要的语法错误,例如在行尾缺少分号。
我见过相当数量的代码编辑器,以及非常漂亮的、夜间模式编辑器以及对广泛使用的语言的大力支持。我很想使用它们,但由于它们缺乏对 TWINCAT 或结构化文本的支持,我觉得我错过了。
即使这是可能的,任何帮助或建议都会很棒。
非常感谢 :)
javascript - javascript中的按钮代码,将按钮点击转换为代码
我正在考虑开发一个应用程序,用于学习目的。假设我有这个图形用户界面,有 2 个按钮,一个用 if 标记,一个用 else 标记
如果我单击该if
按钮,我的编辑器将生成一个
自动阻止。
是否有 javascript 库已经尝试这样做,更像是click
编程。
可能的解决方案可以data-
为这些按钮附加一个属性,并使用它们来生成解决方案。
哪些图书馆可以有效地做到这一点?
sublimetext2 - Sublime Text 2:如何在括号后的新行上禁用自动缩进?
我尝试使用 Sublime Text 2。
在 Javascript 中,每当我输入一个括号并按 ENTER 时,都会像这样添加一个额外的缩进(“|”表示光标):
如果我在 Sublime Text 2 设置中将“auto_indent”设置为 false,每当我输入一个括号并按 ENTER 键时,光标就会移动到该行的开头,如下所示:
我希望光标移动到与括号相同的水平点,如下所示:
你有什么想法可以帮助我吗?
ace-editor - 如何向 ace 编辑器添加警告或错误通知
我正在使用 ACE 编辑器进行交互式 python 编辑,同时我在后端有一个 python 解释器,它将 python 代码解析为结果。
当用户提交代码到后端时,python解析器会将代码解析成结果,如果发生错误,会返回行和列,以及JSON格式的错误描述
现在的问题是ACE如何在某个位置显示错误
sublimetext3 - 为什么 Sublime Text 3 不适合我?
我该如何解决这个问题?
尝试解析文件时出错:Packages\User\Default(Windows).sublime-keymap:1:1 中没有数据
每当我尝试打开 Sublime Text 3 时,都会弹出此错误并且程序永远不会启动。如何修复此错误?我不知道我应该怎么做。任何帮助都深表感谢。
netbeans - netbeans 7.3 无法识别 html 标签
我刚刚更新了我的 netbeans 7.3,更新后编辑器无法识别 html 标签。我搜索了谷歌,但我从未得到正确的答案。有没有可以让 netbeans 识别 HTML 标签的主题?
github - Issues adding github gist to my blog(using Google blogger)
I'm trying to add a gist to my blog to see how it works and use it to share some code related blogs going forward.
I've followed the steps mentioned form this blog, but I'm not able to get it to work. I don't know what I'm missing, any pointers on what I could be missing would be really appreciated.
My HTML Editor of blog related code looks like this:-
Thanks.
UPDATE (including, changing the code above)
I found one thing confusing for a while, why should I actually paste a div tag in the "Compose" Section of the Blog, it's afterall HTML code, so I moved it to the HTML editor part of the Blog. What was confusing to me initially was when it was mentioned in the blog:-
Now to include any gist template just add the following anywhere in your blog post.
But anyways, now, I only get "Loading" .., The error still persists..
sublimetext2 - 如何在 Sublime Text 2 中取消选择单个多选点
我发现我经常会在 Sublime Text 2 中多选一堆单点(ctrl+单击该点),到达我想要多选的项目的末尾,然后在它们中间发现一个那不应该被选中。
然后我必须取消多选(esc 键)并重新开始我的选择。
有没有办法取消选择单个多选点?我查看了整个网络并尝试了传统的相反项目,例如 ctrl+shift+单击我要取消选择的点。没有喜悦。
在此先感谢您的帮助!
google-chrome - chrome有代码编辑器插件吗?
是否有适用于 chrome 的代码编辑器插件?就像 gedit for chrome 或 vim for chrome 一样。在窗口之间移动真的很累,所以我想在我的浏览器中有一个代码编辑器。
只需打开一个新选项卡,打开一个文件并开始编辑或编写代码。有这样的事吗?
编辑 1:他们应该能够支持 HDL 语言(VHDL 或 Verilog)。