vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Table names starting with 'tm_' get autocorrected to the trademark symbol #1195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Write a query using a table name starting with 'tm_'.
eg SELECT * FROM tm_Foo

What is the expected output? What do you see instead?
After typing the underscore, 'tm_Foo' is changed to '™_Foo'.

What version of Sequel Pro are you using?
0.9.9.1

Original issue reported on code.google.com by maxhar...@gmail.com on 18 Sep 2011 at 10:45

GoogleCodeExporter commented 9 years ago
This is not a Sequel Pro issue, but more a system wide issue.
You can turn off text replacement from this menu:

 Edit > Substitutions > Text Replacement

The reason we don't disable this feature is because some users/developers use 
text replacement to speed up coding. You can turn on and off specific 
replacements and also create your own within System Preferences.

Original comment by avenja...@gmail.com on 18 Sep 2011 at 12:53