omegat
omegat copied to clipboard
Official OmegaT development repository
## Pull request type - Feature enhancement -> [enhancement] ## Which ticket is resolved? ## What does this PR change? - Add [email protected] as dependency, even a dependency LT depends...
This refactor GlossaryTextArea class. The proposed change improve readability of code and help debug to avoid anonymous action listener class. ## Pull request type - Other (describe below) refactor ##...
## Pull request type - Feature enhancement -> [enhancement] ## Which ticket is resolved? - Option to move to segment via single click - https://sourceforge.net/p/omegat/feature-requests/1496/ ## What does this PR...
## Pull request type - Feature enhancement -> [enhancement] ## Which ticket is resolved? - TMX writer output as same escape as OmegaT 6.0 * https://sourceforge.net/p/omegat/feature-requests/1749/ ## What does this...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-jre to 33.2.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...
Use default for old addEntry method signature to reduce code duplications. ## Pull request type - Other (describe below) refactor ## What does this PR change? - Update IParseCallback#addEntry to...
Java 9 and later drops JAXB from Java runtime. JAXB standard is now version 4 but OmegaT depends version 2 which is bundled version of Java 8. OmegaT 6.1.0_beta and...
This PR implements the notion of locked segment: when you are in such a segment inside the editor, any attempt to add or delete characters will be rejected - only...
Add a new feature. Now users can change the writable glossary by right clicking the editor window. (When the glossary folder has more than one files)  ##...
Update release procedure to reflect recent CI/CD updates ## Pull request type - Documentation -> [documentation] ## What does this PR change? - Add mail template for pre-announce for dev...