Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] SWT multi-carets/selection proposal: call for Win and Mac testers



On Thu, Jan 23, 2020 at 8:54 PM Nikita Nemkin <nikita@xxxxxxxxx> wrote:
Where should I report the problems? Mailing list/Bugzilla/Gerrit?

I think Gerrit review is the best place at the moment.
 
Is there a list of known issues?
 
Not yet. I think it's also worth keeping that on the Gerrit review: if they're blocking then they need to be fixed as part of the review; if they're not blocking then we'll turn them into regular bugs when the 1st iteration is merged.

Are there any intentional differences from SublimeText/VSCode-style behavior?

Not on this layer, it should be very similar. But all the parts about enabling the extra-carets as search results and so on will be part of JFace/Editor; SWT "only" has to cover new API to deal with carets/selections, draw them and support move/edit operations as part of its usual API.

Back to the top