-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved responsiveness of editor for large projects #12
base: master
Are you sure you want to change the base?
Conversation
each) and recreating and recompiling the regex pattern every time is insanely expensive.
Please can this pull request be assessed and accepted as soon as possible as we have been waiting a long time for a change that would improve this plugin's responsiveness |
We would like you to merge the fix as soon as possible |
it would be great to get the changes!!! |
We are waiting for this aswell Update: Remarks: Update: |
Still waiting for this pull request to be merged, are there concerns around it? I believe the CTRL+F issue mentioned in the comment above was pre-existing |
@benheap as far as I remember, PRs are only considered if there is a corresponding issue in their tracker open. Did you create one? |
to be honest, most of our team are using IntelliJ now anyway but for those still using eclipse this does affect them in their day to day writing of stories |
@benheap I meant the Jira tracker of the project, which is used as a base for everything. But Paul Burton over there just re-referenced this issue here: https://jira.codehaus.org/browse/JBEHAVE-889 |
I created a new improvement request in codehaus for this pull request: https://jira.codehaus.org/browse/JBEHAVE-1023 |
might be a reference to a constant or an expression) by setting the priority to null.
The attached change goes a long way towards improving the responsiveness of the editor for projects with large numbers of steps (issue #6), by not recreating the same StepMatcher for every candidate step on every keystroke.