You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/scheck
Darrell Anderson fa0f10145f
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
11 years ago
..
CMakeLists.txt Rename KStyle to TDEStyle to avoid conflicts with KDE4. 11 years ago
Makefile.am Rename KStyle to TDEStyle to avoid conflicts with KDE4. 11 years ago
README Rename straggling environment variables KDE->TDE. 12 years ago
bitmaps.h Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
scheck.cpp Rename common header files for consistency with class renaming 11 years ago
scheck.h Rename common header files for consistency with class renaming 11 years ago
scheck.themerc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
status.txt Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago

README

Scheck - An interface style to highlight accel and style guide conflicts

When starting an application with "TDE_LANG=xx application --style check"
scheck will, for text parts it checks, strip the "xx"s and display the ones
missing them (missing i18n() calls/.desktop entries) with violet background.

To use it: "program -style check". Yes, there should be a verbose README.

In short:

- Orange shows accel conflicts.
- Green proposed accels.
- Dotted red lines show nested groupboxes (not prohibited, but not favored :-).
- Potential style guide violations are marked with yellow, likely ones with red.
- Missing colons are drawn with two small red squares.
- Errors in window titles are marked with "foo|b|ar".
- Violet background show untranslated string.

Note: Not everything is checked (like list/combo box choices) and
scheck is error-prone so read HIG[*] and think before you change anything. :-)

*:http://developer.kde.org/documentation/standards/kde/style/basics/index.html