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 2, 2017
1 parent 6fbce1c commit f89c674
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 26 deletions.
6 changes: 3 additions & 3 deletions AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ return
have the option to have the Variable browser dockable to the side of debug window.
}
Darth_diggler{
Right Click and Edit from Explorer not selecting the proper file when opening new files.
Right Click and Edit from Explorer not selecting the proper file when opening new files
Downloading plugins does not work in compiled version.
Also ability to add launching applications from the toolbar
}
Expand Down Expand Up @@ -4107,8 +4107,8 @@ FEUpdate(Redraw:=0){
}
FileCheck(file:=""){
static base:="https://raw.githubusercontent.com/maestrith/AHK-Studio/master/"
,scidate:=20161107223002,XMLFiles:={menus:[20170314100037,"lib/menus.xml","lib\Menus.xml"],commands:[20160508000000,"lib/commands.xml","lib\Commands.xml"]}
,OtherFiles:={scilexer:{date:20161107223023,loc:"SciLexer.dll",url:"SciLexer.dll",type:1},icon:{date:20150914131604,loc:"AHKStudio.ico",url:"AHKStudio.ico",type:1},Studio:{date:20170531034214,loc:A_MyDocuments "\Autohotkey\Lib\Studio.ahk",url:"lib/Studio.ahk",type:1}}
,scidate:=20161107223002,XMLFiles:={menus:[20170314100037,"lib/menus.xml","lib\Menus.xml"],commands:[20160508000000,"lib/Commands.xml","lib\Commands.xml"]}
,OtherFiles:={scilexer:{date:20161107223023,loc:"SciLexer.dll",url:"SciLexer.dll",type:1},icon:{date:20150914131604,loc:"AHKStudio.ico",url:"AHKStudio.ico",type:1},Studio:{date:20170602054002,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(!FileExist(A_MyDocuments "\Autohotkey\Lib")){
FileCreateDir,% A_MyDocuments "\Autohotkey"
Expand Down
27 changes: 4 additions & 23 deletions AHK-Studio.text

Large diffs are not rendered by default.

Loading

0 comments on commit f89c674

Please sign in to comment.