Search The Blog
About this site

@RoyOsherove

Subscribe!

This site aims to connect all the dots of my online activities - from tools, books blogs and twitter accounts, to upcoming conferences, engagements and user group talks.

from 5whys.com
Twitter: @RoyOsherove
My Book: The Art of Unit Testing
Latest Posts
« Tips For Better User Group Meetings | Main | Train to be a Keyboard Master with Keyboard Jedi »
Sunday
Jun032007

Utility: Launch Windows Live Writer with Spelling Enabled

Windows Live Writer with Spelling Launcher can be downloaded here (13k).

I too, like Oren, found that my spell checker was not working with Windows Live writer, simply because my system was not configured to use the en-US culture. Alex posted some code on Oren's blog comments to enable launching Live Writer Beta 2 with spelling enables by launching it from an AppDomain that has an en-US thread culture.

it worked, and I simply created a very simple console mode launcher that :

  • detects the system special folder called Program files
  • attaches "\Windows Live Writer\WindowsLiveWriter.exe" to the end
  • launches it with the correct culture.

How to use:

Simply unzip and run this from anywhere on your machine. It should just work.

Thanks Alex!

[let's hope Microsoft won't pull a Jamie on me!]

 

PS, I changed the code a bit to look like this:

string progs = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles);
string exe = progs + @"\Windows Live Writer\WindowsLiveWriter.exe";

Another annoying thing about the recent beta of WLW: When you get an existing post to edit it, it wipes out the categories that you previously associated with it (I think it just neglects to "get" the categories as it retrieves the existing post item from the blog). Beware! When re-publishing an item, make sure to re-set the categories on the blog post.

PrintView Printer Friendly Version

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>