freebsd-ports/net-im/psi/files/patch-src_options_opt__advanced.ui
Alexey Dokuchaev 59494c0dce - Update `net-im/psi' to version 1.4
- Replace current 2015 Hunspell implementation (by Sergey Ilinykh and
  Vitaly Tonkacheyev) with 2009 one by Alexander Tsvyashchenko, which
  turned out to be better alternative:

   * Much faster (suggestions appear almost instantly vs. several
     hundreds milliseconds with the original implementation)
   * Better multilanguage support (tested with English and Russian)
   * Ability to limit number of suggestions in the settings dialog
   * Working "add word to the dictionary" feature

Obtained from:	http://endl.ch/content/psi-spell-checking-hunspell-support
2019-04-07 14:45:50 +00:00

29 lines
853 B
XML

--- src/options/opt_advanced.ui.orig 2018-11-02 00:15:39 UTC
+++ src/options/opt_advanced.ui
@@ -72,6 +72,26 @@
</widget>
</item>
<item>
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="text" >
+ <string>List of active spellchecker languages:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="le_spellLangs" />
+ </item>
+ <item>
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="text" >
+ <string>Maximum suggestions per language:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="le_spellMaxSugs" />
+ </item>
+ <item>
<widget class="QCheckBox" name="ck_contactsMessageFormatting" >
<property name="text" >
<string>Use contacts' message formatting</string>