2002-12-12 Daniel Morgan <danmorg@sc.rr.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Sun, 15 Dec 2002 00:52:59 +0000 (00:52 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Sun, 15 Dec 2002 00:52:59 +0000 (00:52 -0000)
commit0199cca9dae88400acc719f8ab7c4a2f0cc18114
treec7dcb0bd19a932bc95fec022faa59824bd1e196c
parent452cfa4ca54730e29a9c3f083d9c946d9a4719cc
2002-12-12  Daniel Morgan <danmorg@sc.rr.com>

* makefile.gnu: added file for linux build

* win32.make: update file for windows build

* DataGrid.cs: since SetColumnTypes has been fixed in GTK#,
update its use here

* sqlsharpgtk.cs: change Console.WriteLine()s to Error()s or
get rid of the Console.WriteLine()s.  Created new menus Session
and Command and move some menu items.  Implement new menu items
File - New, Open, Save, and Save As

* FileSelectionDialog.cs: added file
to make it easier to use the FileSelection dialog

* SqlEditorSharp.cs: added public methods
LoadFromFile, SaveToFile, and Clear

svn path=/trunk/mcs/; revision=9657
mcs/tools/SqlSharp/gui/gtk-sharp/ChangeLog
mcs/tools/SqlSharp/gui/gtk-sharp/DataGrid.cs
mcs/tools/SqlSharp/gui/gtk-sharp/FileSelectionDialog.cs [new file with mode: 0755]
mcs/tools/SqlSharp/gui/gtk-sharp/SqlEditorSharp.cs
mcs/tools/SqlSharp/gui/gtk-sharp/makefile.gnu [new file with mode: 0755]
mcs/tools/SqlSharp/gui/gtk-sharp/sqlsharpgtk.cs
mcs/tools/SqlSharp/gui/gtk-sharp/win32.make