Fabrizio Scarponi

Results 12 issues of Fabrizio Scarponi

Set A default void implementation on Cell, HeaderCell, RowCell Click/long click listener this simple upgrade can save a lot of unnecessary work... without this if u don't override methods the...

enhancement

My goal is to create a set of "toggle icons" with the same aspect and workflow as the circular toggle. There is a way to do that without creating a...

in ColorSlider.OnColorSelectedListener should not be necessary to override invoke(int ,int) method, especially with arguments. with a simple fix, you could not use the following workaround ![image](https://user-images.githubusercontent.com/36624359/133232934-4902e0d3-e997-4754-a2a9-87145ef08099.png)

with the current implementation, creating a split pane with three panes (common use case in IJ) is possible but encounters many issues and no good code readability. (nesting 2 SplitLayouts)...

bug

![Screen recording of Swing list behaviour](https://github.com/JetBrains/jewel/assets/153802/de3f5117-ff3d-47c7-a2fd-de2e1eef9c0c) So, I checked and the Swing behaviour is as follows: 1. [Solved] When focusing a list, either the previous selection is kept, or the...

consistency

LazyTreeState exposes key info such as selected keys, open nodes ecc let this key be Any can be error prone, maybe we can elaborate a strategy to avoid that Use...

question
api

Scroll will keep the parent visible, allowing user to understand better the current element hierarchy

feature

![image](https://github.com/JetBrains/jewel/assets/36624359/23cf4e7e-dee1-4c59-b307-2cfd8feeed29) in the example you can drag the divider and let the second width become less than 200.dp this is how modifier is applied on content ![image](https://github.com/JetBrains/jewel/assets/36624359/83a70ba3-2a8b-4048-aefb-6839b2d4b93a)

Due to SelectableLazyColumn usage, we found the following points that can be improved: - [ ] SLC should directly handle the background color behaviour, so we need to introduce the...

feature
api

the current implementation makes it complicated for the user to handle custom content arrangements

feature