Jan Blizničenko
Jan Blizničenko
`SpIndeterminatedProgressBarState` has fixed text 'Processing...' above the slider. In many occasions, that is not exactly the desired text ('Loading', 'Saving' or whtever might be more appropriate). Right now, the class...
Currently, when I use SpPanedLayout and set position as fixed size (not percentage), it keeps the first pane size when resizing window/owner and only the second pane is being resized...
What I need is to have right/bottom-side toolbar with fixed size considering outside source of resize (like resizing window), but still allow manual resizing by using the splitter. It would...
In some cases (in some windows / layouts, in some not) when window with buttons is opened and I mouse over those buttons, they are moving by a few pixels...
Hello Whenever I use Non-ASCII character, for example czech character ř, generated pdf is completely empty (does not contain even elements without Non-ASCII characters). For example, if I modify `PDFDemos>>#alignmentsTest:`...
When jdt2famix 1.0.3 is used on Windows on AgroUML project to produce MSE, the resulting MSE cannot be parsed. **Steps to reproduce on Windows 10 64bit:** 1. Download libraries and...
Pharo 12 generates Tonel 3.0, Pharo 11 generates Tonel 1.0. Whenever any part of a class is changed in Pharo 12, the format of the entire is rewritten to Tonel...
`GeneralScrollPane` was renamed to `GeneralScrollPaneMorph` few Pharo versions ago with the original `GeneralScrollPane` being first deprecated, then finally removed in Pharo12. Magritte uses `GeneralScrollPane` in 3 places. The direct usage...
Metacello load scripts cannot handle GitLab repositories with subgroups, like `https://gitlab.com/jantopgroup/middlegroup/innergroup/project` The following script does not work: ```Smalltalk Metacello new baseline: 'SubgroupsProject'; repository: 'gitlab://jantopgroup/middlegroup/innergroup/project'; load. ``` It causes metacello to...