stardict fix

add Browse button for export filename.

February 27, 2006

Quick Launch

Another good utility from PCMan: Link

February 27, 2006

PCMan's QuickFolder 1.0

Nice utilities for saving or opeing files in File dialog. Link

February 27, 2006

stardict enhancement

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.

February 26, 2006

modified xorg.conf to make mouse wheeling work

Change mouse protocol from “PS/2” to “ImPS/2”. Quite easy but very useful.

February 26, 2006

stardict fix again

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

February 25, 2006

stardict fix

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)

February 25, 2006

pcmanfm fix

Add F8 to create new directory.

February 25, 2006

[LN] Some installations I made

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 ...

February 22, 2006

remote debugging with gdb

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)

December 20, 2005