updated documentation (formatting errors)
This commit is contained in:
parent
afe4ee6fb4
commit
963951ff6a
4 changed files with 34 additions and 14 deletions
|
@ -1,12 +1,21 @@
|
||||||
|
|
||||||
|
%!encoding: utf-8
|
||||||
|
%!target: txt
|
||||||
|
%!options(txt): -o changes.txt
|
||||||
|
%!preproc(txt): '%%txt: ' ''
|
||||||
|
%!postproc(txt): '<BR>' ''
|
||||||
|
|
||||||
**Legend**
|
**Legend**
|
||||||
(-) deleted
|
(-) deleted
|
||||||
(~) changed
|
(~) changed
|
||||||
(+) added
|
(+) added
|
||||||
|
|
||||||
|
|
||||||
=8.2.0=
|
=8.2.0=
|
||||||
|
|
||||||
|
|
||||||
==Configuration==
|
==Configuration==
|
||||||
|
|
||||||
(-) 'Config_addRunCommands' (the 'Run' item in 'command GUI').
|
(-) 'Config_addRunCommands' (the 'Run' item in 'command GUI').
|
||||||
(-) 'Config_sessionFilePath'
|
(-) 'Config_sessionFilePath'
|
||||||
(-) 'Config_topBar' (replaced by 'Config_verticalBarPos'.
|
(-) 'Config_topBar' (replaced by 'Config_verticalBarPos'.
|
||||||
|
@ -38,7 +47,9 @@
|
||||||
set to 0, views are activated independently (only on the active
|
set to 0, views are activated independently (only on the active
|
||||||
monitor).
|
monitor).
|
||||||
|
|
||||||
|
|
||||||
==Hotkeys==
|
==Hotkeys==
|
||||||
|
|
||||||
(~) Changed hotkeys
|
(~) Changed hotkeys
|
||||||
- #s -> #^s::Config_saveSession()
|
- #s -> #^s::Config_saveSession()
|
||||||
- #+r -> #^r::Reload
|
- #+r -> #^r::Reload
|
||||||
|
@ -50,7 +61,9 @@
|
||||||
(+) "<" and ">" as an argument for 'Monitor_activateView'.
|
(+) "<" and ">" as an argument for 'Monitor_activateView'.
|
||||||
(+) "<" and ">" as an argument for 'Monitor_setWindowTag'.
|
(+) "<" and ">" as an argument for 'Monitor_setWindowTag'.
|
||||||
|
|
||||||
|
|
||||||
==Debugging==
|
==Debugging==
|
||||||
|
|
||||||
(~) 'tile' function: resetting msplit
|
(~) 'tile' function: resetting msplit
|
||||||
(~) 'Manager_winActivate(wndId)' now does not activate 'Program
|
(~) 'Manager_winActivate(wndId)' now does not activate 'Program
|
||||||
Manager', if there is no window on the view, but sets the mouse
|
Manager', if there is no window on the view, but sets the mouse
|
||||||
|
@ -75,7 +88,9 @@
|
||||||
registered as an AppBar and therewith changes the windows
|
registered as an AppBar and therewith changes the windows
|
||||||
workspace.
|
workspace.
|
||||||
|
|
||||||
|
|
||||||
==General==
|
==General==
|
||||||
|
|
||||||
(~) The number of windows on a view is not indicated by different
|
(~) The number of windows on a view is not indicated by different
|
||||||
background colors anymore, but by a progress bar.
|
background colors anymore, but by a progress bar.
|
||||||
(~) The battery status is also indicated with a progress bar.
|
(~) The battery status is also indicated with a progress bar.
|
||||||
|
@ -100,3 +115,6 @@
|
||||||
the views and 'View_setLayout(">")' for cycling through the
|
the views and 'View_setLayout(">")' for cycling through the
|
||||||
layouts.
|
layouts.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
|
|
||||||
%!encoding: utf-8
|
%!encoding: utf-8
|
||||||
%!options(html): --css-sugar -o configuration.html
|
%!options(html): --css-sugar -o configuration.html
|
||||||
%!style(html): ../styles.css
|
%!style(html): http://bugn.berlios.de/styles.css
|
||||||
%!preproc(html): '%%html: ' ''
|
%!preproc(html): '%%html: ' ''
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n configuration variables</TITLE>'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n configuration variables</TITLE>'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="../images/jn.ico" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="http://bugn.berlios.de/images/jn.ico" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="AutoHotkey scripts by joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="bug.n - Tiling Window Manager" />'
|
||||||
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
||||||
|
%!postproc(html): '%%LINK_hotkeys' '<A HREF="https://developer.berlios.de/docman/display_doc.php?docid=2054&group_id=12477">bug.n/hotkeys</A>'
|
||||||
%!postproc(html): '\(c\)' '©'
|
%!postproc(html): '\(c\)' '©'
|
||||||
%!options(txt): -o configuration.txt
|
%!options(txt): -o configuration.txt
|
||||||
%!preproc(txt): '%%txt: ' ''
|
%!preproc(txt): '%%txt: ' ''
|
||||||
|
%!postproc(txt): '%%LINK_hotkeys' 'docs/hotkeys.txt'
|
||||||
%!postproc(txt): '<BR>' ''
|
%!postproc(txt): '<BR>' ''
|
||||||
|
|
||||||
= bug.n/configuration =
|
= bug.n/configuration =
|
||||||
|
@ -274,5 +276,5 @@ settings.
|
||||||
|
|
||||||
''<BR>''
|
''<BR>''
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [../images/jn.png]
|
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [http://bugn.berlios.de/images/jn.png]
|
||||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
%!encoding: utf-8
|
%!encoding: utf-8
|
||||||
%!options(html): --css-sugar -o help.html
|
%!options(html): --css-sugar -o help.html
|
||||||
%!style(html): ../styles.css
|
%!style(html): http://bugn.berlios.de/styles.css
|
||||||
%!preproc(html): '%%html: ' ''
|
%!preproc(html): '%%html: ' ''
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n help</TITLE>'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n help</TITLE>'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="../images/jn.ico" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="http://bugn.berlios.de/images/jn.ico" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="AutoHotkey scripts by joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="bug.n - Tiling Window Manager" />'
|
||||||
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
||||||
%!postproc(html): '">http://www.autohotkey.com/' '" TARGET="_blank">http://www.autohotkey.com/'
|
%!postproc(html): '">http://www.autohotkey.com/' '" TARGET="_blank">http://www.autohotkey.com/'
|
||||||
%!postproc(html): '%%LINK_configuration' '<A HREF="configuration.html">bug.n/configuration</A>'
|
%!postproc(html): '%%LINK_configuration' '<A HREF="https://developer.berlios.de/docman/display_doc.php?docid=2052&group_id=12477">bug.n/configuration</A>'
|
||||||
%!postproc(html): '%%LINK_hotkeys' '<A HREF="hotkeys.html">bug.n/hotkeys</A>'
|
%!postproc(html): '%%LINK_hotkeys' '<A HREF="https://developer.berlios.de/docman/display_doc.php?docid=2054&group_id=12477">bug.n/hotkeys</A>'
|
||||||
%!postproc(html): '\(c\)' '©'
|
%!postproc(html): '\(c\)' '©'
|
||||||
%!options(txt): -o help.txt
|
%!options(txt): -o help.txt
|
||||||
%!preproc(txt): '%%txt: ' ''
|
%!preproc(txt): '%%txt: ' ''
|
||||||
|
@ -173,5 +173,5 @@ The following functions can also be controlled with the mouse:
|
||||||
|
|
||||||
''<BR>''
|
''<BR>''
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [../images/jn.png]
|
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [http://bugn.berlios.de/images/jn.png]
|
||||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
|
|
||||||
%!encoding: utf-8
|
%!encoding: utf-8
|
||||||
%!options(html): --css-sugar -o hotkeys.html
|
%!options(html): --css-sugar -o hotkeys.html
|
||||||
%!style(html): ../styles.css
|
%!style(html): http://bugn.berlios.de/styles.css
|
||||||
%!preproc(html): '%%html: ' ''
|
%!preproc(html): '%%html: ' ''
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n hotkeys</TITLE>'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<TITLE>bug.n hotkeys</TITLE>'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="../images/jn.ico" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<LINK REL="icon" HREF="http://bugn.berlios.de/images/jn.ico" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="author" CONTENT="joten" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="keywords" CONTENT="AutoHotkey, joten, bug.n, tiling, window management" />'
|
||||||
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="AutoHotkey scripts by joten" />'
|
%!postproc(html): '<HEAD>' '<HEAD>\n<META NAME="description" CONTENT="bug.n - Tiling Window Manager" />'
|
||||||
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
%!postproc(html): '<H1>' '<H1 ID="bugn">'
|
||||||
%!postproc(html): '\(c\)' '©'
|
%!postproc(html): '\(c\)' '©'
|
||||||
%!options(txt): -o hotkeys.txt
|
%!options(txt): -o hotkeys.txt
|
||||||
|
@ -206,5 +206,5 @@ pressing the left Windows key and the shift key and the q key
|
||||||
|
|
||||||
''<BR>''
|
''<BR>''
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [../images/jn.png]
|
%%html: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y) ([View txt2tags source %%infile]) [http://bugn.berlios.de/images/jn.png]
|
||||||
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
%%txt: (c) 2010-2011 joten, last modified %%date(%d.%m.%Y)
|
||||||
|
|
Loading…
Reference in a new issue