RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
**Description** When using an RSyntaxTextArea-based editor on a multi-monitor setup with different scaling factors, we observe significant rendering anomalies and cursor behavior issues: Text Rendering Artifacts: When moving the editor...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Hola, Como parte de una tarea de la asignatura de Diseño de Software en la Escuela Superior Politénica del Litoral, mi equipo ha analizado este repositorio para identificar violaciones a...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. Release notes Sourced from gradle/actions's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @amyu in gradle/actions#721 Make sure your runner is...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-java#888 Make sure your runner is...
This PR addresses a potential vulnerability in the load() function in Theme.java that could lead to XML External Entity (XXE) attacks because it uses an SAXParserFactory without explicitly disabling external...
Hi, When using setInsertPairedCharacters(true), I type ", which insert 2 "" Then I Undo via Ctrl-Z The result is the suppression of the 2 "", but in my case, the...