Skip to content

Commit

Permalink
Fixed: Reported by megabugman #114
Browse files Browse the repository at this point in the history
-Close All: Creates 2 new untitled files
Changed: Reported by megabugman #101
-Removed the -Caption so that the window can be moved
Added: Suggested by megabugman #101
-When you bring up the Omni-Search without a pre-entered prefix it will display Fuzzy Search find Check For Update by typing @cfu
  • Loading branch information
maestrith committed Jun 6, 2017
1 parent d5e1c46 commit 29edb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -8288,7 +8288,7 @@ Save_As(){
filelist:=SN(Current(1),"descendant::*")
SplitPath,newfile,newfn,newdir
while(fl:=filelist.item[A_Index-1],ea:=XML.EA(fl)){
if(newfn=ea.filename)
if(newfn=ea.filename&&A_Index>1)
return m("File conflicts with an include. Please choose another filename")
}
SplashTextOn,200,100,Creating New File(s)
Expand Down

0 comments on commit 29edb6c

Please sign in to comment.