Share your ideas on how to improve SmartGit!


This is no support platform! To report bugs or request support, please contact us directly. If in doubt ask us.


First search for a similar request and add your votes or comments there.


Take the time to describe your request as precisely as possible, so users will understand what you want. Please note that we appreciate your time and input, but we don't give any guarantees that a certain feature will be implemented. Usually, a minimum requirement is a sufficient number of votes. Hence, please don't comment like "when will this be implemented", but vote instead.

Follow the stackoverflow.com writing guidelines.

Thank you for your help!

0
Under review

Changes view: add option to prefer selecting whole word on double click (don't stop on underscore separator)

Hyper Sonic 2 years ago updated by Thomas Singer 2 months ago 7

In the code/diff view, I noticed that double click selects only a sub-word, stopping at underscore separator.

I often copy paste class and method names into my commit message from the diff view, so it would be convenient to copy full symbol names such as "_can_start_attack" instead of just a subword, on double-click. For now, I must manually highlight the full word.

For retrocompatibility, an option could be added to preserve the old behaviour (subword select on double-click), or switch to full word highlight.

The option could be placed in the global preferences and/or, for quick access, in the small Hamburger menu of the code/diff view.

0
Completed

improvement when working with branches having many commits

uscholz 2 years ago updated 2 years ago 2

Let the branch window scroll when moving a commit beyond the upper or lower edge of the branch window. That helps with moving commits in branches where source and destination location are not visible at the same time.

0

Files view: add option to filter out unchanged renamed files

benblo 2 years ago updated by Marc Strapetz 2 years ago 0

When refactoring, I may be moving many files around, most of them unchanged (0% diff), but some of them may change, sometimes automatically by the IDE (paths etc).

When reviewing before commit, it'd be very useful to be able to filter out the unchanged ones, to see at a glance what changes were introduced besides pure renames.

0

macOS: add option to switch all shortcuts to Ctrl+... instead of Cmd+...

Thomas Singer 2 years ago 0

This might help a lot for those who have to use macOS, but primarily on Linux and/or Windows.

0

Multiple predefined syntax coloring themes

Thomas Singer 2 years ago 0

Have different syntax coloring themes that easily can be switched. One should be the custom one where colors can be changed by the user.

0

Allow cloning in existing directory without creating new subdirectory

Cyril Duchon-Doris 2 years ago 0

I am using chezmoi to synchronize files between my computers (dotfile manager) https://www.chezmoi.io/.

For example, suppose I'm working on ~/dev/my_project and I have a dotenv file that I want to  synchronize (~/dev/project1/.env) to my new laptop

Then on my new laptop, after I recover my dotfiles from my previous computer (which creates the project1 folder with my dotenv file), when I try to clone git://xxx/my_project.git to ~/dev/my_project, it detects the folder already exists, and clones into a new subdirectory ~/dev/my_project/my_project.git/ instead of just cloning inside the existing folder (and optionally asking to erase existing files but the .env file is gitignored in my case).

It then becomes nerve-breaking to fix things up.

Can we add an option to clone into an existing directory + even if it has some files ?

0
Completed

Create a more streamlined way for adding fixup commit messages in the Standard view

Simon Lieschke 2 years ago updated 2 years ago 2

I have the "log.useCommitMessage.prefix" low-level property configured to "fixup! ".

Currently to use this to make a fixup commit from the Standard view I currently have to hit the History button to switch to the commit graph, select the commit I want to fixup, and then hit the keyboard shortcut for "Use Message for Commit".

It would be great if this was more streamlined and could be done without switching away from my local files. Ideally the message prefix could be inserted when clicking on a commit message in the mini-log displayed below the commit message field.

0

Threshold for filesize to automatically add with LFS track

Eike 2 years ago updated 2 years ago 1

It would be nice if adding files that are large would automatically track them with Git LFS. 

A filesize value as threshold would help (i.e. on add if file larger than 1MB -> git lfs track file)

0

Show that there are updates to the main/master branch of a repo, even if feature branch is checked out

Jeff Slarve 2 years ago updated 2 years ago 1

If my repo is marked as favorite, I want to know if there are changes to the main/master branch while I currently have a feature branch checked out. It currently only seems to notify me if the main/master branch is checked out.

0

In the Log window, if a commit is selected, and another branch is shown/hidden, should try to not move commit in Graph pane

griscom 2 years ago 0

If the Branches pane is used to show/hide branches, then this may change the height of the displayed log tree. This has the effect of shifting the Graph window contents up or down.

If there is a commit selected and visible in the Graph window, then as possible the selected commit should be kept in-place as other branches are shown/hidden. Otherwise, the commit may move or even jump off the screen, which is confusing.

This won't always be possible (e.g. hiding a branch which is the only branch at the top or bottom of the visible area), but when it is it would be nice.