]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.ui/plugin.xml
Made SCL Console font configurable through preferences
[simantics/platform.git] / bundles / org.simantics.scl.ui / plugin.xml
index be5735e6e3d826452477320389b9495626ec7538..56473fc29c26177f78888cf2201880000ebcb288 100644 (file)
          </view>
       </perspectiveExtension>
    </extension>
+   <extension
+         point="org.eclipse.ui.themes">
+      <themeElementCategory
+            id="org.simantics.scl"
+            label="SCL">
+      </themeElementCategory>
+      <fontDefinition
+            categoryId="org.simantics.scl"
+            id="org.simantics.scl.consolefont"
+            label="SCL Console Font"
+            value="Courier New-regular-11">
+         <description>
+            The SCL Console font is used by SCL Console and SCL Script Output console views.
+         </description>
+      </fontDefinition>
+   </extension>
 
 </plugin>