GitHub for Windows
11–20 of 248 posts
Re: GitHub for Windows
#12I use ClickOnce for several of my applications, and I'd say the users who dislike it the most have the highest technical aptitude (which, I'd guess, is a large part of GitHub's user base).
Re: GitHub for Windows
#13I find it interesting that both native apps (for Windows and Mac) try hard to emulate the look and feel of their respective operating system. One thing that is great about github.com and other websites is that it feels the same across multiple environments. Furthermore web browsers try to emulate their own style not that of the host operating system. If I use chrome or firefox in mac or windows they feel basically th…
It's nice to know GitHub made the effort.
Re: GitHub for Windows
#14Re: GitHub for Windows
#15Will this tool be able to work with non-github git repositories?
Re: GitHub for Windows
#16Just the fact that it doesn't have keyboard shortcuts is a dealbreaker.
Re: GitHub for Windows
#17Re: GitHub for Windows
#18Re: GitHub for Windows
#19One downside, not entirely obvious how one's supposed to clone a repo with this?
Re: GitHub for Windows
#20I'd be interested in learning how they implemented the UI - it looks like it's native to Windows 8 but runs just as well on Windows 7. Would be interested to hear what toolkit they used. So far, the UX has been impressive for a tool that has historically not run very well on Windows. Edit : They've mentioned the toolkits used at the bottom of the page. Apparently this is written in C#.
The UI was implemented using WPF4 and Blend. We also use a framework called Caliburn Micro as well as a framework I wrote called ReactiveUI which orchestrates connecting the UI to data via binding.