-
Notifications
You must be signed in to change notification settings - Fork 57
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
Get tabWidth / insertSpaces from editor preferences store #271
Conversation
This PR provides the capability to get the It will give the capability to customize the insert spaces / tabs with UI preferences and .editorconfig, but it requires some changes on Platform Text I created a draft PR for that eclipse-platform/eclipse.platform.text#109 |
0b277a5
to
a533373
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, but some test do not compile any more. Could you take a look at those?
1b7f08a
to
5db3d86
Compare
Even if this code works without some changes from Platform, it will use every time EditorUI preference store, but I think before merging this PR, @mickaelistria should be OK to merge this little PR eclipse-platform/eclipse.platform.text#88 (see my comment at eclipse-platform/eclipse.platform.text#88 (comment)) |
It should work now (CI build has successed) |
Agree, let us Mickael decide. Thanks for the clarification. |
806607a
to
d7d52d5
Compare
Fixes eclipse-lsp4e#245 Signed-off-by: azerr <[email protected]>
@angelozerr is this PR still something you are working on or shall we close it? |
Im sorry I have no time to work on it. You can close it if you wish. |
Get tabWidth / insertSpaces from editor preferences store
Fixes #245
Signed-off-by: azerr [email protected]