Skip to content

Conversation

@nicarran
Copy link

@nicarran nicarran commented May 2, 2020

Some fixes and cleanups: logging, lineMap position mismatch, incremental completion when prefix length is 0.

uchukara added 5 commits May 1, 2020 08:37
The logging level is filtered by the Loggers, there is no need to restrict it at the handler
level. It is also useful to let the handler level on ALL to allow specifying finer levels for
specific classes using a logging file configuration.

Some optimizations are made to avoid computing String.format and the stack trace.
LineMap.getPosition(line,col) expands tabs to spaces causing position mismatch when editing source
files with tabs, use getStartPosition instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants