i'm using rkward 0.4.7 in mandriva 2008. is there any freaking way to disable the autocomplete in the script editor? it's rather annoying. i couldn't find anything for the life of me. not online and not after searching through dialog or dialog. anybody have a fix or help of some sort?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
unfortunately, no, there is no such option. It was already added to the KDE 4 port (version 0.5.0; under development), but is not available in any released version. If it's absolutely intolerable, you can get the sources, go to the file rkward/windows/rkcommandeditorwindow.cpp, find the function "tryCompletionProxy ()" (around line 240, depending on the version you have), and add "//" in front of the single line inside that function ("completion_timer->start..."). Then compile and install. Code completions will be disabled in the script editor, entirely.
But short of that, the only other option is to wait for a released version where this is configurable.
Regards
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm using rkward 0.4.7 in mandriva 2008. is there any freaking way to disable the autocomplete in the script editor? it's rather annoying. i couldn't find anything for the life of me. not online and not after searching through dialog or dialog. anybody have a fix or help of some sort?
Hi,
unfortunately, no, there is no such option. It was already added to the KDE 4 port (version 0.5.0; under development), but is not available in any released version. If it's absolutely intolerable, you can get the sources, go to the file rkward/windows/rkcommandeditorwindow.cpp, find the function "tryCompletionProxy ()" (around line 240, depending on the version you have), and add "//" in front of the single line inside that function ("completion_timer->start..."). Then compile and install. Code completions will be disabled in the script editor, entirely.
But short of that, the only other option is to wait for a released version where this is configurable.
Regards
Thomas
sorry to hear that. i suppose i can deal with it for now. thanks for the timely response and keep up the good work. i'm a big fan!