Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yuanle Song
zero-pinyin-service
Commits
fdd61b0b
Commit
fdd61b0b
authored
Feb 16, 2020
by
Yuanle Song
Browse files
update doc
parent
5149232d
Changes
1
Hide whitespace changes
Inline
Side-by-side
operational
View file @
fdd61b0b
* 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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment