1

Re: Toggle case function not working properly

The toggle case function '~' does not work properly except for English letters, so any letters that are not in the 7-bit ASCII standard will not be switched between upper and lower case.

In this day of Unicode this is improper behavior, especially considering that Vim does not have any problem with this. I hope some-one can point me to a work-around or a fix big_smile

2

Re: Toggle case function not working properly

Hello Kjartan,

In principle, it works, and I've just tested here to work fine - under VS.NET 2003. I then went to Word, and found out that it doesn't work there - so I'm guessing you are talking about the Word/Outlook version. Can you please confirm that?

In any case, I'll be looking into this and hopefully preparing a new build of ViEmu/Word & Outlook with this problem fixed later today.

Thanks,

  Jon

3

Re: Toggle case function not working properly

Hi Jon,

No this is within VS 2005.net it does not toggle case on "þæðöáíóúýé".

4

Re: Toggle case function not working properly

Ah ok, I just tried, it works fine in VS.NET 2003 but not in VS2005. I'll have a look and come back to you later today.

Thanks,

  Jon

5

Re: Toggle case function not working properly

I have fixed this and built & uploaded build 2.1.15:

  http://www.viemu.com/ViEmuVS-2.1.15.msi

You need to manually uninstall the previous version before installing this one. This should fix the behavior. It also happened with VS.NET 2003 in some circumstances (the woes of towlower() and towupper() depending on the process-global locale setting, I stopped using them altogether). I will prepare ViEmu/Word and ViEmu/SQL builds in a while.

By the way, since I hadn't actually announced ViEmu/VS 2.1.14, that build fixed some interactions with the Visual Basic language service when doing column multi-edits.

Let me know if something doesn't act as expected.

Regards,

  Jon

6

Re: Toggle case function not working properly

Thanks, I will install the new version and see if it deosn't behave better big_smile

7

Re: Toggle case function not working properly

Thank you very much now the toggle case functionality is working properly cool

Last edited by Kjartan (2007-08-21 15:32:29)

8

Re: Toggle case function not working properly

Thanks for letting me know. I'm happy to make ViEmu better every day smile

9

Re: Toggle case function not working properly

I've just built and uploaded ViEmu/Word & Outlook 1.0.21 and ViEmu/SQL Server 2.1.15 fixing this issue:

  http://www.viemu.com/ViEmuWO-1.0.21.msi
  http://www.viemu.com/ViEmuSQL-2.1.15.msi

I'll post about them at the sticky post on the top of the forum.