Skip to content

Commit

Permalink
1.005.36:
Browse files Browse the repository at this point in the history
Changed:
-When using Publish or Export it will Refresh Project Explorer so that you don't miss any new #Includes
-Add A_LineFile To Include: When creating an Include using 'Create Include From Selection' this Option will add %A_LineFile%\..\ to the #Include line
-When pressing Backspace on a line that it tabbed in and you are at the beginning of a line and you have nothing selected, it will remove all the tabs and go to the end of the previous line
  • Loading branch information
maestrith committed May 12, 2021
1 parent 8b6f621 commit f495ea4
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 @@ -226,7 +226,7 @@ AddBookmark(line,search){
AddInclude(FileName:="",text:="",pos:="",Show:=1){
static new
if(v.Options.Add_A_LineFile_To_Include){
Rel:=RelativePath(Current(3).file,FileName)
Rel:=RelativePath((v.Options.Includes_In_Place?Current(3).file:Current(2).file),FileName)
if(!InStr(Rel,":"))
Rel:="%A_LineFile%\..\"(Rel)
}else{
Expand Down

0 comments on commit f495ea4

Please sign in to comment.