After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144516 - Missing "open new window"
Missing "open new window"
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
0.9
Other Linux
: Normal enhancement
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
: 307022 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-06-17 07:59 UTC by Joerg
Modified: 2005-09-28 22:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch creates "New Window" & "Close" Menu item in File Menu. The New window opens new devhelp window and Close menu item closes the current window. (2.36 KB, patch)
2005-02-08 18:49 UTC, Nirmal kumar
none Details | Review

Description Joerg 2004-06-17 07:59:45 UTC
not in UI

proposal:
add item "open new window" in main menu
Comment 1 Nirmal kumar 2005-02-08 18:49:32 UTC
Created attachment 37192 [details] [review]
The patch creates "New Window" & "Close" Menu item in File Menu. The New window opens new devhelp window and Close menu item closes the current window.
Comment 2 Richard Hult 2005-09-26 21:20:23 UTC
*** Bug 307022 has been marked as a duplicate of this bug. ***
Comment 3 Richard Hult 2005-09-26 21:42:53 UTC
We shouldn't create a new base for each window, that wastes memory and time.

I'm wondering how to deal with the -s command line option. It's used from for
example emacs and brings up the window with a new search in it. If there are
several windows, I'm not sure how to best do that. Do we look for a window on
the current desktop and use it if there is one, and otherwise bring on of the
open windows to that desktop?

Same when just launching devhelp a second time. Currently we are bringing the
already opened window to the current desktop.
Comment 4 Nils Philippsen 2005-09-27 07:20:50 UTC
Aside from implementation details, what's the stance on permitting multiple
devhelp windows to allow e.g. side-by-side browsing of related functions?
Comment 5 Richard Hult 2005-09-28 20:28:51 UTC
The above are not implementation details, they are behavior-related details that
need to be thought through before adding support for multiple windows. I'm not
sure which is best, multiple windows or multiple tabs, I'd rather just have one
of those.
Comment 6 Richard Hult 2005-09-28 22:10:01 UTC
I went ahead and modified the patch a bit and added better support for handling
multiple windows with searching through -s. Adding tabs should work nicely now
if we want that.