Martín Dias
Martín Dias
Hello, Thanks for the report and sorry for the delay to have an answer. Does it still happen? did you have the opportunity to try it in Pharo 9? Regards.
Ah, we can implement it as in `IceTipWorkingCopyBrowser`. IIRC, @estebanlm told me that table filtering should be converted like that in Spec2 (i.e. filtering in tables won't be a behavior...
Hi! Sadly I'm not following the recent discussions / issues., but I wanted to say somewhere this: the project has a [wiki](https://github.com/pharo-vcs/iceberg/wiki) that you might enrich with info such as...
Google links to the following template, but maybe too long for our window: ``` Capitalized, short (50 chars or less) summary More detailed explanatory text, if necessary. Wrap it to...
Only as a reference (not important), I show how it works in Visual Studio Code. You see a warning at bottom for the current line where the cursor is positioned....
AFAIR, I created PRs without problems with the the version of Iceberg that's now in Pharo 9. Do we close it?
I have a question relative to this. For example, a method in the class IceTipFiletreeToTonelDialog in dev-1.9: ```Smalltalk defaultSpec ^ SpBoxLayout newHorizontal add: #iconPanel width: 40 * self currentWorld displayScaleFactor;...
Does `add: #mergeWithMasterCheckbox height: self inputTextHeight` require to multiply by displayScaleFactor?
31 methods to rewrite: ``` IceGitHubNewBranchFromIssuePanel IceGitHubPullRequestDetailModel IceGitHubTipPullRequestBrowser IceTipActionPanel IceTipAddPackagesDialog IceTipAddPlaintextCredentialsModel IceTipAddRemoteDialog IceTipAddSSHCredentialsModel IceTipAddTokenCredentialsModel IceTipAskForPlaintextCredentialsModel IceTipAskForPlaintextOtpCredentialsModel IceTipCheckoutNewBranchPanel IceTipCheckoutPreviewBrowser IceTipCherrypickPreviewBrowser IceTipCommentPanel IceTipCreateTagPanel IceTipEditPlaintextCredentialsModel IceTipEditProjectDialog IceTipEditSSHCredentialsModel IceTipErrorDialog IceTipFiletreeToTonelDialog IceTipGitProviderRepositoryPanel IceTipGitRepositoryPanel IceTipGitUsernameAndEmailDialog IceTipLocalRepositoryPanel...
I debugged a bit without spotting the root of the problem. I went until the code where the git index is manipulated. It should be close.