coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.37k stars 432 forks source link

How to disable smart quotes? #1631

Closed wfwdex closed 5 months ago

wfwdex commented 5 months ago

Current issue

After I turned off edit -> substitutions -> smart quotes, it was still enabled the next time I opened CotEditor.

https://github.com/coteditor/CotEditor/assets/22113416/f58f923a-2420-4ee1-960e-b86655f4a111

The solution you'd like

I need a switch that turns it off permanently.

Alternatives you've considered

I've tried turning it off everywhere else but it doesn't work.

Screenshot 2024-05-01 at 16 38 33 Screenshot 2024-05-01 at 16 41 40

CotEditor version

4.8.2 (647)

macOS version

14.4.1

Additional context

No response

1024jp commented 5 months ago

The smart quotes toggle in the menu bar is just for temporal use for the frontmost editor.

For lasting use, set it in the Mode settings pane.

Screenshot 2024-05-01 at 16 50 34
wfwdex commented 5 months ago

The smart quotes toggle in the menu bar is just for temporal use for the frontmost editor.

For lasting use, set it in the Mode settings pane.

Screenshot 2024-05-01 at 16 50 34

Thank you very much, It's work now. 👍

gingerbeardman commented 5 months ago

@1024jp do you think use of smart options in the menu bar should change the current mode settings?

This seems like as compromise between old and new behaviour.

1024jp commented 5 months ago

do you think use of smart options in the menu bar should change the current mode settings?

No, I don't. The settings in the Settings window should be changed only in the Settings window.

gingerbeardman commented 5 months ago

That's a shame.

4.8.x is a real step back in usability as we can see by the number of issues regarding quotes/modes.

vfr456 commented 4 months ago

This is really a "stupid quote" !

1024jp commented 4 months ago

It depends on the usage. CotEditor is not only for coding. This is the reason why I added the mode feature and gave room to customize it to the user.

gingerbeardman commented 4 months ago

I think new behaviour should have been explained with a popup when it was introduced, maybe opt in/out

1024jp commented 4 months ago

I think new behaviour should have been explained with a popup when it was introduced, maybe opt in/out

I personally don't like the so-called What's New screen, so far I have not added it except for important changes. However, starting with the next minor update, CotEditor will have it (it has already been implemented).

gingerbeardman commented 4 months ago

Thank you for remaining open minded about this