vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

[Find/Replace]: Classic Dialog doesn't handle RegEx-Errors well #124

Open fedejeanne opened 1 month ago

fedejeanne commented 1 month ago

(Taken from https://github.com/eclipse-platform/eclipse.platform.ui/issues/1204)

The problems

Goal

Non-goals

fedejeanne commented 1 month ago

Maybe @jakub-suliga and/or @jannisCode would like to chat about it with @Wittmaxi and support him/take over?

Wittmaxi commented 1 month ago

@fedejeanne the mentionned issue is a good first issue for new contributors. The main issue here is in finding an expected solution - we could not yet agree on an expected behavior (it might be helpful to create a few different prototypes ?)

Moreover, the Find/Replace overlay does not offer any feedback on RegEx-Errors (thus slightly losing functionality). Maybe we can find a solution for the Overlay as well?

I am not currently planning on fixing the above issue, I believe it is an excellent issue e.g. for @jannisCode so he can quickly see first results. Feel free to reach out :)

fedejeanne commented 1 month ago

Thank you for the details, @Wittmaxi! Then I'll refine this issue and set some goals and proposals in the coming days.

Moreover, the Find/Replace overlay does not offer any feedback on RegEx-Errors (thus slightly losing functionality). Maybe we can find a solution for the Overlay as well?

I'll keep that in mind 👍

fedejeanne commented 1 month ago

@jannisCode I changed the description of this issue to reflect what we discussed. I left it in this internal issue because I merely accepted the proposals that were made in the original issue (https://github.com/eclipse-platform/eclipse.platform.ui/issues/1204) so the PR can simply reference that issue.

@Wittmaxi I left out the part about the view to evaluate the expressions (see Non-goals). That one can be done in a separate PR/Issue.