[Prime-cvs] CVS update: prime/lib

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 13日 (月) 18:07:16 JST


Index: prime/lib/session.rb
diff -u prime/lib/session.rb:1.4.4.9 prime/lib/session.rb:1.4.4.10
--- prime/lib/session.rb:1.4.4.9	Sat Dec 11 16:42:55 2004
+++ prime/lib/session.rb	Mon Dec 13 18:07:16 2004
@@ -1,5 +1,5 @@
 # session.rb
-# $Id: session.rb,v 1.4.4.9 2004/12/11 07:42:55 komatsu Exp $
+# $Id: session.rb,v 1.4.4.10 2004/12/13 09:07:16 komatsu Exp $
 #
 # Copyright (C) 2001 Satoru Takabayashi <sator****@namaz*****>
 # Copyright (C) 2002, 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****>
@@ -302,10 +302,34 @@
                 "        MODE = [default, katakana, half_katakana, \n" + 
                 "                wide_ascii, raw]")
 
-#     add_command(:convert_start, [:SESSION],
+#     add_command(:conv_convert, [:SESSION],
 #                 "convert the preedition string.")
-#     add_command(:predict, [:METHOD],
-#                 "predict candidate words with the method", 0)
+#     add_command(:conv_predict, [:SESSION, :METHOD],
+#                 "predict candidate words with the method", 1)
+#     add_command(:conv_select,  [:SESSION, :INDEX],
+#                 "select an index word to a conversion.")
+#     add_command(:conv_commit,  [:SESSION],
+#                 "commit the current conversion.")
+
+#     add_command(:modify_start, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_left, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_right, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_left_edge, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_right_edge, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_expand, [:SESSION],
+#                 "")
+#     add_command(:modify_cursor_shrink, [:SESSION],
+#                 "")
+#     add_command(:modify_select, [:SESSION, INDEX],
+#                 "")
+#     add_command(:modify_commit, [:SESSION],
+#                 "")
+
   end
 
 #   def predict (method = nil)


Prime-cvs メーリングリストの案内
Back to archive index