By comparison, here's 2010's:
The new find dialog in 2015 is an example of bad UI, and I'm not the only Windows C++ developer I know who seriously dislikes it.
Co-owner of Binomial LLC, working on GPU texture interchange. Open source developer, graphics programmer, former video game developer. Worked previously at SpaceX (Starlink), Valve, Ensemble Studios (Microsoft), DICE Canada.
Yeah! I've found myself using more Ctrl+Shift+F and then F4 instead.
ReplyDeleteAh - Ctrl+Shift+F. Nice.
DeleteCtrl+Shift+F gives you a bigger window.
ReplyDeleteThere's still a Find and Replace dialog (ctrl+shift+F) with the same old functionality, but I really like how the new quickfind shows a progressive search as you type, and how its non-modality allows for matches to remain hilighted while you interact with the document. Keeping a non-modal dialog docked to the upper right seems to make sense for that. If you're using a maximized window on an ultrawide monitor then I could see how the position could be inconvenient, but otherwise why would it bother you?
ReplyDeleteThe quickfind dialog can be horizontally resized - what's the complaint about it being too small? Sometimes not realizing it's still open? As for the icons, my primary complaints would be that their hilighted state isn't clear enough, and also I never remember what the hotkey is to toggle toggle them (a hint popup while holding alt would help). As for "hard to use" - do you mean the icons are hard to click on (too small), or their functionality isn't clear from the icon?
I do agree that MS could have had the best of both worlds if they allowed vertical resizing so the option icons could get full-line descriptions and allow undocking into a modal dialog, but, as someone who prefers the new UI, I want to fully understand the complaints. Oh and also I'm developing an IDE with similar functionality.
The icons are very small, and honestly quite fiddly. Another dev I know just hates them. All of this is subjective, of course, but I think the new dialog could be much better.
DeleteI think that was in 2013 already if not '12.
ReplyDeletePersonally I don't understand what's the reasoning behind leaving only either FindNext or FindPrev buttons in this small docked window.
Did anyone at MS ever accidentally clicked one too many times, had to click down arrow, switch it to FindPrev, click FindPrev and switch it back (because more often You want the FindNext)?
You can resize that window how long You want, but can't add another 30px button.
Only reason I can find is that they want us to memorize the keyboard shortcuts for every option.
Still ain't that bad - I remember in VS2012 on rather weak laptop if system was under load (like building) when You clicked "find+f, " it sometimes didn't open window fast enough, so You ended up in writing text in document You were editing instead of dialog...