Index: Witty/Witty/ConsoleWindow.xaml
===================================================================
--- Witty/Witty/ConsoleWindow.xaml (revision 0)
+++ Witty/Witty/ConsoleWindow.xaml (revision 0)
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
Index: Witty/Witty/ConsoleWindow.xaml.cs
===================================================================
--- Witty/Witty/ConsoleWindow.xaml.cs (revision 0)
+++ Witty/Witty/ConsoleWindow.xaml.cs (revision 0)
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Witty {
+ ///
+ /// Interaction logic for ConsoleWindow.xaml
+ ///
+ public partial class ConsoleWindow : Window {
+ public ConsoleWindow() {
+ InitializeComponent();
+ }
+ }
+}
Index: Witty/Witty/MainWindow.xaml
===================================================================
--- Witty/Witty/MainWindow.xaml (revision 468)
+++ Witty/Witty/MainWindow.xaml (working copy)
@@ -61,6 +61,8 @@
+
+
Index: Witty/Witty/MainWindow.xaml.cs
===================================================================
--- Witty/Witty/MainWindow.xaml.cs (revision 468)
+++ Witty/Witty/MainWindow.xaml.cs (working copy)
@@ -1178,7 +1178,7 @@
#region User Timeline
- private void DelegateUserTimelineFetch(string userId)
+ public void DelegateUserTimelineFetch(string userId)
{
displayUser = userId;
@@ -1980,6 +1980,14 @@
ShowOptions();
}
+ private void ConsoleButton_Click(object sender, RoutedEventArgs e)
+ {
+ var console = new ConsoleWindow();
+ console.MainRepl.AddExternalObject("T", twitter);
+ console.MainRepl.AddExternalObject("U", this);
+ console.Show();
+ }
+
private void ShowOptions()
{
Options options = new Options();
Index: Witty/Witty/ReplResources.xaml
===================================================================
--- Witty/Witty/ReplResources.xaml (revision 0)
+++ Witty/Witty/ReplResources.xaml (revision 0)
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: Witty/Witty/Witty.csproj
===================================================================
--- Witty/Witty/Witty.csproj (revision 468)
+++ Witty/Witty/Witty.csproj (working copy)
@@ -66,6 +66,10 @@
false
+
+ False
+ ..\..\..\Libs\core.dll
+
False
..\..\ExternalDependencies\CustomWindow.dll
@@ -86,6 +90,22 @@
False
..\..\ExternalDependencies\Growl.CoreLibrary.dll
+
+ False
+ ..\..\..\Libs\IronPython.dll
+
+
+ False
+ ..\..\..\Libs\IronPython.Modules.dll
+
+
+ False
+ ..\..\..\Libs\IronRuby.dll
+
+
+ False
+ ..\..\..\Libs\IronRuby.Libraries.dll
+
False
..\..\ExternalDependencies\BagOfTricks\J832.Common.dll
@@ -98,6 +118,22 @@
False
..\..\ExternalDependencies\log4net.dll
+
+ False
+ ..\..\..\Libs\Microsoft.Dynamic.dll
+
+
+ False
+ ..\..\..\Libs\Microsoft.Scripting.dll
+
+
+ False
+ ..\..\..\Libs\Microsoft.Scripting.Core.dll
+
+
+ False
+ ..\..\..\Libs\Microsoft.Scripting.ExtensionAttribute.dll
+
False
@@ -133,6 +169,10 @@
+
+ Designer
+ MSBuild:Compile
+
Designer
MSBuild:Compile
@@ -157,6 +197,11 @@
Designer
MSBuild:Compile
+
+ Designer
+ MSBuild:Compile
+ Always
+
MSBuild:Compile
Designer
@@ -204,6 +249,9 @@
+
+ ConsoleWindow.xaml
+
AboutOptions.xaml