I'm using following commands:

set file=foobar.txt

if not exist "%file%" (
	type nul >> %file%
)

start "" "C:\Program Files (x86)\Geany\bin\geany.exe" "%file%"

If I use File->New no empty file will be created, but one containing the configured line ending. Maybe that is the workaround ("hack") Geany actually is using to set the default.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.