Go to file
Lukhnos Liu fa224c2657 Reset other nodes' fixed state when fixing a node
This fixes a bug that, when a span covers several nodes and a long node
has already been candidate-fixed, fixing a short node does not cause
the walk to reflect the result.

A concrete example:

1. type 高中生.
2. move the cursor to 中 and change to 鐘聲: 高鐘聲.
3. with cursor position unchanged, select the candidate to 忠.
4. the expected result should be 高忠生 but instead it is stuck with
   高鐘聲 due to the node representing "鐘聲" is still fixed.

Fixes #54
2020-10-09 22:16:06 -07:00
.github/workflows Add a GitHub actions flow. 2020-03-31 15:29:58 -07:00
McBopomofo.xcodeproj Fix deployment version of the Data target 2020-10-09 22:16:06 -07:00
Source Reset other nodes' fixed state when fixing a node 2020-10-09 22:16:06 -07:00
.gitignore WIP (#150) 2020-03-29 10:46:28 -07:00
.travis.yml speed up travis-ci build 2016-06-10 12:54:02 +08:00
README.markdown data dump (#110) 2016-10-24 23:28:01 -07:00

README.markdown

OpenVanilla McBopomofo 小麥注音輸入法

軟體授權

本專案主要程式碼以及編譯後軟體採用 MIT License 釋出,使用者可自由使用、散播本軟體,惟散播本輸入法的原始碼時必須保持軟體完整原始碼、不得修改版權文字。

Continuous Integration

我們使用 Travis-CI Build Status 作為雲端持續整合工具。