Sublime Forum

Post saving a file, it creates a duplicate file named with semicolon at the end

#1

Hi

I’ve been using this wonderful text editor for a while now. But one thing that bothers me is if I am working on a file named ‘abc.php’, once I save it it makes another file named ‘abc.php;’. I really don’t know if this is because of atomic_save or something. Any help is appreciated.

Thanks.

0 Likes

#2

you could try disabling atomic_save and seeing if it makes a difference.

Otherwise, it is likely one of your plugins - what packages do you have installed?

0 Likes

#3

I really don’t have any suspicious packages at all. And I have toggled atomic_save without any luck.
BTW below is my package list:

1Self
AdvancedNewFile
ApacheConf.tmLanguage
CodeIgniter 2 ModelController
CodeIgniter Snippets
CodeIgniter Utilities
DocBlockr
Emmet
Function Name Display
HTML-CSS-JS Prettify
HTML5
JsonTree
Legal Document Creator
Markdown Extended
MySQL Snippets
OpenPath
Package Control
phpfmt
Preferences Editor
Pretty JSON
Python 3
ShellCommand
SideBarEnhancements
Status Bar Time
SublimeCodeIntel
SublimeLinter
SublimeLinter-csslint
SublimeLinter-html-tidy
SublimeLinter-jshint
SublimeLinter-php
SublimeLinter-phplint
SublimeLinter-xmllint
Theme - Soda
Theme - SoDaReloaded
TortoiseSVN
Virtual Host Snippet
WhoCalled Function Finder

0 Likes

#4

hmm, does it only happen with PHP files?

0 Likes

#5

No! This tendency is not limited to php. Any edited files possesses the same behavior.

0 Likes

#6

You are going to have to disable all 3rd party packages and see if the issue goes away. If they do, then you need ot enable them one by one and see who the culprit is.

1 Like

#7

what OS are you using? if it turns out not to be a plugin, on Windows you could use a tool like https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx to see what process is creating the file.

0 Likes