Entrian Solutions
 

Archive for April, 2017

Entrian Source Search 1.7.7: Out-of-process indexing

Sunday, April 2nd, 2017 by Richie Hindle

I’m very pleased to announce Entrian Source Search 1.7.7, which includes one invisible change:

  • Indexing is now done by an external process, rather than within the Visual Studio process.

That means no more sharing of one increasingly-cramped 4GB address space between Visual Studio and the Entrian indexer, which is good news for anyone who’s ever suffered an OutOfMemoryException at the hands of Source Search.

This change also introduces the -watch switch to the command line tool ess.exe.  When you pass that switch to a create or update command, ess.exe continues to run at the end of the update, watching for changed files and updating the index as they change. That means you can use ess.exe to keep an index up to date just as you would a Visual Studio session (which is in fact what Source Search itself is now doing behind the scenes).

As always, the upgrade is available for free to all licensed users, and as a 30-individual-day trial for everyone else.  You can download it from the download page or the gallery.

 

Entrian Attach 1.4.3: Trim executable filenames

Saturday, April 1st, 2017 by Richie Hindle

I’m pleased to announce Entrian Attach 1.4.3, which fixes one small but important bug:

  • If you accidentally include leading or trailing spaces in your executable filenames, they are now stripped.  Accidentally setting the thing to attach to <space>myapp.exe no longer leaves you wondering why nothing works.  Thanks, Honza.

You can download this new release from the download page or the gallery.

 

Entrian Inline Watch 1.0.6: Bugfix for small floating point values

Saturday, April 1st, 2017 by Richie Hindle

I’m pleased to announce Entrian Inline Watch 1.0.6, which fixes a bug:

  • When you limit the decimal places for a floating point value, using eg. {Pitch,.1f}, that now works when the value is small enough that the Visual Studio debugger would render it using scientific notation.  Thanks, Maxime.

The new version is available from the download page or the gallery.