Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2627)

Issue 4200041: add English Editor (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by Peng Wu
Modified:
13 years ago
Reviewers:
shawn.p.huang
Base URL:
git@github.com:epico/ibus-pinyin.git@master
Visibility:
Public.

Description

add English Editor to speed up English input BUG=none TEST=build fine

Patch Set 1 #

Total comments: 58

Patch Set 2 : fixes code style #

Patch Set 3 : add in memory user database #

Total comments: 16

Patch Set 4 : fixes code styles and let english input mode configurable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+962 lines, -7 lines) Patch
configure.ac View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download
M data/Makefile.am View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A data/english.awk View 1 1 chunk +25 lines, -0 lines 0 comments Download
M src/Makefile.am View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
A src/PYEnglishEditor.h View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A src/PYEnglishEditor.cc View 1 2 3 1 chunk +795 lines, -0 lines 0 comments Download
M src/PYExtEditor.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/PYPinyinEngine.h View 1 chunk +1 line, -1 line 0 comments Download
M src/PYPinyinEngine.cc View 1 2 3 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 11
Peng
http://codereview.appspot.com/4200041/diff/1/data/Makefile.am File data/Makefile.am (right): http://codereview.appspot.com/4200041/diff/1/data/Makefile.am#newcode38 data/Makefile.am:38: $(ENGLISH_DB): $(WORDLIST) WORDLIST is not define http://codereview.appspot.com/4200041/diff/1/data/Makefile.am#newcode39 data/Makefile.am:39: gawk ...
13 years, 2 months ago (2011-02-23 15:59:25 UTC) #1
Peng Wu
On 2011/02/23 15:59:25, Peng wrote: > http://codereview.appspot.com/4200041/diff/1/data/Makefile.am > File data/Makefile.am (right): > > http://codereview.appspot.com/4200041/diff/1/data/Makefile.am#newcode38 > ...
13 years, 1 month ago (2011-03-17 03:25:43 UTC) #2
Peng
Please reply each comment by click 'reply' or 'Done' link in code review tools, so ...
13 years, 1 month ago (2011-03-17 18:57:33 UTC) #3
Peng Wu
Hi, Here are the new comments, please review it. Thanks. http://codereview.appspot.com/4200041/diff/1/data/Makefile.am File data/Makefile.am (right): http://codereview.appspot.com/4200041/diff/1/data/Makefile.am#newcode38 ...
13 years, 1 month ago (2011-03-18 02:37:07 UTC) #4
Peng
http://codereview.appspot.com/4200041/diff/1/src/PYEngEditor.cc File src/PYEngEditor.cc (right): http://codereview.appspot.com/4200041/diff/1/src/PYEngEditor.cc#newcode35 src/PYEngEditor.cc:35: static const char * SQL_CREATE_DB = On 2011/03/18 02:37:07, ...
13 years, 1 month ago (2011-03-19 04:19:26 UTC) #5
Peng Wu
On 2011/03/19 04:19:26, Peng wrote: > http://codereview.appspot.com/4200041/diff/1/src/PYEngEditor.cc > File src/PYEngEditor.cc (right): > > http://codereview.appspot.com/4200041/diff/1/src/PYEngEditor.cc#newcode35 > ...
13 years ago (2011-04-12 05:37:44 UTC) #6
Peng
http://codereview.appspot.com/4200041/diff/17004/data/Makefile.am File data/Makefile.am (right): http://codereview.appspot.com/4200041/diff/17004/data/Makefile.am#newcode42 data/Makefile.am:42: gawk -f english.awk $< |sqlite3 $@ Use $(AWK) http://codereview.appspot.com/4200041/diff/17004/src/Makefile.am ...
13 years ago (2011-04-19 14:31:06 UTC) #7
Peng Wu
Please review it again. http://codereview.appspot.com/4200041/diff/17004/data/Makefile.am File data/Makefile.am (right): http://codereview.appspot.com/4200041/diff/17004/data/Makefile.am#newcode42 data/Makefile.am:42: gawk -f english.awk $< |sqlite3 ...
13 years ago (2011-04-22 05:18:21 UTC) #8
Peng
Seems the configure.ac was not loaded. Please upload it again. Thanks. On 2011/04/22 05:18:21, alexepico ...
13 years ago (2011-04-22 11:15:47 UTC) #9
Peng
LGTM. I fixed several style issues. and committed it. Please close this CL. Thanks. On ...
13 years ago (2011-04-22 12:22:41 UTC) #10
Peng Wu
13 years ago (2011-04-25 02:34:42 UTC) #11
On 2011/04/22 12:22:41, Peng wrote:
> LGTM.
> 
> I fixed several style issues. and committed it. Please close this CL. Thanks.
> 
Thanks for reviewing.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b