Jay Asbury

Results 156 comments of Jay Asbury

I don't think the fix should be ctrl space although ctrl space should force the autocomplete. Just have to handle closing correctly. It should close if: - Autocomplete would suggest...

Lol. Yes. I meant left and right. On Wed, Jan 30, 2019, 6:39 PM Michael Seibt wrote: > It should close if: > cursor changes position by arrows, pgdn/pgup >...

Usually caused by owned fork maybe not visible but is there. So it focused owned form instead but you just can't see it.

> > Usually caused by owned fork maybe not visible but is there. So it focused owned form instead but you just can't see it. > > Sure, but what...

![image](https://user-images.githubusercontent.com/3629489/170622227-2f417d0c-8401-4657-81cd-40c6fb5afb5a.png) Change home in ge.

You can hardcode paths like I did for git and linux tools or do a relative path like I did for home. ![image](https://user-images.githubusercontent.com/3629489/170623422-ff9ee579-83f9-40c7-ba66-fbcef34fd41b.png)

Looks like we might need to tweak that. .\ fails in a repo. We might need a GE_Folder environment variable that we can stick in the home path or other...

If you name your branches with / GE will create folders in the tree. Release/v2.2/pre Release/2.2/fin

Submodule scripts are handled like this. ![image](https://user-images.githubusercontent.com/3629489/35449418-f03f4cb2-028a-11e8-99d6-a414467574e1.png)

Did you look at the git flow support we have? http://git-extensions-documentation.readthedocs.io/en/latest/plugins.html On Sun, Jan 28, 2018, 1:15 PM jlovs wrote: > Something like this: > Add an option to select...