Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-05-04 16:01:31 +0400
committerLluis Sanchez <lluis@novell.com>2009-05-04 16:01:31 +0400
commitb735f737cf75247d40bfbbd5fb7268c3847a7f5b (patch)
tree5ef062f88e252278b16890e75d3988a0b6c7d877 /extras/BooBinding
parenta89b9acf5e606a8a975899ea456ccee876d6cb9a (diff)
* BooLanguageBinding.boo: Track api changes.
svn path=/trunk/monodevelop/; revision=133491
Diffstat (limited to 'extras/BooBinding')
-rw-r--r--extras/BooBinding/BooLanguageBinding.boo4
-rw-r--r--extras/BooBinding/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/extras/BooBinding/BooLanguageBinding.boo b/extras/BooBinding/BooLanguageBinding.boo
index 4b5a883e87..3c1236d479 100644
--- a/extras/BooBinding/BooLanguageBinding.boo
+++ b/extras/BooBinding/BooLanguageBinding.boo
@@ -47,6 +47,10 @@ public class BooLanguageBinding(IDotNetLanguageBinding):
get:
return LanguageName
+ public ProjectStockIcon as string:
+ get:
+ return "md-project"
+
public def CanCompile(fileName as string) as bool:
Debug.Assert(compilerServices is not null)
return compilerServices.CanCompile(fileName)
diff --git a/extras/BooBinding/ChangeLog b/extras/BooBinding/ChangeLog
index 6cf54cfc26..4284eef429 100644
--- a/extras/BooBinding/ChangeLog
+++ b/extras/BooBinding/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-04 Lluis Sanchez Gual <lluis@novell.com>
+
+ * BooLanguageBinding.boo: Track api changes.
+
2009-04-20 Michael Hutchinson <mhutchinson@novell.com>
* BooLanguageBinding.boo: Track comment tag API.