-
Until the patch has not been approved or rejected by the mainstream, the full clone of the sdcv subversion trunk with this one applied is available at http://github.com/imankulov/sdcv/.
2009-07-26 06:31:23 UTC by imankuloff
-
"sdcv" does not set up `rl_readline_name' variable which can be extremely useful for the writing the .inputrc file. Additionally sdcv does not use readline in the "Your choice [-1 to abort]" dialog. This patch fix both these issues, readline_name is set up to "sdcv".
This trick allows me to add into the .inputrc
$if sdcv
"\e\e": "-1\n"
$endif
and type double-escape in the "Your...
2009-07-25 13:09:38 UTC by imankuloff
-
Please find a patch to add the french translation in the attachment.
Thanks,
Vincent.
2009-06-15 16:18:50 UTC by pvince81
-
It would be nice to be able to specify the order in which the output will be displayed when multiple dictionaries are installed (e.g., which dictionary will show first, which second, etc...).
A quick and simple solution would be order the output alphabetically according to the name of the folder in which the dictionary resides.
2009-02-26 22:21:56 UTC by nobody
-
Newer dictionaries, formatted for Stardict 3.0, appear completely garbled when read from sdcv. Maybe sdcv could have an option to eliminate all markup, and an option to parse markup as ANSI color codes (which can be displayed by most terminals).
2009-02-26 22:18:22 UTC by nobody
-
SDCV does not use the synonyms information that is in dictionaries that come with a .syn file. In some languages synonyms are very important as a word can have many variations depending on gender, tense, etc.
2009-02-26 22:16:03 UTC by nobody
-
sdcv uses g_get_home_dir function to find home directory. That function uses passwd entry and this in turn breaks expectations of users and automatic tests inside sandbox where access behind some directory is not allowed (and thus tests are not allowed to write into /root/.stardict/dic...) The patch in attachment fixes this basically by using code from gnome manual...
2008-11-18 12:51:07 UTC by volkov_peter
-
mrcoder1234 committed revision 29 to the sdcv SVN repository, changing 3 files.
2008-10-11 16:22:08 UTC by mrcoder1234
-
mrcoder1234 committed revision 28 to the sdcv SVN repository, changing 2 files.
2008-10-11 16:04:35 UTC by mrcoder1234
-
The cause of failures on some architectures is fact, that these architectures do not like unalligned access. Stardict allocates char buffer, tries to read index data from it and converts some fields to integer. As char buffer is not alligned, type casting to int can fail and leads to program crash (it receives SIGBUS).
Attached patch changes conversion to integers to something what seems to...
2008-10-06 12:14:07 UTC by nijel