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

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

It is certainly nice, that gonsole doesn't depend on an external git. On the other hand, occasionally it might be quite handy, if we were able to use it, because...

enhancement

Currently, the current branch name is not displayed anywhere , But its an important information to show the current branch by extending the prompt string, eg. `repo@master>`

enhancement

Can P2 Repositor ZIP download be made available for system integrators?

enhancement

If there is no current repository in use and unrecognized commands are entered, the error message should contain a hint about the `use` command and its syntax. See also issue...

enhancement

Some commands may read additional data from a user. In this case, they should have access to the input stream provided by the console for further processing. @rherrmann This is...

It shall be possible to use multi-line cmdline input. Something like temporary files in unix shells, as follows: ``` bash $ cat world > EOF $ ``` https://en.wikipedia.org/wiki/Here_document Use case:...

The component factory is used by the content assist. When used outside of a console page (the Eclipse console view) the content assist needs to be created manually. Thus, access...

It think it would be big improvement, if the up and down buttons could be used to select from the history. I would not get rid of the popup dialog...

enhancement