Automatically closing for special character pairs is a nice feature, but I think that it will be nice to have the posibility of choosing what pair to use.
For example the quote pair in Romanian is โ โ, but Zettler suggests โ โ.
P. S. 1.2.1 is a very nice and seems to be a very stable release. Nice job!
Yes, it's something I've been thinking about for a year now, but I haven't had any good idea of how to achieve that in CodeMirror. So I'll keep this issue open and once I find something, I'll implement it!
I just thought why not go full throttle and implement auto correct options, such as replacing certain codes with the respective glyphs, such as:
-- => โ--- => โThis will be nice.
Or will it be possible to just have an option to choose starting and ending character from a drop-down menu (one menu for start and one for end)? This way the language will not matter.
Pitty that it will not make it in 1.3.0, but performance and stability are more important.
Alright, after almost a year, I can finally report some progress: I just sat down and wrote a 300-lines plugin that actually performs preeeeeeetty good so far! So AutoCorrect is a reality now :)
Nice to hear. I hope I will finally escape the struggle of using quote marks in Romanian.
It should, magic quotes are in there by default :)
As AutoCorrect is fiiiiiinally here, I'm going to close this issue to keep the list clean :)
Most helpful comment
I just thought why not go full throttle and implement auto correct options, such as replacing certain codes with the respective glyphs, such as:
--=> โ---=> โ