On Wed, Nov 12, 2003 at 08:57:05AM +0100, Frank de Lange wrote:
Talking about my patch, what does need improvement? Some ideas: - select contents of location bar/search field when they are focused (DONE, in next version)
Heh, I made that change myself about six months ago.
Hm, you should have shared your patch then, ey? I use hooks to grab-focus (->select all) and focus-out-event (->deselect all). What was your solution?
My solution was less comprehensive. I just added a line in a_Interface_open_dialog, which does everything I want since I have popup_dialogs=NO.
- more key bindings (replacing current key handling where applicable) - remove compile options for tabs and frames, make tabs/frames standard? [ PDA/embedded developers: is this OK with you? ] - ???
- i-search support within the "View Source" window would be helpful.
The whole 'View Source' window needs an overhaul. Best thing to do would be to implement a (sane, no 'notepad popup spam' like Microsoft products manage to produce) version of the 'view-source' protocol, so source is viewed in a normal window/tab/frame/... That way you get all facilities, for 'free'.
Agreed, this is really the way to handle it. Paul