-
-
Notifications
You must be signed in to change notification settings - Fork 21
Support workspace mechanic source directories #240
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
Labels
Milestone
Comments
Hi @akronenw, I'm not 100% sure what you exactly need, but if you provide a PR I'm happy to look into it and merge it to the next plugin version. Please keep in mind to create the PR against the branch "release/1.15.x" and NOT master. Cheers, |
akronenw
pushed a commit
to akronenw/externalcodeformatter_for_netbeans
that referenced
this issue
Feb 3, 2023
Added dedicated workspace mechanic config parser that can read properties from multiple files
funfried
added a commit
that referenced
this issue
Mar 7, 2023
…ace_mechanic_files Issue #240 - Support workspace mechanic source directories
funfried
added a commit
that referenced
this issue
Aug 10, 2023
funfried
added a commit
that referenced
this issue
Aug 10, 2023
funfried
added a commit
that referenced
this issue
Aug 10, 2023
funfried
added a commit
that referenced
this issue
Aug 11, 2023
funfried
added a commit
that referenced
this issue
Aug 15, 2023
funfried
added a commit
that referenced
this issue
Aug 15, 2023
funfried
added a commit
that referenced
this issue
Aug 15, 2023
funfried
added a commit
that referenced
this issue
Aug 15, 2023
funfried
added a commit
that referenced
this issue
Aug 15, 2023
@akronenw Should be done, mostly thanks to your PR and will be published within the next release but is already available within the current SNAPSHOT. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our company we have the workspace mechanic settings files stored on a network directory. In the local mechanic epf file we refer to that directory:
/instance/com.google.eclipse.mechanic/mechanicSourceDirectories=["/path/to/network/directory/mechanic/settings","/user/home/.eclipse/mechanic"]
In order to have the settings automatically collected, the code formatter must support the key and collect all information from that directory. I have already started coding that and can offer a PR soon (I made this issue anyway, for discussions beforehand).
The text was updated successfully, but these errors were encountered: