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

    Francisco Noriega

    05/05/2025, 10:12 PM
    Is there anything like a split button already in Jewel? https://plugins.jetbrains.com/docs/intellij/split-button.html#more-than-two-related-actions
    k
    s
    • 3
    • 4
  • f

    Francisco Noriega

    05/06/2025, 6:18 PM
    @seb Is there any plan for Jewel to also have the Toolbar version of components like button or searchbar? https://www.figma.com/design/JFNOEKGwv6sAl4jm9F4SCo/Int-UI-Kit--Community-?node-id=6285-72286&t=IelWryxluZlcI43g-4
  • s

    seb

    05/06/2025, 6:19 PM
    Not right now. Feel free to file feature requests on Youtrack
    👍 1
    f
    • 2
    • 2
  • s

    seb

    05/06/2025, 6:20 PM
    I think ActionButton APIs should get you 99% of the way there in any case
  • s

    seb

    05/06/2025, 6:20 PM
    The jewel one I mean
  • 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 7
    🎉 15
  • 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