<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d836952552c9f979fbf0d6f1f6e63a012e24e37e</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/4b17393954dce478f25c375669c4dc7dc03693b0</url>
    <id>4b17393954dce478f25c375669c4dc7dc03693b0</id>
    <committed-date>2008-10-21T08:02:31-07:00</committed-date>
    <authored-date>2008-10-21T08:02:31-07:00</authored-date>
    <message>added ColorizerParserBase&lt;T&gt;, which ColorizerParser extends
We do this so that ColorizerParser will have a HandleMatch member, which will most likely be implemented in a class that extends is, like BooTokenLexer (which should prolly be renamed, as well)</message>
    <tree>d983f097b84f19039bb96a6cb4fcd04ca02321ca</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2c503e8e249b6864d22bba4a7659d3c6d7cac98</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/d836952552c9f979fbf0d6f1f6e63a012e24e37e</url>
    <id>d836952552c9f979fbf0d6f1f6e63a012e24e37e</id>
    <committed-date>2008-10-19T13:37:39-07:00</committed-date>
    <authored-date>2008-10-19T13:37:39-07:00</authored-date>
    <message>doing the work of disentangling all of the bls projects from BooPegLexer and switching over to BooTokenLexer (the ometacs-based solution)</message>
    <tree>e3eea8c67a7f70124b1a78fb188a7a2701eb44e4</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0aab593112ce2e412d2656f01d3132fb4e6e5b1b</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/e2c503e8e249b6864d22bba4a7659d3c6d7cac98</url>
    <id>e2c503e8e249b6864d22bba4a7659d3c6d7cac98</id>
    <committed-date>2008-10-19T13:36:15-07:00</committed-date>
    <authored-date>2008-10-19T13:36:15-07:00</authored-date>
    <message>a bit of rework in how things are laid out in BooColorizerParser</message>
    <tree>76cbac6cc01a48e4e0a0646579611770917bab0b</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>480e328be9e48f2be983faf15220f5d891a0fba9</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/0aab593112ce2e412d2656f01d3132fb4e6e5b1b</url>
    <id>0aab593112ce2e412d2656f01d3132fb4e6e5b1b</id>
    <committed-date>2008-10-19T13:34:54-07:00</committed-date>
    <authored-date>2008-10-19T13:34:54-07:00</authored-date>
    <message>some work on BooColorizerParser generator to make it more reusable.. created a general pattern for a reusable code generator from ometa</message>
    <tree>7748e00afa4ca785325ee1c6e37cbf8ef6fdd7a4</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f3a39d7e8449851b4e1282d7068e9aa3ae08aab</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/480e328be9e48f2be983faf15220f5d891a0fba9</url>
    <id>480e328be9e48f2be983faf15220f5d891a0fba9</id>
    <committed-date>2008-10-18T21:59:22-07:00</committed-date>
    <authored-date>2008-10-18T21:59:22-07:00</authored-date>
    <message>added BooColorizerParser and BooColorizerParserGenerator
 * The latter is an executable project that is only meant to compiled and ran... it reads the ometacs file from the BooColorizerParser project and spits out the BooColorizerParserGenerated.cs file.. which is the parent of the [not-generated] ColorizerParser class.
 * So, with that in mind, if you modify the ometacs file and want the parser code &quot;pulled&quot; through, just do a debug-&gt;run on BooColorizerParserGenerator and, if the ometacs file is without syntax errors, you'll get an updated BooColorizerParserGenerated.cs</message>
    <tree>64109efe95e41d369dc7bbdc0ae63ff74eceec56</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>777e4b2a050f784bda3781a35e85135cbeb5add8</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/6f3a39d7e8449851b4e1282d7068e9aa3ae08aab</url>
    <id>6f3a39d7e8449851b4e1282d7068e9aa3ae08aab</id>
    <committed-date>2008-10-18T13:41:00-07:00</committed-date>
    <authored-date>2008-10-18T13:41:00-07:00</authored-date>
    <message>no more AutoMockingTestFixture .. it's not fond of rhino mocks 3.5 .. also some fixeroo in the csproj file which isn't obviously because of more stupid whitespace issues.. the only thing that inspires me stop using git</message>
    <tree>a6a5ab75b3b36a4a27aa4015d7a3037996904a59</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1de2fb12ca7d5784cb980a95bc4674b7d1b5c65f</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/777e4b2a050f784bda3781a35e85135cbeb5add8</url>
    <id>777e4b2a050f784bda3781a35e85135cbeb5add8</id>
    <committed-date>2008-10-18T13:39:51-07:00</committed-date>
    <authored-date>2008-10-18T13:39:51-07:00</authored-date>
    <message>cleanup in BooProject and elsewhere to reference the new ProjectBase source</message>
    <tree>a86bcea835eba40fefae5115e363b200191a5e90</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6dc6b60166617547d0a4d46068c7e1a3d2a1f33c</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/1de2fb12ca7d5784cb980a95bc4674b7d1b5c65f</url>
    <id>1de2fb12ca7d5784cb980a95bc4674b7d1b5c65f</id>
    <committed-date>2008-10-18T13:38:01-07:00</committed-date>
    <authored-date>2008-10-18T13:38:01-07:00</authored-date>
    <message>whitespace dumbness... this project file has a modified &lt;import&gt; to our locally tracked ProjectBase source</message>
    <tree>adff0d94ef4a4819d87259512ffbc410981b7d74</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1abcf68ba852c1dea36ee4541963bfb32ee7f5a</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/6dc6b60166617547d0a4d46068c7e1a3d2a1f33c</url>
    <id>6dc6b60166617547d0a4d46068c7e1a3d2a1f33c</id>
    <committed-date>2008-10-18T13:37:07-07:00</committed-date>
    <authored-date>2008-10-18T13:37:07-07:00</authored-date>
    <message>VS 2008 SDK 1.1 no longer ships w/ ProjectBase source.. so we're including it in Deps, now..</message>
    <tree>172fce36b39b68578d3911935635cc6ae842b936</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c0b2b9bf588ae83290344987022015bd8890ac8</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/c1abcf68ba852c1dea36ee4541963bfb32ee7f5a</url>
    <id>c1abcf68ba852c1dea36ee4541963bfb32ee7f5a</id>
    <committed-date>2008-10-18T10:15:28-07:00</committed-date>
    <authored-date>2008-10-14T13:55:09-07:00</authored-date>
    <message>Added indentation tests and updated Rhino Mocks

* Added a few tests for the indentation code, but there is still some stuff left to cover.
* Upgrade Rhino Mocks to 3.5, this meant updating some of the Castle stuff too.</message>
    <tree>294fb20bf9afc8e000eac4374e1b7d7b53dd022d</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58ee51d210a952628858137a8b4e97ee560878f6</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/3c0b2b9bf588ae83290344987022015bd8890ac8</url>
    <id>3c0b2b9bf588ae83290344987022015bd8890ac8</id>
    <committed-date>2008-10-18T10:15:27-07:00</committed-date>
    <authored-date>2008-10-12T05:47:48-07:00</authored-date>
    <message>Reimplemented smart indenting, it actually works properly now.</message>
    <tree>3fb055e78a1f426ddcd8139958f15c10735d453b</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b6adca5f387b8fd57363f0b55806fcf9f0bef70</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/58ee51d210a952628858137a8b4e97ee560878f6</url>
    <id>58ee51d210a952628858137a8b4e97ee560878f6</id>
    <committed-date>2008-10-18T10:15:26-07:00</committed-date>
    <authored-date>2008-10-12T03:25:44-07:00</authored-date>
    <message>Added method parameter intellisense! Not perfect yet, but its getting there.</message>
    <tree>29dd8b29870b2d289f4e6abd563aa449ad23e6ab</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64b3554c03c2ebfabac90cc410443cc186cde349</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/5b6adca5f387b8fd57363f0b55806fcf9f0bef70</url>
    <id>5b6adca5f387b8fd57363f0b55806fcf9f0bef70</id>
    <committed-date>2008-10-18T10:15:25-07:00</committed-date>
    <authored-date>2008-10-08T14:45:12-07:00</authored-date>
    <message>Added really aweful support for QuickInfo, but it kinda works.Just need to create a better way to determine what the user is hovering over.</message>
    <tree>2f9a55e160f28e4cf89925084d64e15aad599b32</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c265d1f0831fa345ff29b40c491a8345db863ad9</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/64b3554c03c2ebfabac90cc410443cc186cde349</url>
    <id>64b3554c03c2ebfabac90cc410443cc186cde349</id>
    <committed-date>2008-10-18T10:15:23-07:00</committed-date>
    <authored-date>2008-09-01T16:37:38-07:00</authored-date>
    <message>Some changes to brace matching. Changed the way brackets are found in the source, which allows highlighting to be done from left or right.</message>
    <tree>4c8333a2de304836c132b62e59244c9f918373b9</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6addb449143a590f13389b3a0b1d7b173e816d3</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/c265d1f0831fa345ff29b40c491a8345db863ad9</url>
    <id>c265d1f0831fa345ff29b40c491a8345db863ad9</id>
    <committed-date>2008-10-18T10:15:22-07:00</committed-date>
    <authored-date>2008-09-01T15:10:31-07:00</authored-date>
    <message>Implemented brace matching. Started working on implementing the &quot;other modes&quot; for parse requests. Ive implemented a lot of plumbing for this, so theres a whole lot of code for not many results.</message>
    <tree>8ba0015483304c1c7a5c99a17610b97b34f61292</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4698025247bd52473dae3884f4b2b80b7bd71d0</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/c6addb449143a590f13389b3a0b1d7b173e816d3</url>
    <id>c6addb449143a590f13389b3a0b1d7b173e816d3</id>
    <committed-date>2008-10-18T10:13:54-07:00</committed-date>
    <authored-date>2008-09-01T14:52:50-07:00</authored-date>
    <message>Removed the INTELLISENSE.txt file, because its way out of date</message>
    <tree>d9555bbfe4f0edf12e93be86b7a43f829e9086b6</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac6facf3d5061738a71880c6796a92dc7341be77</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/e4698025247bd52473dae3884f4b2b80b7bd71d0</url>
    <id>e4698025247bd52473dae3884f4b2b80b7bd71d0</id>
    <committed-date>2008-10-18T10:13:29-07:00</committed-date>
    <authored-date>2008-10-18T10:13:29-07:00</authored-date>
    <message>whitespace cleanup and that weird misspelled directory name thing</message>
    <tree>29a1eac4079ccca7a7ae3b9f274ca77844a688d9</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d6a351670b3243d6824718adcdb71e57616602f</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/ac6facf3d5061738a71880c6796a92dc7341be77</url>
    <id>ac6facf3d5061738a71880c6796a92dc7341be77</id>
    <committed-date>2008-09-13T10:31:13-07:00</committed-date>
    <authored-date>2008-09-13T10:31:13-07:00</authored-date>
    <message>VISUAL STUDIO AND THE PEOPLE THAT MAKE IT SUCK. WHY DID THEY HAVE TO MAKE ProjectNode.CanProjectDeleteItems PROTECTED??? WHAT DO THEY HAVE AGAINST TESTING???

With the above tantrum I added a new property to BooProjectNode to write CanProjectDeleteItems or whatever it's called. This is now testable. I almost wish I was going to the Visual Studio conference so I could shout at whoever wrote the ProjectNode class.

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>df2ef27e577f91554c9c95c7ef9717cce98031d0</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aec33fe99a42f0f27e3eebb9927c81a088f5a346</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/7d6a351670b3243d6824718adcdb71e57616602f</url>
    <id>7d6a351670b3243d6824718adcdb71e57616602f</id>
    <committed-date>2008-09-13T08:47:54-07:00</committed-date>
    <authored-date>2008-09-13T08:47:54-07:00</authored-date>
    <message>got rid of MbUnit deps.. no longer used (in favor of XUnit.Net)

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>e2ebdd97100836ebbc173441afa1a6dfdc68e56f</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3cd2db649f8c6a39ca157d4f62d37682f7925da5</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/aec33fe99a42f0f27e3eebb9927c81a088f5a346</url>
    <id>aec33fe99a42f0f27e3eebb9927c81a088f5a346</id>
    <committed-date>2008-09-13T08:43:58-07:00</committed-date>
    <authored-date>2008-09-13T08:43:58-07:00</authored-date>
    <message>squared away whitespace in BooProjectNode.cs .. also added this.CanProjectDeleteItems = true .. make sure we can delete items.
added new spec to the tests to verify the above change... this is a regression issue (was in past versions, disapeared in merges)</message>
    <tree>7dcb04ce62c36abec1c221658866cbbd13c871ab</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b0b9612f1adb89cf01f28574905895352af8199</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/3cd2db649f8c6a39ca157d4f62d37682f7925da5</url>
    <id>3cd2db649f8c6a39ca157d4f62d37682f7925da5</id>
    <committed-date>2008-08-28T09:24:34-07:00</committed-date>
    <authored-date>2008-08-28T09:24:34-07:00</authored-date>
    <message>modified Main.wxs to correspond with the new(old) layout of the localization assemblies in boo.

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>697343b8f483b01cdfa972bcfac54dc7781cf046</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87e02ebe49be6923db7855d330ebc69cbc362c15</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/7b0b9612f1adb89cf01f28574905895352af8199</url>
    <id>7b0b9612f1adb89cf01f28574905895352af8199</id>
    <committed-date>2008-08-28T09:19:20-07:00</committed-date>
    <authored-date>2008-08-28T09:19:20-07:00</authored-date>
    <message>Changed boo dependencies to track stable releases, instead of svn revisions. This means that BooLangStudio now ships with the stable boo 0.8.2, instead of tracking the latest from subversion. For those brave souls who insist on bleeding edge boo, the option will still be available. Also, Boo.Pegs was rebuilt with the 0.8.2 boo assemblies. Also, no more pdbs!

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>dbbb9c0e478e162be889c64f2b881e5ecca6def4</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f14ec497f8633c26005c1e8ed0c9a3f2f9933cbd</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/87e02ebe49be6923db7855d330ebc69cbc362c15</url>
    <id>87e02ebe49be6923db7855d330ebc69cbc362c15</id>
    <committed-date>2008-08-22T08:23:31-07:00</committed-date>
    <authored-date>2008-08-22T08:23:31-07:00</authored-date>
    <message>upgraded Boo.Pegs to work with rev 3035 (was breaking because of a refactor of Boo.Lang.List)... also took this opportunity to pull the source and other assorted cruft out of the boo-extensions dir...

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>a6b458885af36ee13aaa481dc955c14b9aea0a10</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8986d6dd6b6f55fa6331267ccdb0a685f7ae29e1</id>
      </parent>
    </parents>
    <author>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/f14ec497f8633c26005c1e8ed0c9a3f2f9933cbd</url>
    <id>f14ec497f8633c26005c1e8ed0c9a3f2f9933cbd</id>
    <committed-date>2008-08-14T08:44:08-07:00</committed-date>
    <authored-date>2008-08-14T08:44:08-07:00</authored-date>
    <message>Upgraded boo dependencies to rev 3035 ... Additionally, booc.exe has been modified to work only in 32bit mode with corflags.exe and has been re-signed with sn.exe, to avoid the current issue we share with #dev where msbuild (which is always 32bit) hands the 32bit mixed mode System.dll to a 64bit mode booc.exe, which causes problems... also, it appears that the way boo ships its localized assemblies has changed.. no more custom assemblies, but localized string resource in the it and pt dir.. the wix proj has been updated to reflect this. Some clean-up of merge cruft in BooProjectNode.cs ... added a reference to Boo.Lang in BooLangService, which was missing for some reason .. removed a debug loop that's been hanging around in BooDocumentVisitor.cs for some time.. This is the &quot;big merge&quot; bringing together the work of James, Justin, Torkel and myself.

Signed-off-by: Jeffery Olson &lt;olson.jeffery@gmail.com&gt;</message>
    <tree>ceccc0a2ffb17d68e3021e87cce1c143129f161b</tree>
    <committer>
      <name>Jeffery Olson</name>
      <email>olson.jeffery@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>655848f83eac81b8177a4dc090cd527efebd47cc</id>
      </parent>
      <parent>
        <id>06e9bb5acbe8b70ba4b21dc6be1e39d072b3ae06</id>
      </parent>
    </parents>
    <author>
      <name>unknown</name>
      <email>jolson@.powell.eleutian.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/8986d6dd6b6f55fa6331267ccdb0a685f7ae29e1</url>
    <id>8986d6dd6b6f55fa6331267ccdb0a685f7ae29e1</id>
    <committed-date>2008-08-13T10:33:53-07:00</committed-date>
    <authored-date>2008-08-13T10:33:53-07:00</authored-date>
    <message>Merge branch 'intellisense-refactor' into bigmerge

dumped the dlls.. pretty calmish merge, I hope

Conflicts:

	Bin/BooLangProject.dll
	Bin/BooLangProject.pdb
	Bin/BooLangService.dll
	Bin/BooLangService.pdb
	Bin/BooLangStudio.dll
	Bin/BooLangStudio.pdb
	Bin/BooLangStudio.pkgdef
	Bin/BooPegLexer.dll
	Bin/BooPegLexer.pdb
	Source/BooLangProject/BooLangProject.csproj
	Source/BooLangProject/BooLangProjectFactory.cs
	Source/BooLangProject/BooProjectNode.cs
	Source/BooLangStudio/BooLangStudio.csproj
	Source/BooPegLexer/BooPegLexer.booproj</message>
    <tree>9cdea5dd74463cbb317354a6e255a76c8938469f</tree>
    <committer>
      <name>unknown</name>
      <email>jolson@.powell.eleutian.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6d8e4bd235609bf3107e49a12aef1fe1027aa91</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/06e9bb5acbe8b70ba4b21dc6be1e39d072b3ae06</url>
    <id>06e9bb5acbe8b70ba4b21dc6be1e39d072b3ae06</id>
    <committed-date>2008-08-09T05:57:24-07:00</committed-date>
    <authored-date>2008-08-09T05:57:24-07:00</authored-date>
    <message>Fixed a bug where member suggestion wasnt working on a line that started with a keyword.</message>
    <tree>743f8122a602e3ab5165e9e0af8bc71228e77f92</tree>
    <committer>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1c5a698b862713f8f89b8324fe630e0a4002610</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/d6d8e4bd235609bf3107e49a12aef1fe1027aa91</url>
    <id>d6d8e4bd235609bf3107e49a12aef1fe1027aa91</id>
    <committed-date>2008-08-06T11:49:20-07:00</committed-date>
    <authored-date>2008-08-06T11:49:20-07:00</authored-date>
    <message>Source from open files is now used instead of reading from the disk. This means unsaved changes will be used.</message>
    <tree>39d43e693a98ad17b1fe7ece6ed9165d07397b7a</tree>
    <committer>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7df1576898f474a553f6f101b62d0785e0ceb202</id>
      </parent>
    </parents>
    <author>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/a1c5a698b862713f8f89b8324fe630e0a4002610</url>
    <id>a1c5a698b862713f8f89b8324fe630e0a4002610</id>
    <committed-date>2008-07-29T14:21:33-07:00</committed-date>
    <authored-date>2008-07-29T14:21:33-07:00</authored-date>
    <message>Added basic project reference support.</message>
    <tree>7f4e733c84d4f94342e0e96c4efa3a0cb48a48de</tree>
    <committer>
      <name>James Gregory</name>
      <email>james@jagregory.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6609d0df893b76db4dd8b2da2175d0280f6a9e32</id>
      </parent>
    </parents>
    <author>
      <name>Justin Chase</name>
      <email>justin.m.chase@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/655848f83eac81b8177a4dc090cd527efebd47cc</url>
    <id>655848f83eac81b8177a4dc090cd527efebd47cc</id>
    <committed-date>2008-07-27T17:38:58-07:00</committed-date>
    <authored-date>2008-07-27T17:38:58-07:00</authored-date>
    <message>Added a little defensive coding against the situation where the BooBinPath registry key might be missing</message>
    <tree>832f22b01619a0f6ffbd13eea1b236ac85ac3b83</tree>
    <committer>
      <name>Justin Chase</name>
      <email>justin.m.chase@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79e6981d2ae027c2495b9e6d1a778be364e3af8e</id>
      </parent>
    </parents>
    <author>
      <name>Justin Chase</name>
      <email>justin.m.chase@gmail.com</email>
    </author>
    <url>http://github.com/olsonjeffery/boolangstudio/commit/6609d0df893b76db4dd8b2da2175d0280f6a9e32</url>
    <id>6609d0df893b76db4dd8b2da2175d0280f6a9e32</id>
    <committed-date>2008-07-27T16:36:57-07:00</committed-date>
    <authored-date>2008-07-27T16:36:57-07:00</authored-date>
    <message>Whoops, looks like the  way of setting BooBinPath wasn't the best way. It works well except it wasn't compatible with projects created by SD. I have gone back to the BuilProject.GlobalSettings method, it turns out that the ProjectFactory was setting this before but it was another chunk of code that changed the project propertyitems section incorrectly. The GlobalProperties are not written to project files. I have it now so it is compatible with all booproj files created from either IDE.</message>
    <tree>a961e1af9e53793a60f9b62969569c5c6f1ffb29</tree>
    <committer>
      <name>Justin Chase</name>
      <email>justin.m.chase@gmail.com</email>
    </committer>
  </commit>
</commits>
