问题描述
我正在按照视频,但是缺少字体,使用64版本时,我会得到此提示.
I'm trying to activate Ligatures a new feather in IntelliJ IDEA 2016.2 by following the instructions in this video but there are missing fonts and when using 64 version I get this hint.
这是字体列表
我如何使这种羽毛有效?
how can I make this feather work?
推荐答案
回答这个问题可能有点晚了.最近遇到了同样的问题,在该职位上四处搜寻.过了一会儿,才弄清楚如何正确地做它.
Maybe a bit late to answer this. Recently ran into same issue, googling around came across this post. After while did figure out how to do it properly.
没有安装程序,但是bintray.com/jetbrains/intellij-jdk/
There is no installer but there is tar/gzip file for windows under files tab in bintray.com/jetbrains/intellij-jdk/
- 对于Windows 64位 https://bintray.com/jetbrains/intellij-jdk/openjdk8-windows-x64#files [尽管页面上的设置按钮很容易使人产生误解.]
- for windows 64 bit https://bintray.com/jetbrains/intellij-jdk/openjdk8-windows-x64#files[ set me up button in the page is very misleading though..]
一旦下载并解压缩了JetBrains Runtime,就添加环境IDEA_JDK变量以及运行时环境的路径.关闭ide并重新开始,您就可以开始了.
Once you download and extracted the JetBrains Runtime, add environment IDEA_JDK variable with path of runtime environment. Close the ide and start again, and you are good to go.
- 对于64位环境变量将类似于
IDEA_JDK_64=c:/intellji-jdk/
提示:对于32位idea.exe为IDEA_JDK,对于64位idea64.exe为IDEA_JDK_64
hint: IDEA_JDK for 32 bit idea.exe and IDEA_JDK_64 for 64 bit idea64.exe
关于fira代码字体,它们位于github https://github.com/tonsky/FiraCode一个>.通过git将最新版本下载到您的PC上,或直接下载存储库.
As for the fira code font , they are in github https://github.com/tonsky/FiraCode. Pull the latest to your PC via git or simply download the repo.
- 对于Windows,将ttf字体安装在distr文件夹中[所有字体都在distr文件夹下].
这篇关于如何在JetBrains Runtime中运行IntelliJ IDEA的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!