Como defino o dicionário de ortografia no Git Gui?

1

Nas opções para Git Gui , há uma seção para selecionar uma ortografia. No entanto, nenhuma opção do dicionário é exibida no menu de seleção. Como configuro o verificador ortográfico no Git Gui?

    
por Steven M. Vascellaro 18.03.2017 / 18:26

1 resposta

0

Fonte: Configurar o verificador ortográfico do Git Gui no Windows

Follow these step to configure interactive spell checker for msysGit GIT GUI:

  1. Download and install Aspell. Also download and install any dictionaries you may need.
  2. Add the Aspell binaries folder (a folder where the installer places aspell.exe) to the PATH environment variable. For more information on how to do this have a look at How to set the path and environment variables in Windows.
  3. If you had GIT GUI open, re-start it and open options (Edit -> Options…).
  4. Pick a dictionary to use from “Spelling Dictionary” drop down list (this time it should have more choices available).
    
por 18.03.2017 / 18:26

Tags