Address Bar & Co.
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Address Bar & Co.
I'm currently working on the new Address Bar: i.e. make it support Unicode. The work is as nasty as expected because the Windows COMBOBOX control has some ugly manners. I don't know about you but I never liked how those controls look and work.
When you compare them to Firefox 2 or 3's address bar, or to the new Google Chrome, you get an idea about how dropdown controls could look and feel and work:
http://lifehacker.com/5044484/google-chrome-first-look
So, why not take a chance and write a better dropdown control from scratch?!? It must not take a lot of work since I have my Edit box and my List box ready. So it's just about combining the two and adding the little arrow-button that makes the list drop down.
Does this inspire any ideas?
When you compare them to Firefox 2 or 3's address bar, or to the new Google Chrome, you get an idea about how dropdown controls could look and feel and work:
http://lifehacker.com/5044484/google-chrome-first-look
So, why not take a chance and write a better dropdown control from scratch?!? It must not take a lot of work since I have my Edit box and my List box ready. So it's just about combining the two and adding the little arrow-button that makes the list drop down.
Does this inspire any ideas?
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Address Bar & Co.
How about clickable paths?
Re: Address Bar & Co.
Well you could certainly make it interesting.

- Borrowing the stars from FF3 to mark Favorites might be nice, same with the folder icons.
- A real clickable breadcrumb has been desired for a while.
- An easy way to turn off mouse wheel events on the bar unless the list control is visible.
- Ctrl+Backspace (or similar) to function like Ctrl+Shift+Left and then Backspace (use the same word separators).
- Tab/Shift+tab to navigate up/down, but only when the list is visible.
- It would be awesome if the MRU list could be broken into sections (similar to what the IE8 beta supposedly does). Then we could have a sections for recent locations, searches, filters, and/or scripts, though we'd also need to tweak the number of results from each.
Re: Address Bar & Co.
While we're on the subject, how do you disable the address bar? For real, I don't need it at all. Cheers 
Windows Vista Business SP1 32-bit, Logitech MX400 mouse, SetPoint 4.60.122


-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Address Bar & Co.
menu "Window>Show Address Bar"
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Address Bar & Co.
All okay. Concerning the mouse wheel: I would rather turn that off completely. It's a constant source of anger for me when a combobox is suddenly wheeled. So, where's the one who starts crying now?TheQwerty wrote:Well you could certainly make it interesting.
I'm sure we could come up with enough ideas to quickly change your mind about making it custom.
- Borrowing the stars from FF3 to mark Favorites might be nice, same with the folder icons.
- A real clickable breadcrumb has been desired for a while.
- An easy way to turn off mouse wheel events on the bar unless the list control is visible.
- Ctrl+Backspace (or similar) to function like Ctrl+Shift+Left and then Backspace (use the same word separators).
- Tab/Shift+tab to navigate up/down, but only when the list is visible.
- It would be awesome if the MRU list could be broken into sections (similar to what the IE8 beta supposedly does). Then we could have a sections for recent locations, searches, filters, and/or scripts, though we'd also need to tweak the number of results from each.
FAQ | XY News RSS | XY X
Re: Address Bar & Co.
Well, when you say turn that off completely you mean make it behave so that the wheel does nothing unless the list is visible, and provide no option to change this behavior, right?admin wrote:All okay. Concerning the mouse wheel: I would rather turn that off completely. It's a constant source of anger for me when a combobox is suddenly wheeled. So, where's the one who starts crying now?
If so I completely agree.
If however you mean ignoring the wheel even when the list is visible, I think that would be a bad choice.
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Address Bar & Co.
No, I mean the good choice.TheQwerty wrote:Well, when you say turn that off completely you mean make it behave so that the wheel does nothing unless the list is visible, and provide no option to change this behavior, right?admin wrote:All okay. Concerning the mouse wheel: I would rather turn that off completely. It's a constant source of anger for me when a combobox is suddenly wheeled. So, where's the one who starts crying now?
If so I completely agree.
If however you mean ignoring the wheel even when the list is visible, I think that would be a bad choice.
FAQ | XY News RSS | XY X
Re: Address Bar & Co.
One thing that can be very very goodis "tab" support for autocompletion. Right now to auto complete the user needs to press down key and enter. I think pressing tab one time to auto complete is very good solution. Because tab is right under the left pink generally(for right handers)
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Address Bar & Co.
Tab is usually used for moving the focus. Where have you seen "tab" support for autocompletion?kartal wrote:One thing that can be very very goodis "tab" support for autocompletion. Right now to auto complete the user needs to press down key and enter. I think pressing tab one time to auto complete is very good solution. Because tab is right under the left pink generally(for right handers)
FAQ | XY News RSS | XY X
Re: Address Bar & Co.
Well, if you use launchers to browse folders you will see what I mean.
I use launchy and Farr and both supports tab for auto completing folder names.
I use launchy and Farr and both supports tab for auto completing folder names.
Re: Address Bar & Co.
As does the windows command line (pretty handy -- after entering zero or more characters, hitting tab cycles though all matching files/folders)...kartal wrote:Well, if you use launchers to browse folders you will see what I mean.
I use launchy and Farr and both supports tab for auto completing folder names.
Re: Address Bar & Co.
Yes another good point! Can we have it now please? 
avsfan wrote:As does the windows command line (pretty handy -- after entering zero or more characters, hitting tab cycles though all matching files/folders)...kartal wrote:Well, if you use launchers to browse folders you will see what I mean.
I use launchy and Farr and both supports tab for auto completing folder names.
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Address Bar & Co.
Wow, I never knew that. Nice one!avsfan wrote:As does the windows command line (pretty handy -- after entering zero or more characters, hitting tab cycles though all matching files/folders)...kartal wrote:Well, if you use launchers to browse folders you will see what I mean.
I use launchy and Farr and both supports tab for auto completing folder names.
FAQ | XY News RSS | XY X
-
lukescammell
- Posts: 744
- Joined: 28 Jul 2006 13:15
- Location: Kent, UK
- Contact:
Re: Address Bar & Co.
Tab completion is used in several web apps I use, so it gets my vote.
I like the idea of the Firefox star, very nice idea.
FYI the Chrome Omnibar is Awesome

Don, please make your tabs work like Chrome's - I've fallen in love all over again. Tab management with Chrome is the best there is right now. I just love being able to tear off a tab and create a new window, then add more tabs to that new window from the old one etc (if I could do this with XYthen I wouldn't have to keep reminding you that cached searches would rock). Frankly, if you could recreate the omnibar I would be amazed, astounded and extremely happy
I like the idea of the Firefox star, very nice idea.
FYI the Chrome Omnibar is Awesome
Don, please make your tabs work like Chrome's - I've fallen in love all over again. Tab management with Chrome is the best there is right now. I just love being able to tear off a tab and create a new window, then add more tabs to that new window from the old one etc (if I could do this with XYthen I wouldn't have to keep reminding you that cached searches would rock). Frankly, if you could recreate the omnibar I would be amazed, astounded and extremely happy
Used to update to the latest beta every day. Now I have children instead…
Windows 10 Pro x64 (everywhere except phone…)
Windows 10 Pro x64 (everywhere except phone…)
XYplorer Beta Club