From ae0d1b4994e77d4f63dd99341b09f4557437d4c1 Mon Sep 17 00:00:00 2001 From: BurgerLUA Date: Tue, 2 Oct 2018 08:02:19 -0700 Subject: [PATCH] Interface Improvements (#5261) --- html/changelogs/burgerbb-skinhead.yml | 37 + interface/skin.dmf | 1795 ++++++------------------- 2 files changed, 449 insertions(+), 1383 deletions(-) create mode 100644 html/changelogs/burgerbb-skinhead.yml diff --git a/html/changelogs/burgerbb-skinhead.yml b/html/changelogs/burgerbb-skinhead.yml new file mode 100644 index 00000000000..9439e7940e5 --- /dev/null +++ b/html/changelogs/burgerbb-skinhead.yml @@ -0,0 +1,37 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +################################# + +# Your name. +author: BurgerBB + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added various menu settings for the general interface to allow more space." diff --git a/interface/skin.dmf b/interface/skin.dmf index 5a8e0cf70e0..a3baab97ec2 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -1,832 +1,626 @@ macro "borghotkeymode" - elem + elem name = "TAB" command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5\"" - is-disabled = false - elem + elem name = "CENTER+REP" command = ".center" - is-disabled = false - elem + elem name = "NORTHEAST" command = ".northeast" - is-disabled = false - elem + elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false - elem + elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false - elem + elem name = "NORTHWEST" command = ".northwest" - is-disabled = false - elem + elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false - elem + elem name = "CTRL+WEST" command = "westface" - is-disabled = false - elem + elem name = "WEST+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false - elem + elem name = "CTRL+NORTH" command = "northface" - is-disabled = false - elem + elem name = "NORTH+REP" command = ".moveup" - is-disabled = false - elem + elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false - elem + elem name = "CTRL+EAST" command = "eastface" - is-disabled = false - elem + elem name = "EAST+REP" command = ".moveright" - is-disabled = false - elem + elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false - elem + elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false - elem + elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false - elem + elem name = "INSERT" command = "a-intent right" - is-disabled = false - elem + elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false - elem + elem name = "1" command = "toggle-module 1" - is-disabled = false - elem + elem name = "CTRL+1" command = "toggle-module 1" - is-disabled = false - elem + elem name = "2" command = "toggle-module 2" - is-disabled = false - elem + elem name = "CTRL+2" command = "toggle-module 2" - is-disabled = false - elem + elem name = "3" command = "toggle-module 3" - is-disabled = false - elem + elem name = "CTRL+3" command = "toggle-module 3" - is-disabled = false - elem + elem name = "4" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+4" command = "a-intent left" - is-disabled = false - elem + elem name = "5" command = ".me" - is-disabled = false - elem + elem name = "A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "F" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+F" command = "a-intent left" - is-disabled = false - elem + elem name = "G" command = "a-intent right" - is-disabled = false - elem + elem name = "CTRL+G" command = "a-intent right" - is-disabled = false - elem + elem name = "J" command = "toggle-gun-mode" - is-disabled = false - elem + elem name = "CTRL+J" command = "toggle-gun-mode" - is-disabled = false - elem + elem name = "Q" command = "unequip-module" - is-disabled = false - elem + elem name = "CTRL+Q" command = "unequip-module" - is-disabled = false - elem + elem name = "R" command = ".southwest" - is-disabled = false - elem + elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem "s_key" name = "S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "T" command = ".say" - is-disabled = false elem "w_key" name = "W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "X" command = ".northeast" - is-disabled = false - elem + elem name = "CTRL+X" command = ".northeast" - is-disabled = false - elem + elem name = "Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "F1" command = "adminhelp" - is-disabled = false - elem + elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false - elem + elem name = "F2" command = "ooc" - is-disabled = false - elem + elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false - elem + elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false - elem + elem name = "F3" command = ".say" - is-disabled = false - elem + elem name = "F4" command = ".me" - is-disabled = false - elem + elem name = "F5" command = "asay" - is-disabled = false - elem + elem name = "F6" command = "Player-Panel-New" - is-disabled = false - elem + elem name = "F7" command = "Admin-PM" - is-disabled = false - elem + elem name = "F8" command = "Invisimin" - is-disabled = false - elem + elem name = "F12" command = "F12" - is-disabled = false elem - name = "NUMPAD8" - command = "body-toggle-head" - is-disabled = false - elem - name = "NUMPAD5" - command = "body-chest" - is-disabled = false - elem - name = "NUMPAD4" - command = "body-r-arm" - is-disabled = false - elem - name = "NUMPAD6" - command = "body-l-arm" - is-disabled = false - elem - name = "NUMPAD2" - command = "body-groin" - is-disabled = false - elem - name = "NUMPAD1" - command = "body-r-leg" - is-disabled = false - elem - name = "NUMPAD3" - command = "body-l-leg" - is-disabled = false + name = "NUMPAD8" + command = "body-toggle-head" + elem + name = "NUMPAD5" + command = "body-chest" + elem + name = "NUMPAD4" + command = "body-r-arm" + elem + name = "NUMPAD6" + command = "body-l-arm" + elem + name = "NUMPAD2" + command = "body-groin" + elem + name = "NUMPAD1" + command = "body-r-leg" + elem + name = "NUMPAD3" + command = "body-l-leg" macro "macro" - elem + elem name = "TAB" command = ".winset \"mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\"" - is-disabled = false - elem + elem name = "CENTER+REP" command = ".center" - is-disabled = false - elem + elem name = "NORTHEAST" command = ".northeast" - is-disabled = false - elem + elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false - elem + elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false - elem + elem name = "NORTHWEST" command = ".northwest" - is-disabled = false - elem + elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false - elem + elem name = "CTRL+WEST" command = "westface" - is-disabled = false - elem + elem name = "WEST+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false - elem + elem name = "CTRL+NORTH" command = "northface" - is-disabled = false - elem + elem name = "NORTH+REP" command = ".moveup" - is-disabled = false - elem + elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false - elem + elem name = "CTRL+EAST" command = "eastface" - is-disabled = false - elem + elem name = "EAST+REP" command = ".moveright" - is-disabled = false - elem + elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false - elem + elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false - elem + elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false - elem + elem name = "INSERT" command = "a-intent right" - is-disabled = false - elem + elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false - elem + elem name = "CTRL+1" command = "a-intent help" - is-disabled = false - elem + elem name = "CTRL+2" command = "a-intent disarm" - is-disabled = false - elem + elem name = "CTRL+3" command = "a-intent grab" - is-disabled = false - elem + elem name = "CTRL+4" command = "a-intent harm" - is-disabled = false - elem + elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "CTRL+E" command = "quick-equip" - is-disabled = false - elem + elem name = "CTRL+F" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+G" command = "a-intent right" - is-disabled = false - elem + elem name = "CTRL+SHIFT+G" command = ".configure graphics-hwmode on" - is-disabled = false - elem + elem name = "CTRL+Q" command = ".northwest" - is-disabled = false - elem + elem name = "CTRL+R" command = ".southwest" - is-disabled = false - elem + elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "CTRL+X" command = ".northeast" - is-disabled = false - elem + elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "F1" command = "adminhelp" - is-disabled = false - elem + elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false - elem + elem name = "F2" command = "ooc" - is-disabled = false - elem + elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false - elem + elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false - elem + elem name = "F3" command = ".say" - is-disabled = false - elem + elem name = "F4" command = ".me" - is-disabled = false - elem + elem name = "F5" command = "asay" - is-disabled = false - elem + elem name = "F6" command = "Player-Panel-New" - is-disabled = false - elem + elem name = "F7" command = "Admin-PM" - is-disabled = false - elem + elem name = "F8" command = "Invisimin" - is-disabled = false - elem + elem name = "F12" command = "F12" - is-disabled = false elem - name = "CTRL+NUMPAD8" - command = "body-toggle-head" - is-disabled = false - elem - name = "CTRL+NUMPAD5" - command = "body-chest" - is-disabled = false - elem - name = "CTRL+NUMPAD4" - command = "body-r-arm" - is-disabled = false - elem - name = "CTRL+NUMPAD6" - command = "body-l-arm" - is-disabled = false - elem - name = "CTRL+NUMPAD2" - command = "body-groin" - is-disabled = false - elem - name = "CTRL+NUMPAD1" - command = "body-r-leg" - is-disabled = false - elem - name = "CTRL+NUMPAD3" - command = "body-l-leg" - is-disabled = false + name = "CTRL+NUMPAD8" + command = "body-toggle-head" + elem + name = "CTRL+NUMPAD5" + command = "body-chest" + elem + name = "CTRL+NUMPAD4" + command = "body-r-arm" + elem + name = "CTRL+NUMPAD6" + command = "body-l-arm" + elem + name = "CTRL+NUMPAD2" + command = "body-groin" + elem + name = "CTRL+NUMPAD1" + command = "body-r-leg" + elem + name = "CTRL+NUMPAD3" + command = "body-l-leg" macro "hotkeymode" - elem + elem name = "TAB" command = ".winset \"mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true\"" - is-disabled = false - elem + elem name = "CENTER+REP" command = ".center" - is-disabled = false - elem + elem name = "NORTHEAST" command = ".northeast" - is-disabled = false - elem + elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false - elem + elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false - elem + elem name = "NORTHWEST" command = ".northwest" - is-disabled = false - elem + elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false - elem + elem name = "CTRL+WEST" command = "westface" - is-disabled = false - elem + elem name = "WEST+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false - elem + elem name = "CTRL+NORTH" command = "northface" - is-disabled = false - elem + elem name = "NORTH+REP" command = ".moveup" - is-disabled = false - elem + elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false - elem + elem name = "CTRL+EAST" command = "eastface" - is-disabled = false - elem + elem name = "EAST+REP" command = ".moveright" - is-disabled = false - elem + elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false - elem + elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false - elem + elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false - elem + elem name = "INSERT" command = "a-intent right" - is-disabled = false - elem + elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false - elem + elem name = "1" command = "a-intent help" - is-disabled = false - elem + elem name = "CTRL+1" command = "a-intent help" - is-disabled = false - elem + elem name = "2" command = "a-intent disarm" - is-disabled = false - elem + elem name = "CTRL+2" command = "a-intent disarm" - is-disabled = false - elem + elem name = "3" command = "a-intent grab" - is-disabled = false - elem + elem name = "CTRL+3" command = "a-intent grab" - is-disabled = false - elem + elem name = "4" command = "a-intent harm" - is-disabled = false - elem + elem name = "CTRL+4" command = "a-intent harm" - is-disabled = false - elem + elem name = "5" command = ".me" - is-disabled = false - elem + elem name = "A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "E" command = "quick-equip" - is-disabled = false - elem + elem name = "CTRL+E" command = "quick-equip" - is-disabled = false - elem + elem name = "F" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+F" command = "a-intent left" - is-disabled = false - elem + elem name = "G" command = "a-intent right" - is-disabled = false - elem + elem name = "CTRL+G" command = "a-intent right" - is-disabled = false - elem + elem name = "H" command = "holster" - is-disabled = false - elem + elem name = "CTRL+H" command = "holster" - is-disabled = false - elem + elem name = "J" command = "toggle-gun-mode" - is-disabled = false - elem + elem name = "CTRL+J" command = "toggle-gun-mode" - is-disabled = false - elem + elem name = "Q" command = ".northwest" - is-disabled = false - elem + elem name = "CTRL+Q" command = ".northwest" - is-disabled = false - elem + elem name = "R" command = ".southwest" - is-disabled = false - elem + elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem "s_key" name = "S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "T" command = ".say" - is-disabled = false elem "w_key" name = "W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "X" command = ".northeast" - is-disabled = false - elem + elem name = "CTRL+X" command = ".northeast" - is-disabled = false - elem + elem name = "Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "F1" command = "adminhelp" - is-disabled = false - elem + elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false - elem + elem name = "F2" command = "ooc" - is-disabled = false - elem + elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false - elem + elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false - elem + elem name = "F3" command = ".say" - is-disabled = false - elem + elem name = "F4" command = ".me" - is-disabled = false - elem + elem name = "F5" command = "asay" - is-disabled = false - elem + elem name = "F6" command = "Player-Panel-New" - is-disabled = false - elem + elem name = "F7" command = "Admin-PM" - is-disabled = false - elem + elem name = "F8" command = "Invisimin" - is-disabled = false - elem + elem name = "F12" command = "F12" - is-disabled = false elem - name = "NUMPAD8" - command = "body-toggle-head" - is-disabled = false - elem - name = "NUMPAD5" - command = "body-chest" - is-disabled = false - elem - name = "NUMPAD4" - command = "body-r-arm" - is-disabled = false - elem - name = "NUMPAD6" - command = "body-l-arm" - is-disabled = false - elem - name = "NUMPAD2" - command = "body-groin" - is-disabled = false - elem - name = "NUMPAD1" - command = "body-r-leg" - is-disabled = false - elem - name = "NUMPAD3" - command = "body-l-leg" - is-disabled = false + name = "NUMPAD8" + command = "body-toggle-head" + elem + name = "NUMPAD5" + command = "body-chest" + elem + name = "NUMPAD4" + command = "body-r-arm" + elem + name = "NUMPAD6" + command = "body-l-arm" + elem + name = "NUMPAD2" + command = "body-groin" + elem + name = "NUMPAD1" + command = "body-r-leg" + elem + name = "NUMPAD3" + command = "body-l-leg" elem name = "," command = "move-upwards" @@ -835,377 +629,310 @@ macro "hotkeymode" command = "move-down" macro "borgmacro" - elem + elem name = "TAB" command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0\"" - is-disabled = false - elem + elem name = "CENTER+REP" command = ".center" - is-disabled = false - elem + elem name = "NORTHEAST" command = ".northeast" - is-disabled = false - elem + elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false - elem + elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false - elem + elem name = "NORTHWEST" command = ".northwest" - is-disabled = false - elem + elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false - elem + elem name = "CTRL+WEST" command = "westface" - is-disabled = false - elem + elem name = "WEST+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false - elem + elem name = "CTRL+NORTH" command = "northface" - is-disabled = false - elem + elem name = "NORTH+REP" command = ".moveup" - is-disabled = false - elem + elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false - elem + elem name = "CTRL+EAST" command = "eastface" - is-disabled = false - elem + elem name = "EAST+REP" command = ".moveright" - is-disabled = false - elem + elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false - elem + elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false - elem + elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false - elem + elem name = "INSERT" command = "a-intent right" - is-disabled = false - elem + elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false - elem + elem name = "CTRL+1" command = "toggle-module 1" - is-disabled = false - elem + elem name = "CTRL+2" command = "toggle-module 2" - is-disabled = false - elem + elem name = "CTRL+3" command = "toggle-module 3" - is-disabled = false - elem + elem name = "CTRL+4" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false - elem + elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false - elem + elem name = "CTRL+F" command = "a-intent left" - is-disabled = false - elem + elem name = "CTRL+G" command = "a-intent right" - is-disabled = false - elem + elem name = "CTRL+Q" command = ".northwest" - is-disabled = false - elem + elem name = "CTRL+R" command = ".southwest" - is-disabled = false - elem + elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false - elem + elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false - elem + elem name = "CTRL+X" command = ".northeast" - is-disabled = false - elem + elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false - elem + elem name = "F1" command = "adminhelp" - is-disabled = false - elem + elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false - elem + elem name = "F2" command = "ooc" - is-disabled = false - elem + elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false - elem + elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false - elem + elem name = "F3" command = ".say" - is-disabled = false - elem + elem name = "F4" command = ".me" - is-disabled = false - elem + elem name = "F5" command = "asay" - is-disabled = false - elem + elem name = "F6" command = "Player-Panel-New" - is-disabled = false - elem + elem name = "F7" command = "Admin-PM" - is-disabled = false - elem + elem name = "F8" command = "Invisimin" - is-disabled = false - elem + elem name = "F12" command = "F12" - is-disabled = false elem - name = "CTRL+NUMPAD8" - command = "body-toggle-head" - is-disabled = false - elem - name = "CTRL+NUMPAD5" - command = "body-chest" - is-disabled = false - elem - name = "CTRL+NUMPAD4" - command = "body-r-arm" - is-disabled = false - elem - name = "CTRL+NUMPAD6" - command = "body-l-arm" - is-disabled = false - elem - name = "CTRL+NUMPAD2" - command = "body-groin" - is-disabled = false - elem - name = "CTRL+NUMPAD1" - command = "body-r-leg" - is-disabled = false - elem - name = "CTRL+NUMPAD3" - command = "body-l-leg" - is-disabled = false + name = "CTRL+NUMPAD8" + command = "body-toggle-head" + elem + name = "CTRL+NUMPAD5" + command = "body-chest" + elem + name = "CTRL+NUMPAD4" + command = "body-r-arm" + elem + name = "CTRL+NUMPAD6" + command = "body-l-arm" + elem + name = "CTRL+NUMPAD2" + command = "body-groin" + elem + name = "CTRL+NUMPAD1" + command = "body-r-leg" + elem + name = "CTRL+NUMPAD3" + command = "body-l-leg" menu "menu" - elem + elem name = "&File" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem + elem name = "&Quick screenshot\tF2" command = ".screenshot auto" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem + elem name = "&Save screenshot as...\tShift+F2" command = ".screenshot" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem - name = "" - command = "" - category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false - saved-params = "is-checked" - elem + elem name = "&Quit" command = ".quit" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem + elem name = "&Icons" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem "stretch" name = "&Stretch to fit" command = ".winset \"mapwindow.map.icon-size=0\"" category = "&Icons" - is-checked = true can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon128" name = "&128x128" command = ".winset \"mapwindow.map.icon-size=128\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon96" name = "&96x96" command = ".winset \"mapwindow.map.icon-size=96\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon64" name = "&64x64" command = ".winset \"mapwindow.map.icon-size=64\"" category = "&Icons" - is-checked = false + is-checked = true can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon48" name = "&48x48" command = ".winset \"mapwindow.map.icon-size=48\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon32" name = "&32x32" command = ".winset \"mapwindow.map.icon-size=32\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" - elem - name = "" + elem + name = "Icon &Stretching" command = "" - category = "&Icons" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem "textmode" - name = "&Text" - command = ".winset \"menu.textmode.is-checked=true?mapwindow.map.text-mode=true:mapwindow.map.text-mode=false\"" - category = "&Icons" - is-checked = false + elem + name = "&Normal" + command = ".winset \"mapwindow.map.zoom-mode=normal\"" + category = "Icon &Stretching" + is-checked = true can-check = true - group = "" - is-disabled = false + group = "stretching" saved-params = "is-checked" - elem + elem + name = "&Blur" + command = ".winset \"mapwindow.map.zoom-mode=blur\"" + category = "Icon &Stretching" + can-check = true + group = "stretching" + saved-params = "is-checked" + elem + name = "&Distort" + command = ".winset \"mapwindow.map.zoom-mode=distort\"" + category = "Icon &Stretching" + can-check = true + group = "stretching" + saved-params = "is-checked" + elem name = "&Help" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem + elem name = "&Admin help\tF1" command = "adminhelp" category = "&Help" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" - elem + elem name = "&Hotkeys" command = "hotkeys-help" category = "&Help" - is-checked = false - can-check = false - group = "" - is-disabled = false + saved-params = "is-checked" + elem + name = "&Resizing" + command = "" + saved-params = "is-checked" + elem + name = "Enable &vertical splitter" + command = ".winset \"mainwindow.mainvsplit.show-splitter true\" " + category = "&Resizing" + can-check = true + group = "splitter_vertical" + saved-params = "is-checked" + elem + name = "Disable &vertical splitter" + command = ".winset \"mainwindow.mainvsplit.show-splitter false\" " + category = "&Resizing" + is-checked = true + can-check = true + group = "splitter_vertical" + saved-params = "is-checked" + elem + name = "Enable &horizontal splitter" + command = ".winset \"rpane.rpanewindow.show-splitter true;\" " + category = "&Resizing" + can-check = true + group = "splitter_horizontal" + saved-params = "is-checked" + elem + name = "Disable &horizontal splitter" + command = ".winset \"rpane.rpanewindow.show-splitter false;\" " + category = "&Resizing" + is-checked = true + can-check = true + group = "splitter_horizontal" saved-params = "is-checked" @@ -1216,38 +943,11 @@ window "Telecomms IDE" size = 569x582 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = #ffffff is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "TCS IDE" - titlebar = true statusbar = false - can-close = true - can-minimize = true - can-resize = true - is-pane = false - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" on-close = "exittcs" elem "button5" type = BUTTON @@ -1255,84 +955,27 @@ window "Telecomms IDE" size = 70x20 anchor1 = 37,80 anchor2 = 49,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Clear Memory" - image = "" command = "tcsclearmem" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button4" type = BUTTON pos = 157,464 size = 52x20 anchor1 = 28,80 anchor2 = 37,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Revert" - image = "" command = "tcsrevert" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button3" type = BUTTON pos = 105,464 size = 52x20 anchor1 = 18,80 anchor2 = 28,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Execute" - image = "" command = "tcsrun" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "tcserror" type = OUTPUT pos = 0,488 @@ -1341,80 +984,25 @@ window "Telecomms IDE" anchor2 = 99,100 font-family = "sans-serif" font-size = 9 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "max-lines" - on-size = "" - link-color = #0000ff - visited-color = #ff00ff - style = "" - enable-http-images = false - max-lines = 1000 - image = "" elem "button2" type = BUTTON pos = 53,464 size = 52x20 anchor1 = 9,80 anchor2 = 18,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Compile" - image = "" command = "tcscompile" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button1" type = BUTTON pos = 0,464 size = 53x20 anchor1 = 0,80 anchor2 = 9,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Apply" - image = "" command = "tcssave" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "tcscode" type = INPUT pos = 0,0 @@ -1423,168 +1011,69 @@ window "Telecomms IDE" anchor2 = 100,80 font-family = "Courier" font-size = 10 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" command = "cancel" multi-line = true - is-password = false no-command = true window "mainwindow" elem "mainwindow" type = MAIN pos = 281,0 - size = 640x440 + size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "Aurora Station" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true - is-pane = false - is-minimized = false - is-maximized = true - can-scroll = none - icon = 'icons\\ss13_64.png' - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 + title = "Space Station 13 - Aurora Station" macro = "macro" menu = "menu" - on-close = "" elem "hotkey_toggle" type = BUTTON - pos = 560,420 + pos = 560,462 size = 80x20 anchor1 = 100,100 anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false + background-color = #e6b099 saved-params = "" - on-size = "" text = "Hotkey Toggle" - image = "" command = ".winset \"mainwindow.macro!=macro ? mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true : mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\"" - is-flat = false - stretch = false - is-checked = false - group = "" + is-flat = true button-type = pushbox elem "mainvsplit" type = CHILD - pos = 3,0 - size = 634x416 + pos = 0,0 + size = 640x460 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "splitter" - on-size = "" - left = "" right = "rpane" is-vert = true - splitter = 50 - show-splitter = true - lock = none + show-splitter = false elem "input" type = INPUT - pos = 3,420 - size = 517x20 + pos = 0,462 + size = 520x20 anchor1 = 0,100 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #d3b5b5 - is-visible = true - is-disabled = false - is-transparent = false + font-family = "Calibri Light" + font-size = 12 + background-color = #d0e6e3 is-default = true - border = sunken - drop-zone = false - right-click = false saved-params = "command" - on-size = "" - command = "" - multi-line = false - is-password = false - no-command = false elem "saybutton" type = BUTTON - pos = 520,420 + pos = 520,462 size = 40x20 anchor1 = 100,100 anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false + background-color = #8cd0cd saved-params = "is-checked" - on-size = "" text = "Chat" - image = "" command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\"" - is-flat = false - stretch = false - is-checked = false - group = "" + is-flat = true button-type = pushbox window "mapwindow" @@ -1594,39 +1083,14 @@ window "mapwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" titlebar = false statusbar = false can-close = false can-minimize = false can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "map" type = MAP pos = 0,0 @@ -1635,25 +1099,12 @@ window "mapwindow" anchor2 = 100,100 font-family = "Arial Rounded MT Bold,Arial Black,Arial,sans-serif" font-size = 7 - font-style = "" - text-color = none - background-color = none - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = true - right-click = false saved-params = "icon-size" - on-size = "" - icon-size = 0 - text-mode = false - letterbox = true - zoom = 0 + icon-size = 64 + zoom = 2 on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\"" on-hide = ".winset\"mainwindow.mainvsplit.left=\"" - style = "" window "outputwindow" elem "outputwindow" @@ -1662,91 +1113,33 @@ window "outputwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" titlebar = false statusbar = false can-close = false can-minimize = false can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "output" type = OUTPUT pos = 0,0 size = 640x480 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "max-lines" - on-size = "" - link-color = #0000ff - visited-color = #ff00ff style = ".system {color:#ff0000;}" - enable-http-images = false max-lines = 0 - image = "" elem "asset_cache_browser" type = BROWSER pos = 0,0 size = 200x200 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" - show-history = false - show-url = false - auto-format = true - use-title = false - on-show = "" - on-hide = "" window "rpane" elem "rpane" @@ -1755,233 +1148,90 @@ window "rpane" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true + titlebar = false + statusbar = false + can-close = false + can-minimize = false + can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "rpanewindow" type = CHILD pos = 0,0 - size = 640x499 + size = 638x474 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "splitter" - on-size = "" - left = "" right = "outputwindow" is-vert = false - splitter = 50 - show-splitter = true - lock = none + show-splitter = false elem "rulesb" type = BUTTON pos = 278,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Rules" - image = "" command = "rules" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "changelog" type = BUTTON pos = 341,0 size = 67x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Changelog" - image = "" command = "Changelog" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "reportbugb" type = BUTTON pos = 410,0 size = 67x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Report Bug" - image = "" command = "reportbug" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "forumb" type = BUTTON pos = 215,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Forum" - image = "" command = "forum" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "wikib" type = BUTTON pos = 152,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Wiki" - image = "" command = "wiki" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "interfaceb" type = BUTTON pos = 480,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "WI Link" - image = "" command = "open_webint" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "discordb" type = BUTTON pos = 544,0 @@ -1998,25 +1248,11 @@ window "rpane" size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Text" - image = "" command = ".winset \"rpanewindow.left=;\"" - is-flat = false - stretch = false is-checked = true group = "rpanemode" button-type = pushbox @@ -2026,26 +1262,11 @@ window "rpane" size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Browser" - image = "" command = ".winset \"rpanewindow.left=browserwindow\"" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" button-type = pushbox elem "infob" @@ -2054,26 +1275,11 @@ window "rpane" size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Info" - image = "" command = ".winset \"rpanewindow.left=infowindow\"" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" button-type = pushbox @@ -2084,63 +1290,24 @@ window "browserwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Browser" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true + titlebar = false + statusbar = false + can-close = false + can-minimize = false + can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "browser" type = BROWSER pos = 0,0 - size = 640x499 + size = 640x480 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" - show-history = false - show-url = false - auto-format = true - use-title = false on-show = ".winset\"rpane.infob.is-visible=true?rpane.infob.pos=130,0;rpane.textb.is-visible=true;rpane.browseb.is-visible=true;rpane.browseb.is-checked=true;rpane.rpanewindow.pos=0,30;rpane.rpanewindow.size=0x0;rpane.rpanewindow.left=browserwindow\"" on-hide = ".winset\"rpane.infob.is-visible=true?rpane.infob.is-checked=true rpane.infob.pos=65,0 rpane.rpanewindow.left=infowindow:rpane.rpanewindow.left=textwindow rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0\"" @@ -2151,72 +1318,28 @@ window "infowindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Info" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true + titlebar = false + statusbar = false + can-close = false + can-minimize = false + can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "info" type = INFO pos = 0,0 - size = 638x477 + size = 640x480 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = true - right-click = false + right-click = true saved-params = "" - on-size = "" highlight-color = #00aa00 - tab-text-color = #000000 tab-background-color = none - tab-font-family = "" - tab-font-size = 0 - tab-font-style = "" - allow-html = true - multi-line = true on-show = ".winset\"rpane.infob.is-visible=true;rpane.browseb.is-visible=true?rpane.infob.pos=130,0:rpane.infob.pos=65,0 rpane.textb.is-visible=true rpane.infob.is-checked=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=infowindow\"" on-hide = ".winset\"rpane.infob.is-visible=false;rpane.browseb.is-visible=true?rpane.browseb.is-checked=true rpane.rpanewindow.left=browserwindow:rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=\"" - on-tab = "" - prefix-color = none - suffix-color = none window "text_editor" elem "text_editor" @@ -2225,144 +1348,50 @@ window "text_editor" size = 360x488 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false border = sunken - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Text Editor" - titlebar = true - statusbar = true - can-close = true can-minimize = false can-resize = false - is-pane = false - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "exit" type = BUTTON pos = 248,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Exit without saving" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "save" type = BUTTON pos = 128,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Save" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "saveexit" type = BUTTON pos = 8,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Save + Exit" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "textedit" type = INPUT pos = 0,0 size = 360x448 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false border = line - drop-zone = false - right-click = false saved-params = "" - on-size = "" - command = "" multi-line = true - is-password = false - no-command = false +