gonsole icon indicating copy to clipboard operation
gonsole copied to clipboard

Gonsole - Git Console for the Eclipse IDE

Results 18 gonsole issues
Sort by recently updated
recently updated
newest added

Allow dropping a workspace resource into the gonsole view to change to the corresponding repository.

enhancement

When doing commands like git log, I'm usually interested in the most recent activities. The output should when there is no screen space left and I can decide to continue...

enhancement

The console view does not restore the last recently used console page. If the last recently used console page was the Git Console, it should be restored after workbench restart.

enhancement

![gonsole-screenshot](https://cloud.githubusercontent.com/assets/607182/3278267/e9a529a2-f3b2-11e3-8e58-9dabed756388.png)

bug

For example ``` Type cr to change the current repository or enter a git command like (git) status. Type help lists all available commands. ```

enhancement

Because of the `RepositoryHelper`, test utility bundle now has a Require-Bundle dependency on o.e.core.runtime. Some time earlier, the `DisplayHelper` brought in (unversioned) package imports to SWT. These _legacy_ dependencies (in...

question

Entering status ma should provide a dropdown with all branches starting with (or containing?) ma. Eg. master.

enhancement