Hi,
I'm running Lazarus & FPC on MacOS Sequoia, both from Trunk (Lazarus 3.99 (rev main_3_99-2668-g6b352d830e) FPC 3.3.1 x86_64-darwin-cocoa)
I'm using a SynEdit to save a file under a specific file extension, which is not a standard one, e.g. file.solv
Every time I create a new file name and try to save it as "filename.solv" automatically an additional extension is added: ".s", so that the file name becomes "filename.solv.s".
I have to continuously remove the ".s" which is really annoying
Anyone knows a trick to create the file without the ".s" extension?