tea/modules/interact
Norwin 78a95f1ca4 Allow editing multiline prompts with external text editor (#429)
- Adds a new `Preferences` struct to the config, initially only containing `Editor: bool (default false)`.
  This struct will be serialized to configs once there is a first tea induced change to the config (eg `tea login default <name>` or `tea login add`).
- Use external editor for all multiline prompts if preferred.

We already had a function for starting a texteditor for diff reviews; it does not really make sense to replace it with `survey.Editor`, as there is a big interface mismatch: survey expects strings as inputs, while our diff functions operate on files,

fixes #424

Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: gitea/tea#429
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-10-14 22:36:08 +08:00
..
comments.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
issue_create.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
login.go [Refactor] unexport config.Config var & move login tasks to task module (#288) 2020-12-12 21:28:37 +08:00
milestone_create.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
prompts.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
pull_create.go tea pr create: make local repo optional (#393) 2021-09-22 23:48:21 +08:00
pull_review.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00