OpenLiberty / OpenLiberty/liberty-tools-eclipse
Shorten run command descriptions
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 20
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 16
Description
Our UI plugin.xml has commands like:
<command
id="io.openliberty.tools.eclipse.launch.run.tests.shortcut.run"
name="Liberty Run Tests"
description="Launches a request to run the tests provided by the associated project"
categoryId="org.eclipse.debug.ui.category.run">
</command>
Though I can't remember how :) there is a view in which this description pops up as help / info display.
The description : "Launches a request to run the tests provided by the associated project" is overly long in this view; it doesn't fit. It'd be better as simply: "Run the project tests".
And similarly for all the commands.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the UI plugin.xml mentioned in the issue and review the command descriptions. Shorten each description so it conveys the command's purpose and fits in the help or info view; done means all command descriptions are concise and consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100