ViEmu
ViEmu

ViEmu Blog

A blog about all things ViEmu
Emulating
the one true editor
since 2005!

Archive for the ‘misc’ Category

First preview release of ViEmu/Word&Outlook 1.5

Thursday, July 17th, 2008

I’ve just uploaded the new 1.5.0 build of ViEmu/Word&Outlook:

http://www.viemu.com/ViEmuWO-1.5.0.msi

No need to uninstall anything, it will automatically upgrade any previous version.
It incorporates all the latest changes added for ViEmu/VS and /SQL 2.2: gt/gT, gp/gP, even i’/a’/i”/a” motions which here understand smart quotes, and this is was quite some work to define sensibly to work compatibly with vim when only ASCII quotes are used, and still blend nicely with Word’s directional smart quotes. ViEmu will even correctly understand nested quotes, which is impossible with just ASCII, and probably no that important in the grand scheme of things (but I’m a perfectionist, what can you do…).

Also, specifically for Outlook, and while I implement direct-email-send functionality from the ex command line, either using :send or :wq, I’ve made :wq and ZZ not do anything and warn you that you should use Ctrl-Return or Ctrl-F4. It could be somewhat confusing the way it was.

There are only a couple of outstanding issues with the latest and greatest ViEmus (2.2 for VS and SQL , and this 1.5 for Word and Outlook):
1) I have a report from a customer that ViEmu/Word works fine on his system but the settings button doesn’t bring up the dialog, which is a bit weird but hopefully reasonably easy to fix. This is the only issue that makes it a non-definitive build.

2) It seems RETURN sometimes works weirdly in normal mode in ViEmu/VS at one customer’s place. I’ve been unable to reproduce it this far, and I hope that logs from his install will help me resolve the issue.

So, as soon as I have fixed these two, and any other thing that you report, I will be ready to officially release these new versions! Hopefully this will happen next week.

So thanks if you decide to download & try the above build, and I will be really grateful for any feedback you can provide!

ViEmu/VS and /SQL 2.2.2, with better i’/a’/i”/a” motions

Wednesday, July 16th, 2008

In the search for the perfect 2.2 build before the official announcement, I’ve built version 2.2.2 of both ViEmu/VS and ViEmu/SQL:

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

http://www.viemu.com/ViEmuSQL-2.2.2.msi

They’ll upgrade whatever ViEmu versions you have installed. They incorporate a new implementation of the i’/a’/i”/a” vim7-style text-object string motions, closer to vim’s behavior: they only work on the current line, when used on a quote they use heuristics to determine whether this is a starting or ending quote, and they ignore quote characters in strings which are escaped with a backslash (\” or \’).

One other thing I want to address in ViEmu/VS before the official announcement is a problem with the RETURN key in certain cases (see http://www.viemu.com/forums/viewtopic.php?id=435), although it’s probably due to some other 3rd party add-in as I can’t repro it.

And I also want to address some issues with ViEmu/Word&Outlook yank and paste, which sometimes confuses character-wise and line-wise pastes, before I release an unofficial 1.5 preview including proper i’/a’/i”/a” support (harder than in ViEmu/VS and /SQL, due to smart-quotes). Hopefully, all of this can be clarified this week, and an official release will happen next week!

And as always, I’ll be grateful for any feedback about these builds!

and ViEmu/SQL 2.2 also ready!

Thursday, July 10th, 2008

Download here:

http://www.viemu.com/ViEmuSQL-2.2.1.msi

No need to uninstall your current version. Main feature is i’/a’/i”/a” motions, also gt/gT, gp/gP, and all 2.1.x improvements. Thanks for any feedback!

ViEmu/VS 2.2 up for download!

Thursday, July 10th, 2008

In the past few weeks, I’ve been addressing some long-standing ViEmu issues: minor glitches, compatibility with other 3rd party add-ins in certain circumstances, simple new features, etc… Rather than constrain this to the exposure of a minor revision (very small), I decided to add some interesting new feature and release version 2.2. I have already finished ViEmu/VS 2.2 and a ViEmu/SQL 2.2 will follow shortly. I’ve been testing it myself for a few days, and also sent it out privately to a few other people, and before announcing it officially to the whole mailing list, I thought I’d offer it from the blog and the ViEmu forums for a few more days to be sure everything’s fine.

Here is the link to download it:

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

You don’t need to uninstall any previous installation, this installer will automatically upgrade it. By the way, I have also revamped my internal installer-build-system, and now all minor revisions will also feature automatic upgrades. Manual uninstalls are a thing of the past now!

The main new feature in 2.2 is vim-7-style i’/a’/i”/a” text-object motions, which allow fast access to single- and double-quote strings. This was an oft-requested feature, so hopefully it will be a welcome addition to ViEmu.

While this is being tested, I plan to build a ViEmu/SQL 2.2, and address a few outstanding ViEmu/Word&Outlook issues. Probably there will also be a ViEmu/W&O 1.x release soon, too, incorporating the most recent improvements.

As always, but more so with this release, I will be grateful for any feedback you can offer.

ViEmu/VS 2.1.27: Several Fixes and gt/gT Implemented

Tuesday, June 24th, 2008

I’ve spent several days addressing pending support issues from the forums and customer requests, and I’ve consolidated them in this new release, together with the feature to go to next/previous tab with gt and gT. This is a vim 7 feature that works with tabs in vim, but since VS implements a model where buffers and tabs are basically the same, in ViEmu they do the same as :bn[ext] and :bp[rev].

Here is the detailed list of issues this version addresses:

You can download the installer for the new version here:

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

You need to manually uninstall the previous version before installing this one.

I’m planning to implement some more interesting feature and release 2.2 for both VS and SQL in the next few days. I’ll take the chance to send a mail out to all customers and subscribers after this, I haven’t done so in many months, and for example I haven’t notified customers about this blog by email at all. I guess I take my non-spammer policy too seriously some times.

Let me know about anything else that comes up, either through the comments here or on the forums.

ViEmu/VS 2.1.26 fixing a freeze (‘undo’ on an running ASP/VB app in VS2008)

Tuesday, June 10th, 2008

The title says it all. The bug was reported here: http://www.viemu.com/forums/viewtopic.php?id=415. When doing ‘undo’ with ViEmu on a VB file in an ASP.NET/VB.NET web app under VS2008, Visual Studio would freeze. This was due to the ‘Edit.Undo’ calls ViEmu does failing silently, and ViEmu not realizing it. ViEmu does several calls to this VS function, in order to undo the last complete action, and it would get stuck in an infinite loop due to this reason. I’ve now made it bail out if any of the calls fails.

Here is the link to download it:

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

Be sure to manually uninstall the previous version from the control panel before installing this one.

I will make this the officila latest build downloaded from the main download links after it’s been out there a bit longer.

ViEmu/VS 2.1.25 fixing crash with Visual Assist

Wednesday, May 28th, 2008

I built and released ViEmu/VS 2.1.25 a few days ago:

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

You’ll need to manually uninstall the previous version of ViEmu before installing this one.

As described on this ViEmu forum thread, ViEmu could crash VS under certain circumstances, after pressing <Ctrl-]> to jump to the definition of the symbol under ther cursor, due to Visual Assist delaying the interception of the target file and ViEmu assuming interception would be instant (as it is when Visual Assist isn’t present).

ViEmu/VS 2.1.24 with proper wrapscan and proper ‘<,'> marks with $

Saturday, March 15th, 2008

I have just built and uploaded ViEmu for Visual Studio 2.1.24. It fixes two problems:

  • Just reported yesterday, doing Vj$:'<,’>s/xyz/uvw/g would complain about ‘mark not set’. The reason was that the ‘$’ motion tried to set the ‘> end-of-visual-region marker in a position with column = infinite (that’s why doing $ and moving up and down goes to the last column of each line), and this type of marker didn’t work well. It’s now fixed.
  • Pending from a long time ago, a ‘/’ search from the last line of a file if this was empty would not find anything even if ‘wrapscan’ is set. This was a bug in the wrapping logic of the regular expression finder. It’s been fixed too.

You can download it here:

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

Remember you need to manually uninstall the previous version of ViEmu before installing this one.

Let me know how it works for you.

ViEmu/VS 2.1.23 addressing incompatibility with F# language with Visual Assist

Friday, March 14th, 2008

I have just built & uploaded ViEmu/VS 2.1.23, which fixes some problems with F# language files in the presence of Visual Assist. Yes, the VS ecosystem can be quite complex at times, but I always try to address incompatibilities as soon as possible.

You can download it from here:

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

Be sure to manually uninstall the previous version before installing this one. I have also promoted this build to the ‘official’ build downloaded from the main download page, so you might already have it if you downloaded it from there.

ViEmu/VS 2.1.22

Sunday, February 24th, 2008

A few days ago I built & uploaded ViEmu for Visual Studio 2.1.22. The two improvements are:

  • Support for the localized Korean version of Visual Studio (automatic keybinding removal wouldn’t work)
  • A :ve[rsion] command that shows the current ViEmu version in the command line

As always, you can download it from the relevant forum thread at the top of the forums:

http://www.viemu.com/forums/viewtopic.php?id=182

I’m traveling and thus out of the office all of next week, so support will probably be a bit worse/slower than usual. Hopefully, I’ll have a quite March afterwards and I’ll be able to address a lot of pending issues.


Highlights

ViEmu: vi/vim emulation for Visual Studio, Word, Outlook and SQL Server:
ViEmu
See where ViEmu customers are around the world:
Map of ViEmu customers around the world
Hear what others are saying about ViEmu:
ViEmu testimonials
Learn vi/vim easily with this cheat-sheet and tutorial:
Vi/vim Cheat Sheet and Tutorial
Read why vi/vim editing is the killerest:
Why vi/vim editing?
Discover ViEmu's sister product, Codekana:
Codekana outliner and syntax highlighter