itenium-be / Mi-Ke

Collection of Autohotkey scripts to make daily life in Windows less dull
https://itenium.be/Mi-Ke/
MIT License
19 stars 4 forks source link

Paths in mike.default.ini #47

Open Laoujin opened 5 years ago

Laoujin commented 5 years ago

Also need to use the PathReplacements for all pathy things in mike.default.ini

merge-tool doesn't work anymore because of the "" ""? Split em up?

; Beyond compare
merge-tool=<A_PROGRAMFILES>\Beyond Compare /[0-9]+/\BCompare.exe "<left>" "<right>"

Read with:

mergeTool := PathReplacements(ReadMikeIni("memory-diff", "merge-tool", true))