Icon Patch for jEdit

jEdit is a good editor. However jEdit excepts full width characters from consideration. This patch improves to more consider to full width characters.

features

  1. Adjusting bold, italic, bold italic to same spacing as plain. if you want to enable this feature, add "view.sameSpacingAsPlainFont=true" to your property file, and restart jEdit.
  2. Block caret is in consideration of full width characters.
  3. Input method support. if you want to enable input method support, add "view.enableInputMethod=true" to your property file, and restart jEdit.
  4. Improve the condition expression of monospace hack. this improvement is in consideration of only japanese. so this improvement might not work in another language.
  5. Correct a bug in org.gjt.sp.jedit.OperatingSystem#getScreenBounds(java.awt.Rectangle), this bug reproduce in multi-display environment.

download

Screenshots


Back