Skip to content

Commit

Permalink
Properties: placeholder directives for future single-exe S4AHK build
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Aug 17, 2014
1 parent 2819871 commit 8230e51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/SciTEGlobal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ find.close.on.find=0
#find.indicator.incremental=style:compositionthick,colour:#FFB700,under
#replace.strip.incremental=1

#potato.ignore

# Toolbar autorun
command.autorun="$(LocalAHK)" "$(SciteDefaultHome)\toolbar\Toolbar.ahk" $(scite.hwnd) $(WindowID)

Expand All @@ -256,6 +258,8 @@ command.12.*="$(LocalAHK)" /ErrorStdOut "$(SciteDefaultHome)\tools\SciTEDiag.ahk
# Enable/disable SciTE4AutoHotkey automatic updates
automatic.updates=1

#potato.endignore

# Import language properties files
import ahk
import ahk2
Expand Down
7 changes: 7 additions & 0 deletions source/ahk.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
#

# AutoHotkey path
#potato.ignore
AutoHotkeyDir=$(SciteDefaultHome)\..
LocalAHK=$(SciteDefaultHome)\InternalAHK.exe
#potato.endignore
#potato.set AutoHotkeyDir=$(SciteDefaultHome)

# Script file extensions
ahk.file.extension=*.ahk
Expand Down Expand Up @@ -66,6 +69,7 @@ ahk.debugger.max.obj.children=100
ahk.debugger.max.data=131072

# Old style format compatibility defines
#potato.ignore
s4ahk.style.default=$(style.ahk1.0)
s4ahk.style.comment.line=$(style.ahk1.1)
s4ahk.style.comment.block=$(style.ahk1.2)
Expand All @@ -82,6 +86,7 @@ s4ahk.style.flow=$(style.ahk1.11)
s4ahk.style.biv=$(style.ahk1.16)
s4ahk.style.bif=$(style.ahk1.12)
s4ahk.style.error=$(style.ahk1.20)
#potato.endignore
s4ahk.style.objprop=$(s4ahk.style.var),back:#F0FFF0
s4ahk.style.objmethod=$(s4ahk.style.func),back:#F0FFF0
s4ahk.style.biobjprop=$(s4ahk.style.biv),back:#F0FFF0
Expand All @@ -91,7 +96,9 @@ s4ahk.style.biobjmethod=$(s4ahk.style.bif),back:#F0FFF0
import ahk.keywords

# Editor commands
#potato.ignore
import ahk.commands
#potato.endignore

# TillaGoto settings
import tillagoto

0 comments on commit 8230e51

Please sign in to comment.