Commit fdd61b0b authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent 5149232d
* COMMENT -*- mode: org -*- * COMMENT -*- mode: org -*-
#+Date: 2019-04-05 #+Date: 2019-04-05
Time-stamp: <2020-02-02> Time-stamp: <2020-02-16>
#+STARTUP: content #+STARTUP: content
* notes :entry: * notes :entry:
** 2020-02-02 documents ** 2020-02-02 documents
...@@ -55,11 +55,19 @@ shared between zero-pinyin and ibus-pinyin. ...@@ -55,11 +55,19 @@ shared between zero-pinyin and ibus-pinyin.
When dbus client try to talk to service, dbus session bus will start the When dbus client try to talk to service, dbus session bus will start the
service app automatically. service app automatically.
** 2019-08-31 how to format C code? do it before git commit.
see ~/c/gtk-im-module/, it uses myastyle-pre-commit-check in git pre-commit
~/bin/myastyle-pre-commit-check
* later :entry: * later :entry:
* current :entry: * current :entry:
** **
** 2019-10-23 bug: type "zhey" doesn't show 这样 candidate. ** 2019-08-31 honor XDG cache dir.
~/.cache/ibus
** 2019-04-17 make flags configurable at runtime.
- add dbus method to set flags.
- make the method work. use gobject property maybe.
- set default flags to my flags. reflect this in UI/config file.
* done :entry:
** 2019-10-22 handle a an o en etc differently. only match exactly the character. ** 2019-10-22 handle a an o en etc differently. only match exactly the character.
no fuzzy matching or incomplete pinyin matching. no fuzzy matching or incomplete pinyin matching.
...@@ -94,17 +102,6 @@ e nuo ...@@ -94,17 +102,6 @@ e nuo
- -
** 2019-08-31 how to format C code? do it before git commit.
see ~/c/gtk-im-module/, it uses myastyle-pre-commit-check in git pre-commit
~/bin/myastyle-pre-commit-check
** 2019-08-31 honor XDG cache dir.
~/.cache/ibus
** 2019-04-17 make flags configurable at runtime.
- add dbus method to set flags.
- make the method work. use gobject property maybe.
- set default flags to my flags. reflect this in UI/config file.
* done :entry:
** 2020-02-02 how to use zero-pinyin-service dbus service using C client? ** 2020-02-02 how to use zero-pinyin-service dbus service using C client?
see example in ~/c/gtk-im-module/zero-pinyin.c see example in ~/c/gtk-im-module/zero-pinyin.c
...@@ -271,3 +268,5 @@ see example in ~/c/gtk-im-module/zero-pinyin.c ...@@ -271,3 +268,5 @@ see example in ~/c/gtk-im-module/zero-pinyin.c
| %z | abc | abc | like %s, but sqlite3_free() is called on param after use | | %z | abc | abc | like %s, but sqlite3_free() is called on param after use |
* wontfix :entry: * wontfix :entry:
** 2019-10-23 bug: type "zhey" doesn't show 这样 candidate. :invalid:
- 2020-02-16 can't reproduce this.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment