Fix for SF bug #1067619: focus on raise. By default, NEdit no longer requests
commit8f0dbb92f5ed3a75d5237d0e6c1ffb680912eed6
authorEddy De Greef <edg@users.sourceforge.net>
Thu, 23 Dec 2004 22:25:47 +0000 (23 22:25 +0000)
committerEddy De Greef <edg@users.sourceforge.net>
Thu, 23 Dec 2004 22:25:47 +0000 (23 22:25 +0000)
treeda2ffbfe7324aaa5cf21fef9b67d28d1cae4c666
parentb7b77435f9ccf3d2ff5ec5ddc1ce352f6e47b06d
Fix for SF bug #1067619: focus on raise. By default, NEdit no longer requests
the input focus when a window is raised. This default can be overridden by
setting the X-resource "nedit.focusOnRaise" to True.
The raise_window() action routine also accepts an optional extra argument:
'focus' or 'nofocus', which can be used to override the focus behaviour
determined by the resource.
18 files changed:
doc/help.etx
source/file.c
source/help.c
source/help_data.h
source/help_topic.h
source/highlightData.c
source/menu.c
source/preferences.c
source/preferences.h
source/search.c
source/smartIndent.c
source/tags.c
source/userCmds.c
source/window.c
source/window.h
source/windowTitle.c
util/misc.c
util/misc.h