NickHodge

NickHodge

committed 1495:ca6a7fecd1a8 to MahTweets on branch default

23 Jan 11
Another concurrency issue with multiple accounts. Cause of some crashes.
The .ToList<T>() on a foreach/LINQ creates a copy of the data prior to parsing.
I hope this works... we'll see
NickHodge

committed 1493:30eb2446cd9c to MahTweets on branch default

21 Jan 11
Fixed crasher when multiple accounts
modified UpdateColourConverter.cs
NickHodge

committed 1487:e21c375a1274 to MahTweets on branch default

17 Jan 11
Commenting out HoverViews as they need to be refactored into a IThingyView world.
NickHodge

committed 1435:4cfeb43390b6 to MahTweets on branch default

14 Dec 10
Small scripting fix found in code walkthrough
added to DynamicLanguagesScriptEngine.cs and modified AssemblyInfo.cs
NickHodge

committed 1424:411cef978490 to MahTweets on branch default

13 Dec 10
Big old commit that might break the nightlies
* Now have re-architected Scripting into lots and lots of IThingies
* This separates the script files from the engine that runs the scripts
* ultimately, the idea is to be able to add other "IScriptEngines" apart from the DLR.
NickHodge

committed 1350:92e7af768703 to MahTweets on branch default

07 Dec 10
Fix scripting console (alt-S)
NickHodge

committed 1349:b376a69e3910 to MahTweets on branch default

07 Dec 10
Update to comments in the header of ScriptingDLR.cs on adding idioms
NickHodge

committed 1345:9fc0e6778ba2 to MahTweets on branch default

07 Dec 10
Massive commit that will probably result in a crashing MTD

Moved all the old static singleton "ScriptCollection" to AutoFac "IScriptingEngine" "IScriptingHelper" and "IScriptingConfiguration"
NickHodge

committed 1336:d9f5ebec5f04 to MahTweets on branch default

06 Dec 10
Small ScriptConsole change to ensure list box is shown as list box. I shouldnt code in the middle of the afternoon.
NickHodge

committed 1335:9549c85f72b6 to MahTweets on branch default

06 Dec 10
Added switch to scripts: if they cause exceptions, I now disable them. Just like that.
Someone switched the location of the _scriptinghelper incantation to the wrong place in app.xaml.cs causing scripts to trip
added Jake to MahTweetsRelated now that the script works
NickHodge

committed 1334:3d406b7f0b43 to MahTweets on branch default

06 Dec 10
Another present under the Christmas tree for @shiftkey, totally removing ScriptFilterCollection and its associated randoms
NickHodge

committed 1333:31192016495c to MahTweets on branch default

06 Dec 10
Simplify ScriptCollection in an ongoing campaign to make it AutoFac not Static. This is my Christmas Present to @shiftkey
NickHodge

committed 1326:f1b302f95d52 to MahTweets on branch default

02 Dec 10
Magical <T> stuff in IronPython will help find Settings
modified Add To Global Ignore.py
NickHodge

committed 1325:1a6c219affdb to MahTweets on branch default

02 Dec 10
Various scripting fixes
- MahTweets.Library in 3.0 is now in MahTweets.Core, causing some scripts to get their knickers in a twist.
- GlobalIgnore sorta changed
- Noodling around in ScriptingHelper, ScriptCollection