📄 plugin.xml
字号:
<?xml version="1.0" encoding="UTF-8"?>
<plugin
name="Help Plugin"
id="es.org.chemi.games.minesweeper.help"
version="1.0.0"
provider-name="Chemi">
<extension point="org.eclipse.help.contributions">
<infoset name="infoSet.xml"/>
<topics name="topics_infoView_Contents.xml"/>
<actions name="actions_infoView_Contents.xml"/>
<topics name="topics_infoView_Index.xml"/>
<actions name="actions_infoView_Index.xml"/>
<topics name="topics_Minesweeper.xml"/>
<actions name="actions_All.xml"/>
</extension>
</plugin>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -