[Monodevelop-patches-list] r1072 - in trunk/MonoDevelop: . build gdldock/gdl gtkmozembed-sharp src/AddIns/BackendBindings/CSharpBinding src/AddIns/DisplayBindings/SourceEditor src/AddIns/Misc/StartPage src/Libraries/MonoDevelop.Core src/Libraries/MonoDevelop.Gui.Utils src/Libraries/MonoDevelop.Gui.Widgets src/Libraries/SharpAssembly src/Libraries/SharpRefactory src/Main/Base src/Main/Base/Commands src/Main/StartUp

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Mar 1 15:36:34 EST 2004


Author: jluke
Date: 2004-03-01 15:36:34 -0500 (Mon, 01 Mar 2004)
New Revision: 1072

Removed:
   trunk/MonoDevelop/build/bin/
Modified:
   trunk/MonoDevelop/
   trunk/MonoDevelop/gdldock/gdl/
   trunk/MonoDevelop/gtkmozembed-sharp/
   trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/
   trunk/MonoDevelop/src/AddIns/Misc/StartPage/
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/
   trunk/MonoDevelop/src/Libraries/SharpAssembly/
   trunk/MonoDevelop/src/Libraries/SharpRefactory/
   trunk/MonoDevelop/src/Main/Base/
   trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
   trunk/MonoDevelop/src/Main/StartUp/
Log:
hush



Property changes on: trunk/MonoDevelop
___________________________________________________________________
Name: svn:ignore
   - install-sh
aclocal.m4
missing
autom4te.cache
libtool
config.status
mkinstalldirs
Makefile
COPYING
INSTALL
ltmain.sh
config.sub
config.guess
monodevelop
config.log
Makefile.in
configure

   + install-sh
aclocal.m4
missing
autom4te.cache
libtool
config.status
mkinstalldirs
Makefile
COPYING
INSTALL
ltmain.sh
config.sub
config.guess
monodevelop
config.log
Makefile.in
configure
monodevelop*.tar.gz



Property changes on: trunk/MonoDevelop/gdldock/gdl
___________________________________________________________________
Name: svn:ignore
   - generated*
Makefile
Makefile.in

   + generated*
Makefile
Makefile.in
gdl-sharp.dll



Property changes on: trunk/MonoDevelop/gtkmozembed-sharp
___________________________________________________________________
Name: svn:ignore
   - install-sh
generated*
COPYING
Makefile
missing
aclocal.m4
INSTALL
config.cache
conftest.c
libtool
ltmain
config.sub
config.guess
config.status
conftest
ltmain.sh
config.log
Makefile.in
configure
mkinstalldirs

   + install-sh
generated*
COPYING
Makefile
missing
aclocal.m4
INSTALL
config.cache
conftest.c
libtool
ltmain
config.sub
config.guess
config.status
conftest
ltmain.sh
config.log
Makefile.in
configure
mkinstalldirs
gtkmozembed-sharp.dll



Property changes on: trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
CSharpBinding.dll



Property changes on: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.SourceEditor.dll



Property changes on: trunk/MonoDevelop/src/AddIns/Misc/StartPage
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.StartPage.dll



Property changes on: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.Core.dll



Property changes on: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.Gui.Utils.dll



Property changes on: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.Gui.Widgets.dll



Property changes on: trunk/MonoDevelop/src/Libraries/SharpAssembly
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
ICSharpCode.SharpAssembly.dll



Property changes on: trunk/MonoDevelop/src/Libraries/SharpRefactory
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
ICSharpCode.SharpRefactory.dll



Property changes on: trunk/MonoDevelop/src/Main/Base
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.Base.dll


Modified: trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs	2004-03-01 20:15:39 UTC (rev 1071)
+++ trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs	2004-03-01 20:36:34 UTC (rev 1072)
@@ -54,8 +54,8 @@
 		{
 			PropertyService propertyService = (PropertyService)ServiceManager.Services.GetService(typeof(PropertyService));
 			string path = propertyService.GetProperty ("SharpDevelop.CodeCompletion.DataDirectory", null);
-			string codeCompletionProxyFile = path + Path.DirectorySeparatorChar + "CodeCompletionProxyDataV02.bin";
-			Console.WriteLine("checking for existence of {0}", codeCompletionProxyFile);
+			string codeCompletionProxyFile = Path.Combine (path, "CodeCompletionProxyDataV02.bin");
+			//Console.WriteLine("checking for existence of {0}", codeCompletionProxyFile);
 
 			if (!File.Exists (codeCompletionProxyFile)) {
 				RunWizard();


Property changes on: trunk/MonoDevelop/src/Main/StartUp
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
MonoDevelop.exe





More information about the Monodevelop-patches-list mailing list