Community
Participate
Working Groups
In relation to bug 335035, the command providers should be able to provide help not only for all their commands, but also for a single command only.
Created attachment 191394 [details] Patch for RegistryCommandProvider, providing help for individual command Proposed patch for RegistryCommandProvider, providing help for individual command The patch adds the described functionality. It also fixes the problem described in bug 335814, by adding \r when printing new line.
Patch released with a small change to return Boolean.FALSE instead of constructing a new Boolean(false).
Comment on attachment 191394 [details] Patch for RegistryCommandProvider, providing help for individual command Thanks!