问题标签 [jedit]
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.
linux - Isabelle/Simpl 新堆图像未在 jEdit 中显示
我最近开始使用 Isabelle/jEdit。我为 Simpl AFP 条目创建了一个堆映像。我使用命令行isabelle build
工具来创建新图像。我可以通过 ProofGeneral 和Isabelle/Eclipse查看和使用该图像。不幸的是,我无法通过 jEdit 看到它。
如果使用:
我可以看到 Simpl,但我相信它只是即时重建 Simpl 图像。
有任何想法吗?
这是位于预期位置的堆:
这是我的系统的样子:
isabelle - Isabelle/jEdit 中的颜色代码是什么意思?
Isabelle/jEdit 中的颜色代码是什么意思?我在Isabelle/jEdit 手册中找不到他们的描述。它唯一写的是
证明者反馈通过颜色、框、波浪下划线、超链接、弹出窗口、图标、可点击输出来工作——所有这些都基于 Isabelle 在后台生成的语义标记。
颜色用作校样脚本背景和滚动条旁边的垂直条。
你能指出一些文件或在这里解释吗?
utf-8 - 什么是 UTF-8Y 编码?
我在文本编辑器的配置中发现了这种编码。UTF-8Y 是什么意思,它与 UTF-8 有何不同?
java - jEdit StandaloneTextArea的自定义配色方案?
我将StandaloneTextArea (STA) 组件用于具有语法突出显示的编辑器。我知道如何通过 xml 文件定义函数和关键字,但我不知道如何自定义 STA 的字体和颜色。
这是我到目前为止所尝试的:
我尝试了一些设置颜色的方法,但没有成功painter
:setStyle
我知道有颜色属性view.style.comment1
,但是如何分配这些属性以便将自定义配色方案应用于语法突出显示?
isabelle - Isabelle/JEdit 中是否使用了 xsymbols?
在Isabelle/HOL 教程的第 4.1.2 节中,我们发现
按照惯例,只要 Proof General 的 X-Symbol 模式或 LaTeX 输出处于活动状态,就会启用“xsymbols”模式。
现在,随着 Proof General 的衰落,xsymbols 有什么相关性吗?
editor - jEdit 更改 PHP 高亮背景颜色
与 HTML 或 Javascript 或文本混合时,如何在 jEdit 中更改 PHP 代码的背景颜色?我的意思是如何做这样的截图:[dreamweaver 示例] 或建议任何其他免费的编辑器来做到这一点。
jedit - 如何使 jedit 文件下拉菜单显示绝对路径(不是文件名后跟目录)?
一切尽在标题中。
如果一个已经打开了三个文件:
- /some/relatively/long/path/dir1/file_a
- /some/relatively/long/path/dir1/file_b
- /some/relatively/long/path/dir2/file_a
文件下拉列表包含:
这让我很困扰,因为我必须向右看以区分两者file_a
,而在左侧看其他人。这对我来说经常发生,主要是因为我在 python 中编码,因此我经常__init__.py
打开几个文件。
如何让 jedit 显示
配置:
- 杰迪特 5.1.0
- java 1.6.0_26
- macOS 10.6
java - Building jEdit In Eclipse and Ant
I am trying to build the source code for jEdit project inside eclipse. In generally it gives a lots of error like as the below screenshot:
However, running the ant build command results in successful build output. I have added ant builder in the project properties and now running the 'Project->build' option results in ant build output which is also successful.
Now, how can I resolve the errors shown in eclipse 'Problems tab'? Shouldn't all dependencies etc be already inside the project as it succeeded the build?
jedit - 如何在 jedit 中使空格、换行符和制表符可见
我正在使用 jedit,我想知道如何使空白、制表符和换行符在 jedit 中可见。到目前为止,我已经创建了相同的切换按钮。但没有得到任何线索我应该修改哪个文件。