Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc enhancements #96

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

coreyberla
Copy link

Just a couple ideas...

A user's machine may have the sequence.editor set, which may configure a
separate editor rebases.  Add instructions to unset sequence.editor,
making Commit the default editor.
Copy link
Owner

@sonnyp sonnyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, appreciate the help!

Comment on lines -39 to +40
git_text.label = `<tt>git config --global core.editor "${command}"</tt>`;
git_text.label = `<tt>git config --global core.editor "${command}"\n` +
'git config --global --unset sequence.editor</tt>';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have 2 issues with this

  1. Commit isn't a very good rebase editor rfc: Add dedicated rebase UI? #81
  2. I don't want to make the command too complicated.

Slightly off-topic but now that Commit has read/write permissions to the user home directory, we could remove the commands and use buttons that run the commands directly.

Similar to Junction

image

I'll think about it for the next release.

Comment on lines +30 to +43
settings.bind(
"window-width",
window,
"default-width",
Gio.SettingsBindFlags.DEFAULT,
);

settings.bind(
"window-height",
window,
"default-height",
Gio.SettingsBindFlags.DEFAULT,
);

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want Commit to remember window size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants