These are all real shortcomings found around r6000 (July 2009).
Also see: * http://msdn.microsoft.com/en-us/library/aa511440.aspx * http://developer.kde.org/documentation/design/ui/ * http://developer.gnome.org/projects/gup/hig/ * http://wiki.openusability.org/guidelines/ * http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/
Bad:
We found several new plugins. In order to configure and enable them go to Plugins -> Plugin Manager
List of new plugins:
Better:
New plugins were found. [Plugin B #] [Plugin C #] [Plugin D #] [Plugin E v] [Configure...]
Bad:
$plugin->errstr( Wx::gettext("Error when calling menu for plugin") . "'$name': $@" ); Plugin:%s - Not compatible with Padre::Plugin API. Need to be subclass of Padre::Plugin
Better:
"An error occured when calling the menu for the plugin %s: %s", $name, $@ The plugin %s is not compatible with the Padre::Plugin API. It needs to be a subclass of Padre::Plugin.
Bad:
Better:
Go to Bookmark Go to Element
Bad:
&Close\tCtrl+W Select all\tCtrl-A
Better:
&Close\tCtrl+W Select all\tCtrl+A
Bad:
Could not locate project dir Cannot build regex for '%s' Chars without spaces: %s Convert EOL
Better:
Could not locate project directory Cannot build regular expression for '%s' Characters without spaces: %s Convert line endings
Bad:
The bookmark '%s' no longer exists %s occurences were replaced
Better:
The bookmark '%s' no longer exists. %s occurences were replaced.
Bad:
No diagnostics available for this error!
Better:
No diagnostics are available for this error.
Bad:
First character of selection does not seem to point at a token. Selection not part of a Perl statement? All braces appear to be matched %s apparantly created. Do you want to open it now?
Better:
The first character of the selection does not point at a token. The selection is not part of a Perl statement. All braces are matched. %s was created. Do you want to open it now?
Bad:
No declaration could be found for the specified (lexical?) variable
Better:
No declaration could be found for the specified package variable. No declaration could be found for the specified lexical variable.
Bad:
File changed on disk since last saved. Do you want to overwrite it?
Better:
The file has changed since the last save. Do you want to overwrite it?
Bad:
Install Remote Distribution
Better:
Install Distribution from the Web
Bad:
TAB display size (in spaces): Next File\tCtrl-TAB Encode document to utf-8
Better:
Tabulator display size (in spaces): Next File\tCtrl+Tab Encode document to UTF-8
Bad:
&Open\tCtrl+O
Better:
&Open…\tCtrl+O