src/Palete/Roo.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 11:05:59 +0000 (19:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 11:05:59 +0000 (19:05 +0800)
src/Palete/Roo.vala

index bc26913..ad2812b 100644 (file)
@@ -229,7 +229,33 @@ namespace Palete {
                                string key,
                                string complete_string
                ) { 
-               
+                       
+                       // completion rules??
+                       
+                       // Roo......
+                       
+                       // this. (based on the node type)
+                       // this.xxx // Node and any determination...
+                       
+                       if (string.index_of(".",0) < 0) {
+                               // string does not have a '.'
+                               // offer up this / Roo / javascript keywords... / look for var string = .. in the code..
+                       
+                       }
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
+                       
                        return new List<SourceCompletionItem>();
                }
     }