
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Simple plasmoid for fast spell checking. Click on icon to check spelling of clipboard contents or write some text in text edit.
Developed and tested on KDE 4.1.2 (Mandriva 2009) and KDE 4.2.1 (Mandriva 2009.1 RC).
It's part of kdeplasma-addons since KDE 4.4.
Features:
- checking clipboard contents directly after clicking on icon or activating keyboard shortcut;
- possibility to drag file on icon to check spelling of contents;
- button for fast copying of text to clipboard;
- button to start spell checking with correction suggestions;
- combo box to select language.
If you have found bugs or have suggestions you can contact me via email, message or using comments, before you will vote bad.
And remember that not everybody has enough time for fast replying. ;-)
11 years ago
2.0 (01.05.2009):
- moved to KTextEdit:
-- better consistency with rest of KDE;
-- support for ignoring and adding words to dictionary;
-- much simplified and more reliable code;
- now to check spelling of file you need to drop it on applet icon;
- fixed drag and drop of text;
- some other fixes.
1.2 (06.04.2009):
- possibility to drag file on text edit to check spelling of contents;
- added translations support;
- added Polish translation by me;
- added install.sh script;
- other small changes.
11 years ago
2.0 (01.05.2009):
- moved to KTextEdit:
-- better consistency with rest of KDE;
-- support for ignoring and adding words to dictionary;
-- much simplified and more reliable code;
- now to check spelling of file you need to drop it on applet icon;
- fixed drag and drop of text;
- some other fixes.
1.2 (06.04.2009):
- possibility to drag file on text edit to check spelling of contents;
- added translations support;
- added Polish translation by me;
- added install.sh script;
- other small changes.
2handband
10 years ago
Report
Emdek
10 years ago
That ABC button is supposed to bring standard KDE spell checking dialog.
Both features use standard KDE technologies and you can check if spell checking works in other KDE applications, for example KWrite (although I'm not sure if it's editor widget is based on KTextEdit) or any other using text edits containing spell checking actions.
Report
TheRocket
10 years ago
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
1
CMakeCXXCompilerId.cpp:67: warning: deprecated conversion from string constant to 'char*'
CMakeCXXCompilerId.cpp:157: warning: deprecated conversion from string constant to 'char*'
/tmp/cci9ZAMC.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
Determining if the CXX compiler works failed with the following output:
Change Dir: /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -o cmTryCompileExec -rdynamic
CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Thanks in advance.
Report
Emdek
10 years ago
And it's in Window List applet directory. ;-)
Both applets are available in KDE 4.4 (WL in kdebase, SC in kdeplasma-addons).
Report
TheRocket
10 years ago
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
1
CMakeCXXCompilerId.cpp:67: warning: deprecated conversion from string constant to 'char*'
CMakeCXXCompilerId.cpp:157: warning: deprecated conversion from string constant to 'char*'
/tmp/cci9ZAMC.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
Determining if the CXX compiler works failed with the following output:
Change Dir: /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -o cmTryCompileExec -rdynamic
CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/rodney/Downloads/windowlist-3.1/build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Thanks in advance.
Report
nhandler
11 years ago
Report
Emdek
11 years ago
Report
bram85
12 years ago
Report
Emdek
12 years ago
I'll fix this bug soon, however removing of opened applet is very untypical. ;-)
Report
dovidhalevi
12 years ago
It did not work in Hebrew (RTL) at all.
I have already enquired about a dataengine to sit on the keyboard (and mouse)--very limited at present. However, I feel this is the way to go.
Report
Emdek
12 years ago
The big problem could be that it wasn't updated for long time...
Report
nhandler
12 years ago
Report
kilah
12 years ago
This packages is for debian amd64 with kde 4.2 beta 2.
Report
nhandler
12 years ago
Report
Emdek
12 years ago
Report
srog
12 years ago
Tuning a bit:
icon.h -> iconwidget.h
and
Icon -> IconWidget
at plasma-spellcheck.cpp/plasma-spellcheck.h
Report