
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
As I have sometimes had to check spelling of a word or sentence outside of a text editor I had a look around for a GUI for aspell but surprisingly couldn't find one! So I wrote this simple front end for ASpell just launch it from the accessories menu and pase or type a word in the text box and either press 'Spell Check' to check and correct all words in the text box or select a single word and press 'Check Word' to just correct that one, that's all there is to it.
Development version is now available on Github:
https://github.com/KeithDHedger/AspellGUI
git clone https://github.com/KeithDHedger/AspellGUI.git
Please see the BUGS-ETC file for instructions on reporting bugs etc.
Bugs reported on these boards or sent as PM's will be ignored.
!!! NEW !!!
Can now be built with QT5 toolkit instead of Gtk2
!!! NEW !!!
5 years ago
0.0.8
Updated licence preamble in source files.
Corrected links in QT5 about box dialog.
Updated about box.
Updated email/website.
Removed forced CFLAGS/CXXFLAGS
Added to Github: https://github.com/KeithDHedger/AspellGUI
0.0.7
Added proper 'About' box to QT version.
0.0.6
Added QT5 option to configure.
Started adding QT5 option.
Removed alternate languages no call.
0.0.4
Minor bug fix when making package usig make install DESTDIR=xxx.
0.0.3
Added 'Stick/Un-Stick' to window to make GUI stay on top of all windows and in all workspaces or not.
Added GPLV3 license to about box.
0.0.2
Set text box to word wrap.
Removed annoying flashing caused by building/destroying dialog.
Code clean.
0.0.1
First release into the wild.
5 years ago
0.0.8
Updated licence preamble in source files.
Corrected links in QT5 about box dialog.
Updated about box.
Updated email/website.
Removed forced CFLAGS/CXXFLAGS
Added to Github: https://github.com/KeithDHedger/AspellGUI
0.0.7
Added proper 'About' box to QT version.
0.0.6
Added QT5 option to configure.
Started adding QT5 option.
Removed alternate languages no call.
0.0.4
Minor bug fix when making package usig make install DESTDIR=xxx.
0.0.3
Added 'Stick/Un-Stick' to window to make GUI stay on top of all windows and in all workspaces or not.
Added GPLV3 license to about box.
0.0.2
Set text box to word wrap.
Removed annoying flashing caused by building/destroying dialog.
Code clean.
0.0.1
First release into the wild.
sotitrox
7 years ago
Report
keithhedger
7 years ago
Report
keithhedger
7 years ago
Let me no if it doesn't work, but please email me direct as these forums aren't a good way of bug reporting, too awkward to use.
Report
IamJustUs
7 years ago
Confirmed,
I got the same error as Red.
Arch Linux x86_64
Kernel: 3.11.6-1-ARCH
Opened a terminal and typed in aspellgui,
and there it was!
Nothing in /usr/share/applications, though
So, nothing in Xfce4-appfinder under accessories.
Report
sotitrox
7 years ago
cp: no se puede crear el fichero regular «/tmp/aspellgui2/usr/share/applications/AspellGUI.desktop»: No existe el fichero o el directorio
cp ../resources/pixmaps/AspellGUI.desktop /tmp/aspellgui2/usr/share/applications/AspellGUI.desktop
cp: no se puede crear el fichero regular «/tmp/aspellgui2/usr/share/applications/AspellGUI.desktop»: No existe el fichero o el directorio
this file is missing AspellGUI.desktop
Report