Merge lp://staging/~forensic7278/plover/plover into lp://staging/~hesky-fisher/plover/windows-merge
Proposed by
Daniel Lee
| Status: | Needs review |
|---|---|
| Proposed branch: | lp://staging/~forensic7278/plover/plover |
| Merge into: | lp://staging/~hesky-fisher/plover/windows-merge |
| Diff against target: |
178 lines (+93/-36) 3 files modified
DEVREADME.txt (+29/-0) plover/app.py (+63/-33) plover/gui/main.py (+1/-3) |
| To merge this branch: | bzr merge lp://staging/~forensic7278/plover/plover |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Hesky Fisher | Pending | ||
|
Review via email:
|
|||
Description of the change
added DEVREADME.txt with instructions for developer setup on windows
added reload_dictionary helper function to StenoEngine, and an add_dictionary_word function to live update the dictionary when a new keyboard input / text output dictionary definition are added -- only the callbacks have been added, not the GUI usage of them
To post a comment you must log in.
Unmerged revisions
- 67. By Daniel Lee <email address hidden>
-
added DEVREADME.txt with instructions for windows developers
added helper functions to load and reload the dictionary, and created an add_dictionary_word function to be called from the GUI when adding a word
