ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
398 stars 214 forks source link

Leading dot inserted on every file save #383

Closed pavloblindnology closed 5 years ago

pavloblindnology commented 5 years ago

Hi. After installing the latest version 4.9.2.2 + 0.3.10, I have period "." inserted at the very beginning of file on each file save (after any editing). Tried to turn off automatic whitespace cleaning, indentation, tabulation options - no help. Very annoying.

Levi-Armstrong commented 5 years ago

Please post a screen shot.

pavloblindnology commented 5 years ago

After further investigation I found that it's not period symbol, it's U+FEFF symbol which defines bytes order.

pavloblindnology commented 5 years ago

Aha. Just need to set Tools->Options->Text Editor->File Encodings->UTF-8 BOM to Always delete.