⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plugin.xml

📁 Games for Eclipse这个项目的目的是为 Eclipse IDE(www.eclipse.org project)提供不同的游戏插件。
💻 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 + -