updated documentation (added features from earlier commitments)
updated list of changes for release 8.2.1
This commit is contained in:
parent
01e5239b25
commit
d7700a8100
3 changed files with 35 additions and 1 deletions
|
@ -11,8 +11,25 @@
|
||||||
(+) added
|
(+) added
|
||||||
|
|
||||||
|
|
||||||
=8.2.0=
|
=8.2.1=
|
||||||
|
|
||||||
|
(+) feature #005446: Reload function (reloading bug.n without changing
|
||||||
|
the current association of windows to views/tags)
|
||||||
|
(+) workaround bug #018364: (Evernote: new note) Introducing the
|
||||||
|
configuration variable "Config_onActiveHiddenWnds" to set the
|
||||||
|
behaviour of bug.n for already existing but hidden windows on redraw
|
||||||
|
(+) Update of the Manager_getWindow*-functions to allow copying of the
|
||||||
|
text to the clipboard.
|
||||||
|
(~) fixed bug #18356: Missing bar elements on Windows XP. (calculation
|
||||||
|
of the element width depending on the font size)
|
||||||
|
(~) fixed bug: Support for saving another AutoHotkeyGUI as the active
|
||||||
|
window of a view.
|
||||||
|
(~) fixed bug #018431: Immediate run-time errors running bug.n built
|
||||||
|
from source with AutoHotkey_L version 1.1.05.03 onwards
|
||||||
|
(~) debugging related to AutoHotkey_L and 32-/64-Bit-Windows
|
||||||
|
|
||||||
|
|
||||||
|
=8.2.0=
|
||||||
|
|
||||||
==Configuration==
|
==Configuration==
|
||||||
|
|
||||||
|
|
|
@ -193,6 +193,13 @@ settings.
|
||||||
If true (=1), the mouse pointer is set over the focused window, if a
|
If true (=1), the mouse pointer is set over the focused window, if a
|
||||||
window is activated by bug.n.
|
window is activated by bug.n.
|
||||||
|
|
||||||
|
: **Config_onActiveHiddenWnds**=view
|
||||||
|
The action, which will be taken, if a window e. g. should be
|
||||||
|
activated, but is not visible; "view": show the view accordng to the
|
||||||
|
first tag of the window in question, "tag": add the window in question
|
||||||
|
to the current visible view, "hide": hide the window again ignoring the
|
||||||
|
activation.
|
||||||
|
|
||||||
: **Config_shellMsgDelay**=350
|
: **Config_shellMsgDelay**=350
|
||||||
The time bug.n waits after a shell message (a window is opened, closed
|
The time bug.n waits after a shell message (a window is opened, closed
|
||||||
or the focus has been changed); if there are any problems recognizing,
|
or the focus has been changed); if there are any problems recognizing,
|
||||||
|
|
|
@ -209,6 +209,16 @@ pressing the left Windows key and the shift key and the q key
|
||||||
Save the current state of monitors, views, layouts to the
|
Save the current state of monitors, views, layouts to the
|
||||||
configuration file.
|
configuration file.
|
||||||
|
|
||||||
|
: #^r::**Main_reload()**
|
||||||
|
Reload bug.n (i. e. the configuration and its dependent settings)
|
||||||
|
without deleting the window lists of bug.n and restoring windows.
|
||||||
|
! It does not reset internal configuration variables, the tray icon or
|
||||||
|
menu, hotkeys (unless set explicitly in Config.ini), individual window
|
||||||
|
settings like Config_showBorder (since windows might be hidden) or
|
||||||
|
hiding the title bar, the monitor count or views.
|
||||||
|
! It does not reload functions.
|
||||||
|
! Changed rules are only applied to new windows.
|
||||||
|
|
||||||
: #^q::**ExitApp
|
: #^q::**ExitApp
|
||||||
Quit bug.n, restore the default Windows UI and show all windows.
|
Quit bug.n, restore the default Windows UI and show all windows.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue