Skip to content

Commit

Permalink
Update AHK-Studio.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
maestrith authored Oct 8, 2020
1 parent 368bde5 commit 514d93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7347,7 +7347,7 @@ FEUpdate(Redraw:=0){
}
FileCheck(file:=""){
static base:="https://raw.githubusercontent.com/maestrith/AHK-Studio/master/"
,scidate:=20180209111407,XMLFiles:={menus:[20200316081726,"lib/menus.xml","lib\Menus.xml"]}
,scidate:=20180209111407,XMLFiles:={menus:[20201005085332,"lib/menus.xml","lib\Menus.xml"]}
,OtherFiles:={scilexer:{date:20180104080414,loc:"SciLexer.dll",url:"SciLexer.dll",type:1},icon:{date:20150914131604,loc:"AHKStudio.ico",url:"AHKStudio.ico",type:1},Studio:{date:20170906124736,loc:A_MyDocuments "\Autohotkey\Lib\Studio.ahk",url:"lib/Studio.ahk",type:1}}
,DefaultOptions:="Manual_Continuation_Line,Full_Auto_Indentation,Focus_Studio_On_Debug_Breakpoint,Word_Wrap_Indicators,Context_Sensitive_Help,Auto_Complete,Auto_Complete_In_Quotes,Auto_Complete_While_Tips_Are_Visible"
if(!Settings.SSN("//fonts|//theme"))
Expand Down Expand Up @@ -13860,4 +13860,4 @@ FontInfo(Style){
ColorInt(Color){
Color:=RGB(Color),Red:="0x" SubStr(Color,3,2),Green:="0x" SubStr(Color,5,2),Blue:="0x" SubStr(Color,7,2)
return {Red:Red+0,Green:Green+0,Blue:Blue+0}
}
}

0 comments on commit 514d93e

Please sign in to comment.