diff --git a/bugn.exe b/bugn.exe deleted file mode 100644 index 31c64f0..0000000 Binary files a/bugn.exe and /dev/null differ diff --git a/doc/Cheat_sheet/cheat_sheet.html b/doc/Cheat_sheet/cheat_sheet.html deleted file mode 100644 index 7db07da..0000000 --- a/doc/Cheat_sheet/cheat_sheet.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - - - - - - -
-

bug.n 9.0.1 default hotkeys

-
-

Window management

-
-

WinDown

-

Activate the next window in the active view.

-
-
-

WinUp

-

Activate the previous window in the active view.

-
-
-

WinShiftDown

-

Move the active window to the next position in the window list of the view.

-
-
-

WinShiftUp

-

Move the active window to the previous position in the window list of the view.

-
-
-

WinShiftEnter

-

Move the active window to the first position in the window list of the view.

-
-
-

Winc

-

Close the active window.

-
-
-

WinShiftd

-

Show / Hide the title bar of the active window.

-
-
-

WinShiftf

-

Toggle the floating status of the active window.

-
-
-

WinCtrlm

-

Minimize the active window.

-
-
-

WinShiftm

-

Move the active window by key.

-
-
-

WinShifts

-

Resize the active window by key.

-
-
-

WinShiftx

-

Move and resize the active window to the size of the work area.

-
-
-

Wini

-

Get information for the active window.

-
-
-

WinShifti

-

Get a window list for the active view.

-
-
-

AltDown

-

Manually move the active window to the next area in the layout.

-
-
-

AltUp

-

Manually move the active window to the previous area in the layout.

-
-
-

AltShiftEnter

-

Move and resize the active window to the size of the work area.

-
-
-

Alt<n>

-

Manually move the active window to the nth area in the layout.

-
-
-

AltBackSpace

-

Toggle the stack area of the layout.

-
-
-
-

Window debugging

-
-

WinCtrli

-

Dump window information on the windows of the active view to the log.

-
-
-

WinCtrlShifti

-

Dump window information on the managed windows to the log.

-
-
-

WinCtrlh

-

Print column headings to the log.

-
-
-

WinCtrld

-

Decrement the debug log level.

-
-
-

WinCtrlShiftd

-

Increment the debug log level.

-
-
-
-

Layout management

-
-

WinTab

-

Set the previous-ly set layout.

-
-
-

Winf

-

Set the floating layout.

-
-
-

Winm

-

Set the monocle layout.

-
-
-

Wint

-

Set the tile layout.

-
-
-

WinLeft

-

Reduce the size of the master area in the active view.

-
-
-

WinRight

-

Enlarge the size of the master area in the active view.

-
-
-

WinCtrlt

-

Rotate the layout axis.

-
-
-

WinCtrlEnter

-

Mirror the layout axis.

-
-
-

WinCtrlTab

-

Rotate the master axis.

-
-
-

WinCtrlShiftTab

-

Rotate the stack axis.

-
-
-

WinCtrlUp

-

Increase the master Y dimension.

-
-
-

WinCtrlDown

-

Decrease the master Y dimension.

-
-
-

WinCtrlRight

-

Increase the master X dimension.

-
-
-

WinCtrlLeft

-

Decrease the master X dimension.

-
-
-

WinShiftLeft

-

Decrease the gap between windows in “monocle” and “tile” layout.

-
-
-

WinShiftRight

-

Increase the gap between windows in “monocle” and “tile” layout.

-
-
-
-

View / Tag management

-
-

WinShiftn

-

Toggle the view margins.

-
-
-

WinBackSpace

-

Activate the previously activated view.

-
-
-

WinShift0

-

Tag the active window with all tags.

-
-
-

Win<n>

-

Activate the nth view.

-
-
-

WinShift<n>

-

Tag the active window with the nth tag.

-
-
-

WinCtrl<n>

-

Add / Remove the nth tag for the active window, if it is not / is already set.

-
-
-
-

Monitor management

-
-

Win.

-

Activate the next monitor in a multi-monitor environment.

-
-
-

Win,

-

Activate the previous monitor in a multi-monitor environment.

-
-
-

WinShift.

-

Set the active window’s view to the active view on the next monitor in a multi-monitor environment.

-
-
-

WinShift,

-

Set the active window’s view to the active view on the previous monitor in a multi-monitor environment.

-
-
-

WinCtrlShift.

-

Set all windows of the active view on the active view of the next monitor in a multi-monitor environment.

-
-
-

WinCtrlShift,

-

Set all windows of the active view on the active view of the previous monitor in a multi-monitor environment.

-
-
-
-

GUI management

-
-

WinShiftSpace

-

Hide / Show the bar (bug.n status bar) on the active monitor.

-
-
-

WinSpace

-

Hide / Show the task bar.

-
-
-

Winy

-

Open the command GUI for executing programmes or bug.n functions.

-
-
-

WinShifty

-

Toggle the overflow window of the ‘notify icons’.

-
-
-

AltShifty

-

Indicate the areas of the “tile” layout.

-
-
-
-

Administration

-
-

WinCtrle

-

Open the configuration file in the standard text editor.

-
-
-

WinCtrls

-

Save the current state of monitors, views, layouts to the configuration file.

-
-
-

WinCtrlr

-

Reload bug.n (i.e. the whole script).

-
-
-

WinCtrlq

-

Quit bug.n, restore the default Windows UI and show all windows.

-
-
-
- - diff --git a/src/Bar.ahk b/src/Bar.ahk index b506618..5251997 100644 --- a/src/Bar.ahk +++ b/src/Bar.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Bar_init(m) { diff --git a/src/Config.ahk b/src/Config.ahk index 6391869..f53d796 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Config_init() { diff --git a/src/Debug.ahk b/src/Debug.ahk index c2203ad..80da25c 100644 --- a/src/Debug.ahk +++ b/src/Debug.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Debug_initLog(filename, level = 0, truncateFile = True) diff --git a/src/Main.ahk b/src/Main.ahk index a5c6efe..0ae9fc0 100644 --- a/src/Main.ahk +++ b/src/Main.ahk @@ -10,11 +10,11 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ NAME := "bug.n" -VERSION := "9.0.1" +VERSION := "9.0.2-a" ;; Script settings OnExit, Main_cleanup diff --git a/src/Manager.ahk b/src/Manager.ahk index c666aa7..7d6b531 100644 --- a/src/Manager.ahk +++ b/src/Manager.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Manager_init() diff --git a/src/Monitor.ahk b/src/Monitor.ahk index 94e73ba..1afbdea 100644 --- a/src/Monitor.ahk +++ b/src/Monitor.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Monitor_init(m, doRestore) { diff --git a/src/ResourceMonitor.ahk b/src/ResourceMonitor.ahk index deeb48c..3072311 100644 --- a/src/ResourceMonitor.ahk +++ b/src/ResourceMonitor.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ ResourceMonitor_init() { diff --git a/src/Tiler.ahk b/src/Tiler.ahk index 5ace6e8..9b8e123 100644 --- a/src/Tiler.ahk +++ b/src/Tiler.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Tiler_addSubArea(m, v, i, areaX, areaY, areaW, areaH) { diff --git a/src/View.ahk b/src/View.ahk index 2785208..3c5d62d 100644 --- a/src/View.ahk +++ b/src/View.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ View_init(m, v) diff --git a/src/Window.ahk b/src/Window.ahk index 8032be5..15510f4 100644 --- a/src/Window.ahk +++ b/src/Window.ahk @@ -10,7 +10,7 @@ @license GNU General Public License version 3 ../LICENSE.md or - @version 9.0.1 + @version 9.0.2 */ Window_activate(wndId) { diff --git a/tools/build.ahk b/tools/build.ahk index e997178..2f3daf4 100644 --- a/tools/build.ahk +++ b/tools/build.ahk @@ -22,7 +22,7 @@ SetWorkingDir %A_ScriptDir% ;; Ensures a consistent starting directory. ;; pseudo main function M_NAME := "bug.n" - M_VERSION := "9.0.1" + M_VERSION := "9.0.2-a" Progress,,,, Building %M_NAME% M_logLevel := 5 ;; higher values mean more logging, type = int, choices = [0, 1, 2, 3, 4, 5, 6], default = 5