stardict fix
add Browse button for export filename.
add Browse button for export filename.
Another good utility from PCMan: Link
Nice utilities for saving or opeing files in File dialog. Link
add feature: if there is selection in Text Area, only selected part will be exported to the file with the look up word in the front. or else, all the Text Area will be exported.
Change mouse protocol from “PS/2” to “ImPS/2”. Quite easy but very useful.
add two items into “conf” o Toggle o File path check if the export is enabled before exporting to file in mainwin and floatwin add extra UI for exporting options o dictionary/enable_export_event o dictionary/export_file TODO list: keyboard shortcut drop-down list for inputed file paths ( good for switching ) exported notification on screen
modify the copy icon in the main window to append the texts in the explanation area to a predefined file. modify the copy icon in the float window to append the texts in the explanation area to a predefined file. modify the explanation area not to have dictionary names. (better outlook for exportings)
Add F8 to create new directory.
install scim *** 而像是 SCIM 等等輸入法則直接能夠在 zh_TW.UTF-8 環境下運作。 如果您有興趣則不妨試試看! 註:要在不同 locale 的 utf-8 環境中使用 SCIM ,請修改 /etc/scim/global (或相對應的個人設定檔): /SupportedUnicodeLocales = en_US.UTF-8,zh_TW.UTF-8,ja_JP.UTF-8 **** -> locale-gen -> setup right zh_TW.UTF8 in /etc/X11/xinitrc or .xinitrc -> install boshiamy ...
Hm… some notes for myself: target: (where the program runs) gdbserver host_ip:port program_name host: (debugging site) gdb program_name target remote target_ip:port continue (should be continue instead of run, cause the program is already running)