mail-archives/monodevelop-patches-list/2004-March/000877.html

98 строки
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1270 - in trunk/MonoDevelop/src/Main/Base: . Commands
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1270%20-%20in%20trunk/MonoDevelop/src/Main/Base%3A%20.%20Commands&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000876.html">
<LINK REL="Next" HREF="000878.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1270 - in trunk/MonoDevelop/src/Main/Base: . Commands</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1270%20-%20in%20trunk/MonoDevelop/src/Main/Base%3A%20.%20Commands&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1270 - in trunk/MonoDevelop/src/Main/Base: . Commands">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Sat Mar 27 23:26:05 EST 2004</I>
<P><UL>
<LI>Previous message: <A HREF="000876.html">[Monodevelop-patches-list] r1269 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . CodeCompletion
</A></li>
<LI>Next message: <A HREF="000878.html">[Monodevelop-patches-list] r1271 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/CodeCompletion
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#877">[ date ]</a>
<a href="thread.html#877">[ thread ]</a>
<a href="subject.html#877">[ subject ]</a>
<a href="author.html#877">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Author: tberman
Date: 2004-03-27 23:26:05 -0500 (Sat, 27 Mar 2004)
New Revision: 1270
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs
Log:
closing bug #56126
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-27 23:21:14 UTC (rev 1269)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-28 04:26:05 UTC (rev 1270)
@@ -1,5 +1,10 @@
2004-03-27 Todd Berman &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tberman at sevenl.net</A>&gt;
+ * Commands/FileCommands: remove save as notification, as its useless
+ closes bug #56126
+
+2004-03-27 Todd Berman &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tberman at sevenl.net</A>&gt;
+
* Internal/Parser/*: update to new parser from upstream.
* Gui/ContentInterfaces/IParseInformationListener.cs: update.
* Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs:
Modified: trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs 2004-03-27 23:21:14 UTC (rev 1269)
+++ trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs 2004-03-28 04:26:05 UTC (rev 1270)
@@ -170,8 +170,6 @@
// do actual save
if (fileUtilityService.ObservedSave(new NamedFileOperationDelegate(window.ViewContent.Save), filename) == FileOperationResult.OK) {
fileService.RecentOpen.AddLastFile(filename);
- IMessageService messageService =(IMessageService)ServiceManager.Services.GetService(typeof(IMessageService));
- messageService.ShowMessage(filename, &quot;File saved&quot;);
}
}
}
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000876.html">[Monodevelop-patches-list] r1269 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . CodeCompletion
</A></li>
<LI>Next message: <A HREF="000878.html">[Monodevelop-patches-list] r1271 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/CodeCompletion
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#877">[ date ]</a>
<a href="thread.html#877">[ thread ]</a>
<a href="subject.html#877">[ subject ]</a>
<a href="author.html#877">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
mailing list</a><br>
</body></html>