https://kotlinlang.org logo
Join Slack
Powered by
# jewel
  • f

    Francisco Noriega

    05/06/2025, 6:21 PM
    I specifically was looking for this chromeless button that looks almost like a link
  • f

    Francisco Noriega

    05/06/2025, 6:23 PM
    but yeah, let me see if I can just use action button and specify the font color etc of the text
  • s

    seb

    05/06/2025, 6:57 PM
    Iirc it has a slot, you can put a row in it
  • c

    Chris Sinco [G]

    05/06/2025, 7:47 PM
    That is known as a Toolbar Dropdown in the design spec
  • c

    Chris Sinco [G]

    05/06/2025, 7:49 PM
    Well actually itโ€™s a bit confusing. We have a Toolbar Button with option to be a dropdown, and a Toolbar Dropdown ๐Ÿคฆโ€โ™‚๏ธ
    ๐Ÿ˜‚ 1
  • c

    Chris Sinco [G]

    05/06/2025, 7:49 PM
    image.png
  • m

    Michael

    05/07/2025, 12:22 AM
    The jewel repo was archived in the meantime - I made a pull request to it in the past to fix an issue and saw that it was merged into the community repository. I now wonder if there is a way to use the jewel standalone versions from the community repository. I use following: https://packages.jetbrains.team/maven/p/kpm/public/org/jetbrains/jewel/jewel-int-ui-standalone-243/0.27.0/ https://packages.jetbrains.team/maven/p/kpm/public/org/jetbrains/jewel/jewel-int-ui-decorated-window-243/0.27.0/ Can I use newer version?
    s
    • 2
    • 2
  • m

    Mehdi J

    05/23/2025, 11:16 AM
    Dear @seb Is there any news about Jewel 0.28?
    s
    m
    • 3
    • 3
  • w

    willflier

    05/26/2025, 4:37 AM
    Hello everyone, I'm encountering an error while trying to build my project with standalone jewel[version0.28.0 251.26137]
    Copy code
    :main: Could not find org.jetbrains.skiko:skiko-awt-runtime-all:0.9.2.  
    Searched in the following locations:  
    - <https://repo.maven.apache.org/maven2/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>  This dependency is required for my project, but it seems unavailable in the Maven Central Repository.- <https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>
    - <https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>
    - <https://packages.jetbrains.team/maven/p/kpm/public/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>
    - <https://www.jetbrains.com/intellij-repository/releases/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>
    - <https://www.jetbrains.com/intellij-repository/snapshots/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.2/skiko-awt-runtime-all-0.9.2.pom>
    This dependency is required for jewel, but it seems unavailable in the Maven Central Repository.
    s
    • 2
    • 18
  • u

    ืืœื™ื”ื• ื”ื“ืก

    06/05/2025, 10:56 AM
    Is it possible to create menus like this with Jewel?
    s
    f
    • 3
    • 3
  • u

    ืืœื™ื”ื• ื”ื“ืก

    06/06/2025, 10:20 AM
    There is a problem with RTL under Windows, the content of the title bar is displayed from right to left but the buttons themselves are on the far right instead of being on the left.
    s
    • 2
    • 11
  • m

    Mehdi J

    07/09/2025, 8:24 AM
    Just checking inโ€”any news on the new version? Has it been released yet? @seb
  • s

    seb

    07/09/2025, 8:36 AM
    0.29 is being cherry picked to the 251 and 252 branches this week, hopefully will be released soon
    ๐Ÿ‘ 3
  • k

    Kevin

    07/22/2025, 8:13 AM
    hi noticed the jewel repo was archived, so a bit confused how to get started. are tehre good docs for this for setting up jewel?
  • k

    Kevin

    07/22/2025, 8:13 AM
    and were they moved? woudl like to know the source of truth/most up to date one
  • s

    seb

    07/22/2025, 8:24 AM
    As we mentioned in the readme and repo description, the code has been moved to the intellij-community repository
  • s

    seb

    07/22/2025, 8:24 AM
    If you scroll up a bit on this channel you'll find I linked a sample setup project
  • s

    seb

    07/22/2025, 8:24 AM
    Hopefully that should be enough to get you started
  • s

    seb

    07/22/2025, 8:25 AM
    We're working to simplify the setup and properly document it in a more official place, but consider that using compose for non-bunded plugins is still not officially supported by JetBrains yet
  • s

    seb

    07/22/2025, 8:26 AM
    It works (see Junie) but it can be non-trivial and there can be gotchas
    ๐Ÿ™Œ 2
  • k

    Kevin

    07/22/2025, 8:35 AM
    thanks!
  • s

    seb

    07/22/2025, 9:38 AM
    No worries!
  • s

    seb

    07/22/2025, 9:40 AM
    Looking forward to see what y'all ship with Compose ๐Ÿ™‚
  • s

    seb

    07/22/2025, 3:06 PM
    Good news, everyone! Jewel 0.29 just hit Maven Central, and will be included in IJ 252.1+ and 251.5+ Release notes here (they're still being updated, but it's already mostly correct)
    โค๏ธ 4
    K 2
    K 8
    ๐ŸŽ‰ 15
    jewel 1
  • s

    seb

    07/23/2025, 9:42 AM
    The release notes have been updated! Sorry it took a while to do this, we've had our CI put out of service by the foojay disco API outage for the past ~24h
    ๐Ÿ‘ 1
  • u

    ืืœื™ื”ื• ื”ื“ืก

    08/04/2025, 4:27 AM
    Hi, can I custom the
    SelectionContainer
    ? I need to customize the context menu
    โœ… 1
    s
    • 2
    • 3
  • u

    ืืœื™ื”ื• ื”ื“ืก

    08/10/2025, 5:41 PM
    Hi, I would like to reproduce the example of the tabs, but I would like them to react to the scroll of the mouse, how to do this ?
    s
    • 2
    • 17
  • m

    Mehdi J

    08/14/2025, 10:42 AM
    Can a plugin with Jewel 0.27 work on 251.5+ or 252.1+ ?
    s
    • 2
    • 1
  • c

    CodeSpartan

    08/25/2025, 9:27 AM
    I've run into a bug with Dropdown/Submenus on desktop. Once a submenu opens, it can't be closed by moving the cursor back to the parent menu. A video: https://res.cloudinary.com/dnmzmkffy/video/upload/v1756113855/cobbkjhqv4jvj8emrjpk.mp4 This makes it impossible to go into another submenu. I'm just asking to confirm that it's a bug and it's not me, because something so obvious would be reported, I would think.
    s
    • 2
    • 5
  • s

    seb

    09/04/2025, 10:42 AM
    Hello everyone โ€” great news, we've released Jewel 0.30. It will be included in IJP 251.5 and 252.2. As usual, it comes with a lot of bug fixes and several new features. We've also updated Compose Multiplatform to 1.9.0-beta03, which besides all the new Compose features, also contains a few nice bug fixes โ€” most notably, undo/redo now works properly in text fields even when there are programmatic changes. Full release notes: https://github.com/JetBrains/intellij-community/blob/master/platform/jewel/RELEASE%20NOTES.md
    ๐Ÿ™Œ 7
    jewel intensifies 1