Community
Participate
Working Groups
0.2 M7 - Open the editor - Hit Ctrl+Shift+R to open resource - Type in a file name - Hit tab to switch focus to the first result in the list - Hit enter -> The new file opens, but the Open Resource dialog does not close
This is fixed in this pull request: https://github.com/eclipse/orion.client/pull/15 Unfortunately the pull request is a bit messy as I get to grips with them on github. Let me know if it needs more work. === I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
ignore that pull request, I'm going to tidy it up before submitting it.
I have created a new cleaner pull request that fixes this: https://github.com/eclipse/orion.client/pull/16 I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
Oops, I see you don't want pull requests. Here is the same thing in another way: git repo: git://github.com/aclement/orion.client.git branch: bug344614 commit id: 02d6700c35fce60855c868f7abbddc050593a50a full link: https://github.com/aclement/orion.client/commit/02d6700c35fce60855c868f7abbddc050593a50a I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
(In reply to comment #4) > Oops, I see you don't want pull requests. Here is the same thing in another > way: > > git repo: git://github.com/aclement/orion.client.git > branch: bug344614 > commit id: 02d6700c35fce60855c868f7abbddc050593a50a > full link: > https://github.com/aclement/orion.client/commit/02d6700c35fce60855c868f7abbddc050593a50a > > I wrote all this code and have the rights to contribute it to Eclipse under the > eclipse.org web site terms of use. Looks good; pushed. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b16ea9cfcb0234ec30b357a6cd315309e68be55e Thanks!