OmegaT 用の Groovy ワンライナー スクリプト

Formato
Java
Post date
2014-06-17 03:40
Publication Period
Unlimited
  1. // UIDefaults のキーから末尾が "font" で終わるものをソートして出力する
  2. javax.swing.UIManager.defaults.entrySet().collect{it.key.toString()}.findAll{it.toLowerCase().endsWith("font")}.sort().each{console.println it}
Descargar Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text