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 29edb6c commit e498a6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -8280,11 +8280,6 @@ Save_As(){
if(ErrorLevel||newfile="")
return
newfile:=SubStr(newfile,-3)=".ahk"?newfile:newfile ".ahk"
/*
if(FileExist(newfile)){
return m("File exists... Please choose another")
}
*/
filelist:=SN(Current(1),"descendant::*")
SplitPath,newfile,newfn,newdir
while(fl:=filelist.item[A_Index-1],ea:=XML.EA(fl)){
Expand Down

0 comments on commit e498a6d

Please sign in to comment.