rizinorg/cutter

Make the usage of letter-casing consistent across Cutter's interface

Open

#2,331 opened on 2020年7月25日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)C++ (14,852 stars) (1,123 forks)batch import
HacktoberFestUIgood first issue

説明

Is your request related to a problem? Please describe.

The interface of Cutter is full of mixed types of titles that are not unified. Since we don't have guidelines for these, we need to create ones and make sure that the usage of letter-casing in titles is consistent throughout the interface.

Type of casings: all capital (AC) - "RESET SETTINGS" mixed case (MC) - "Export as code" title case (TC) - "Save As..."

In the image, an example of an inconsistent menu: image

Describe the solution you'd like

  1. Decide on a guidelines based on UX best-practices (and not personal taste of developers)
  2. Document the guidelines in the docs for developers
  3. Change all the menu items to fit to the chosen decision

Additional context

References:

コントリビューターガイド