blob: 0f8f829374704928a783f22eb416dc4351b7af31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Scheck - An interface style to highlight accel and style guide conflicts
When starting an application with "KDE_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
|