Closed
Conversation
…rarchy (#270) * Fix LT-21088: Yellow Box while parsing words after promoting category * LT-21757: Start code to move slots and templates * Clean up code * Add func and EvaluateFunction * Make highlighting work * Add MoveTemplate * Implement moving slots and templates * Add descriptors for highlighting slots in various configurations * Move the POS of the slot's affixes, too * Report out-of-scope errors when loading HermitCrab * Improve out of scope error handling --------- Co-authored-by: Jake Oliver <jeoliver97@gmail.com> Co-authored-by: Jason Naylor <jasonleenaylor@users.noreply.github.com>
* Fix LT-22038: Tone diacritics are hardly visible (Hermit Crab) * Add code for dealing with dotted circles to the XAmple code * Make changes recommended by Jake --------- Co-authored-by: Jake Oliver <jeoliver97@gmail.com>
* Fixes LT-21934: FLEx freezes when clicking "Close" if parser is running * Display parse times in Try a Word window * Add RuleOrder and OrderedStrata to parser parameters * Implement OrderedStrata and RuleOrder * LT-21988: Add special code for Templates and rules in OrderedStrata * Add ParseStrataString and CreateStrata * OrderedStrata => Strata, clitics handled properly * Use headwords for lexical entry names in strata * Update to liblcm 3.6.1; change milliseconds to seconds * Fix unit test failure * Make some of the changes recommended by Jake
Fix LT-22063 by returning if the object no longer exists
Fix LT-22064: Issue with uppercase words in "Word Analyses" view
Co-authored-by: Jason Naylor <jasonleenaylor@users.noreply.github.com> Co-authored-by: Jake Oliver <jeoliver97@gmail.com>
* Fix LT-21826: Usage figures for Publications show inverted values * Fix LT-21826: Add PublicationLabelNode with proper CountUsages
Co-authored-by: Jake Oliver <jeoliver97@gmail.com>
In some situations the CurrentReversalWsId is not correct. Now we first try to get a ws from the SubComparer (if it is a WritingSystemComparer). This looks like the same place that the Sorter gets the ws. Note: This change also fixes a similar problem with the reversal sort order in Word Export.
# Conflicts: # DistFiles/Language Explorer/Configuration/Grammar/DataTreeInclude.xml # Src/Common/Controls/XMLViews/ReallySimpleListChooser.cs # Src/LexText/Interlinear/FocusBoxController.ApproveAndMove.cs # Src/LexText/ParserCore/XAmpleParser.cs # Src/MasterVersionInfo.txt # Src/Transforms/Presentation/FormatXAmpleTrace.xsl # Src/xWorks/ConfiguredLcmGenerator.cs # Src/xWorks/ILcmContentGenerator.cs # Src/xWorks/LcmJsonGenerator.cs # Src/xWorks/LcmWordGenerator.cs # Src/xWorks/LcmXhtmlGenerator.cs
|
commit f68f7ee1dd: |
Collaborator
Author
|
I meant to merge this with release/9.3. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://jira.sil.org/browse/LT-22146. Darkens guess colors so that they show up on a projector screen.
This change is