Eric Winger
Eric Winger
Code completion will intermingle code completion with following, non-selected characters if no blank
**Bug description** Code completion will complete with completion characters intermixed with following, non-selected characters if there is no blank before the existing characters. **To Reproduce** Steps to reproduce the behavior:...
**Bug description** SpTextPresenter>>whenCursorPositionChangedDo: should send an event when the cursor position of the text widget changed. However, instead it gets a walkback. **To Reproduce** Implement #connectPresenters and send #whenCursorPositionChangedDo: to...
Bug: Setting a debug point in the new implementors / senders window makes the slider go crazy. Windows resize dramatically. Slider won't follow the mouse. General mayhem ensues. Reproduction: Open...
_Please make sure there aren't any open/closed issues for this topic 😃 -_ searched but didn't see reference to the failing method. **Bug description** In trying to figure out how...
**Bug description** Periodically, for no reason I can discern, writing to a text window fails. Here is just one example. The sourceString in RubCompositionScanner is size 18507, but the method...
**Bug description** Occasionally, I see a Spec2 list seem to get "disconnected" and the rest of the gui wouldn't update after a selection change. I chased the problem down and...
I've seen this walkback occasionally. It's pretty horrible when it happens as you can see by the picture. Also attaching one walkback stack trace from the PharoDebug file. It showed...
Sometime recently a change occurred between stable versions of Pharo 12 ... `SpCollectionListModel>>#indexOf:ifAbsent:` changed from using indexOf:ifAbsent: to identityIndexOf:ifAbsent:. I'm not sure prompted the change but it, at best, isn't...
In Pharo 13, executing this code in a Playground opens a modal dialog with the opportunity to select a dialog. | path | path := StPharoApplication current selectDirectoryTitle: 'Choose directory'....
I'm not that familiar with the stylesheets, but the code in this method creates a rather painful-to-find display bug when subclassing adapters. It would be better, in my opinion, to...