An open API service indexing awesome lists of open source software.

https://github.com/eclipse-platform/ui-best-practices

UI Best Practices for the Eclipse IDE
https://github.com/eclipse-platform/ui-best-practices

Last synced: 10 months ago
JSON representation

UI Best Practices for the Eclipse IDE

Awesome Lists containing this project

README

          

# Eclipse UI Best Practices

Our [Eclipse UI Guidelines](https://eclipse-platform.github.io/ui-best-practices/) are for developers of the Eclipse IDE and Eclipse Plug-Ins.
They describe how to create consistent user interfaces in Eclipse or RCP applications.

[![Icons](https://eclipse-platform.github.io/ui-best-practices/images/des_common_icons.png)](https://eclipse-platform.github.io/ui-best-practices/)

## Content

This repository contains the AsciiDoc source.
The [HTML version](https://eclipse-platform.github.io/ui-best-practices/) is hosted on [GitHub pages](https://eclipse-platform.github.io/ui-best-practices/).

## Feedback

We'd like to hear your feedback.
Please [create an issue](https://github.com/eclipse-platform/ui-best-practices/issues),
submit a [pull request](https://github.com/eclipse-platform/ui-best-practices/pulls)
or [start a discussion](https://github.com/eclipse-platform/ui-best-practices/discussions).

## Contributing

This repository contains the source for the [Eclipse UI Guidelines](https://eclipse-platform.github.io/ui-best-practices/) in AsciiDoc format, as an Eclipse or Maven project.

Build it with `mvn verify`.

### Making changes

Please ensure that [every sentence is on a separate line](https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line).
The [AsciiDoc Syntax Reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) explains all available formatting.

Editing is easy with the [Eclipse AsciiDoctor Plug-in](https://github.com/de-jcup/eclipse-asciidoctor-editor)
as well as with the [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode).