AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Bug in C++ Coding

Open Ir1d opened this issue 10 years ago • 3 comments

I really enjoyed this plugin with sublime. But recently there happened to be something wrong. While typing printf("\n",),the moment i finish my ,,the code will be automatically changed into printf("n",). It's really annoying and causes a lot of trouble!

Ir1d avatar May 01 '15 13:05 Ir1d

+1

Adambean avatar Oct 08 '15 10:10 Adambean

I've spent few minutes examining what causes it and found out it is caused by execution of "afn_delete_prefixed_slash" command, which is called at autofilename.py:166 which calls AfnDeletePrefixedSlash.run at autofilename.py:42. I found a quick solution: unpack the plugin and comment out autofilename.py:166 line.

ghost avatar Feb 26 '16 12:02 ghost

@notnanocat Thanks for informing!

Ir1d avatar Feb 26 '16 14:02 Ir1d