add settings alias and conemu changes
This commit is contained in:
parent
d586b09b64
commit
97b86c9171
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<key name="Software">
|
<key name="Software">
|
||||||
<key name="ConEmu">
|
<key name="ConEmu">
|
||||||
<key name=".Vanilla" modified="2020-07-31 23:48:55" build="191012">
|
<key name=".Vanilla" modified="2021-01-15 05:13:15" build="191012">
|
||||||
<value name="ColorTable00" type="dword" data="001e1d1b"/>
|
<value name="ColorTable00" type="dword" data="001e1d1b"/>
|
||||||
<value name="ColorTable01" type="dword" data="00d28b26"/>
|
<value name="ColorTable01" type="dword" data="00d28b26"/>
|
||||||
<value name="ColorTable02" type="dword" data="0014b482"/>
|
<value name="ColorTable02" type="dword" data="0014b482"/>
|
||||||
@ -127,8 +127,8 @@
|
|||||||
<value name="ConWnd Width" type="dword" data="0000009c"/>
|
<value name="ConWnd Width" type="dword" data="0000009c"/>
|
||||||
<value name="ConWnd Height" type="dword" data="00000056"/>
|
<value name="ConWnd Height" type="dword" data="00000056"/>
|
||||||
<value name="Cascaded" type="hex" data="01"/>
|
<value name="Cascaded" type="hex" data="01"/>
|
||||||
<value name="ConWnd X" type="long" data="1940"/>
|
<value name="ConWnd X" type="long" data="1919"/>
|
||||||
<value name="ConWnd Y" type="long" data="21"/>
|
<value name="ConWnd Y" type="long" data="-1"/>
|
||||||
<value name="16bit Height" type="ulong" data="0"/>
|
<value name="16bit Height" type="ulong" data="0"/>
|
||||||
<value name="AutoSaveSizePos" type="hex" data="01"/>
|
<value name="AutoSaveSizePos" type="hex" data="01"/>
|
||||||
<value name="IntegralSize" type="hex" data="00"/>
|
<value name="IntegralSize" type="hex" data="00"/>
|
||||||
|
@ -36,6 +36,8 @@ tix-mvc=cd /d "D:\dev\repos\support\ui-for-aspnet-mvc"
|
|||||||
tix-rprt=cd /d "D:\dev\repos\support\reporting"
|
tix-rprt=cd /d "D:\dev\repos\support\reporting"
|
||||||
tix-rprt-srvr=cd /d "D:\dev\repos\support\report-server"
|
tix-rprt-srvr=cd /d "D:\dev\repos\support\report-server"
|
||||||
tix-xamarin=cd /d "D:\dev\repos\support\ui-for-xamarin"
|
tix-xamarin=cd /d "D:\dev\repos\support\ui-for-xamarin"
|
||||||
|
tix-wpf=cd /d "D:\dev\repos\support\ui-for-wpf"
|
||||||
|
tix-jquery=cd /d "D:\dev\repos\support\ui-for-jquery"
|
||||||
|
|
||||||
;= rem docs editing
|
;= rem docs editing
|
||||||
docs-ajax=cd /d "D:\dev\repos\docs\ajax-docs"
|
docs-ajax=cd /d "D:\dev\repos\docs\ajax-docs"
|
||||||
|
@ -26,8 +26,10 @@
|
|||||||
"cSpell.userWords": [
|
"cSpell.userWords": [
|
||||||
"AUTORESPONDER",
|
"AUTORESPONDER",
|
||||||
"Barcodes",
|
"Barcodes",
|
||||||
|
"Configruation",
|
||||||
"Crosstab",
|
"Crosstab",
|
||||||
"Crosstabs",
|
"Crosstabs",
|
||||||
|
"Datasource",
|
||||||
"Etag",
|
"Etag",
|
||||||
"GIFs",
|
"GIFs",
|
||||||
"HEADEREDITOR",
|
"HEADEREDITOR",
|
||||||
@ -55,6 +57,7 @@
|
|||||||
"Roboto",
|
"Roboto",
|
||||||
"Rohler's",
|
"Rohler's",
|
||||||
"SDLC",
|
"SDLC",
|
||||||
|
"SSPI",
|
||||||
"Silverlight",
|
"Silverlight",
|
||||||
"TRDP",
|
"TRDP",
|
||||||
"TRDX",
|
"TRDX",
|
||||||
@ -64,6 +67,7 @@
|
|||||||
"Ungroup",
|
"Ungroup",
|
||||||
"appsettings",
|
"appsettings",
|
||||||
"aspnet",
|
"aspnet",
|
||||||
|
"autoflush",
|
||||||
"barcode",
|
"barcode",
|
||||||
"bootstrapcdn",
|
"bootstrapcdn",
|
||||||
"buttongroup",
|
"buttongroup",
|
||||||
@ -74,6 +78,7 @@
|
|||||||
"composer",
|
"composer",
|
||||||
"crossorigin",
|
"crossorigin",
|
||||||
"dateinputs",
|
"dateinputs",
|
||||||
|
"devenv",
|
||||||
"devkit",
|
"devkit",
|
||||||
"dropdownlist",
|
"dropdownlist",
|
||||||
"dropdowns",
|
"dropdowns",
|
||||||
@ -85,6 +90,7 @@
|
|||||||
"httpmethod",
|
"httpmethod",
|
||||||
"httpversion",
|
"httpversion",
|
||||||
"iexplore",
|
"iexplore",
|
||||||
|
"indentsize",
|
||||||
"instawdb",
|
"instawdb",
|
||||||
"jasminewd",
|
"jasminewd",
|
||||||
"kendo",
|
"kendo",
|
||||||
@ -96,6 +102,7 @@
|
|||||||
"maxcdn",
|
"maxcdn",
|
||||||
"middlewares",
|
"middlewares",
|
||||||
"modernizr",
|
"modernizr",
|
||||||
|
"mssqllocaldb",
|
||||||
"mvc",
|
"mvc",
|
||||||
"pageable",
|
"pageable",
|
||||||
"passthrough",
|
"passthrough",
|
||||||
|
Loading…
Reference in New Issue
Block a user