Skip to content

chore(deps): bump the flatlaf-and-rsyntaxtextarea group across 1 directory with 2 updates#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/flatlaf-and-rsyntaxtextarea-7cf0cecd97
Open

chore(deps): bump the flatlaf-and-rsyntaxtextarea group across 1 directory with 2 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/flatlaf-and-rsyntaxtextarea-7cf0cecd97

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Bumps the flatlaf-and-rsyntaxtextarea group with 2 updates in the / directory: com.formdev:flatlaf and com.fifesoft:rsyntaxtextarea.

Updates com.formdev:flatlaf from 3.6 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)

3.7.1

Change Log

  • System File Chooser:
    • Update current filter before invoking approve callback and after closing dialog. (issue #1065)
    • Added PatternFilter to support glob file filter (e.g. *.tar.gz) on Windows and on Linux, but not on macOS. (issue #1076)
    • Fixed: System and Swing file dialogs were shown at the same time if application has no other displayable window. (issue #1078)
    • On Linux: Check whether required GSettings schemas are installed to avoid application crash (occurred on NixOS with Plasma/KDE desktop). (issue #1069)
  • ComboBox: Added UI property ComboBox.buttonFocusedEditableBackground. (issue #1068)
  • Dialog: Some client properties (e.g. JRootPane.titleBarShowTitle) did not work before the dialog was made visible. (issue #1081)
  • Popup: Fixed scrolling popup painting issue on Windows 10 when a glass pane is visible and frame is maximized. (issue #1071)
  • Slider: Styling thumbSize or focusWidth did not update slider size/layout. (PR #1074)
  • ToolBar: Grip disappeared when switching between Look and Feels. (issue #1075)
  • macOS: Popups (menus and combobox lists) were not always hidden when window is resized. (issue #1082)
  • Extras:
    • UI defaults inspector: Fixed NPE if color of FlatLineBorder is null. Also use FlatLineBorder line color as cell background color in "Value" column. (PR #1080)
    • FlatDesktop: Avoid unnecessary logging if desktop is not supported (e.g. on NixOS with Plasma/KDE desktop).

3.7

... (truncated)

Changelog

Sourced from com.formdev:flatlaf's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)

3.7.1

  • System File Chooser:
    • Update current filter before invoking approve callback and after closing dialog. (issue #1065)
    • Added PatternFilter to support glob file filter (e.g. *.tar.gz) on Windows and on Linux, but not on macOS. (issue #1076)
    • Fixed: System and Swing file dialogs were shown at the same time if application has no other displayable window. (issue #1078)
    • On Linux: Check whether required GSettings schemas are installed to avoid application crash (occurred on NixOS with Plasma/KDE desktop). (issue #1069)
  • ComboBox: Added UI property ComboBox.buttonFocusedEditableBackground. (issue #1068)
  • Dialog: Some client properties (e.g. JRootPane.titleBarShowTitle) did not work before the dialog was made visible. (issue #1081)
  • Popup: Fixed scrolling popup painting issue on Windows 10 when a glass pane is visible and frame is maximized. (issue #1071)
  • Slider: Styling thumbSize or focusWidth did not update slider size/layout. (PR #1074)

... (truncated)

Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates com.fifesoft:rsyntaxtextarea from 3.5.4 to 3.6.3

Release notes

Sourced from com.fifesoft:rsyntaxtextarea's releases.

3.6.3

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.6.3). This is an especially important update if you render Markdown.

Highlights

🎁 Markdown: Fix rendering bug when '#' is not in a header

Before After

🎁 FocusableTip: Now usable on any JComponent, not just JTextAreas (@​opeongo)

New Contributors

Full Changelog: bobbylight/RSyntaxTextArea@3.6.2...3.6.3

3.6.2

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.6.2).

Highlights

🎁 Added PowerShell Syntax Highlighting by @​Var7600 in bobbylight/RSyntaxTextArea#606

Syntax highlighting of PowerShell is now supported.

PowerShell

🎁 Syntax highlighting improvement for INI by @​sesquialtera87 in bobbylight/RSyntaxTextArea#622

Issues around strings, comments, and square brackets in values were all fixed.

Before After

🔧 Minor tweaks to TextEditorPane by @​bobbylight in bobbylight/RSyntaxTextArea#648

  • Calling reload() on a local, new/unsaved file is now a no-op, and doesn't throw an exception
  • Calling load() now sets lastSaveOrLoadTime

🎁 Add fold indicator background by @​DJ-Raven in bobbylight/RSyntaxTextArea#651

The editor now supports a background color for collapsed fold lines. Themes can define this property as well.

Collapsed fold line background

🔧 Fix FR encoding error in focusable tips by @​bobbylight in bobbylight/RSyntaxTextArea#654

The accented character was incorrectly defined for focusable tooltips in French:

| Before | After |

... (truncated)

Commits
  • 828f156 chore: bump version to 3.6.3 to prepare for release
  • cc84081 fix(MarkdownTokenMaker) rendering bug when '#' is not in a header
  • 645e18f build(deps): Bumping gradle and other dependnecies
  • c8ffc5b chore(FocusableTip) Rename private fields and methods now that the commponent...
  • 80e2c27 Generalise FocusableTip to accept a JComponent instead of a JTextArea
  • 46287c7 Bump codecov/codecov-action from 5 to 6
  • 1af16e3 Bump gradle/actions from 5 to 6
  • 9f42a94 docs: Fix badge URL for Maven Central version
  • 9528c1f chore: Bump version to 3.6.3-SNAPSHOT
  • a40dc1b chore: Bump version to 3.6.2
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

…ctory with 2 updates

Bumps the flatlaf-and-rsyntaxtextarea group with 2 updates in the / directory: [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) and [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea).


Updates `com.formdev:flatlaf` from 3.6 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.6...3.7.2)

Updates `com.fifesoft:rsyntaxtextarea` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.5.4...3.6.3)

---
updated-dependencies:
- dependency-name: com.fifesoft:rsyntaxtextarea
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flatlaf-and-rsyntaxtextarea
- dependency-name: com.formdev:flatlaf
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flatlaf-and-rsyntaxtextarea
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the flatlaf-and-rsyntaxtextarea group with 2 updates chore(deps): bump the flatlaf-and-rsyntaxtextarea group across 1 directory with 2 updates Jul 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/flatlaf-and-rsyntaxtextarea-7cf0cecd97 branch from 8efabc5 to 36f7e72 Compare July 13, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants