C/C++ Options, Autoformat on save, Ignore file with specific extensions.#3
Open
nelabidi wants to merge 1 commit intolukamicoder:masterfrom
Open
C/C++ Options, Autoformat on save, Ignore file with specific extensions.#3nelabidi wants to merge 1 commit intolukamicoder:masterfrom
nelabidi wants to merge 1 commit intolukamicoder:masterfrom
Conversation
Owner
|
Sorry for not responding sooner. I'm debating whether to include your feature or not. If there are more request for it I'll add it. |
|
I send a issue for this point but did not get any answer. Do you have a update version of this extension with your modification ? If yes, could you please end it ? |
Author
|
Hello,
Glad to hear from you, and yes I do still have it and i have been using it
for my personal projects, once I install my old hard drive I will be more
than happy to send it to you
Thanks
…On Thu, Feb 8, 2018 at 9:04 AM, Stephane ***@***.***> wrote:
I send a issue for this point but did not get any answer. Do you have a
update version of this extension with your modification ? If yes, could you
please end it ?
Regards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2vBF8ibOyFR9WQVYQpJW-4rnKr_m1Kks5tSwzkgaJpZM4Fu5JJ>
.
--
Naoufel El Abidi,
nelabidi.work@gmail.com
Tel: 402-601-8407
Linkedin: https://www.linkedin.com/in/naoufel-elabidi-9b647773
|
|
Hello, Thank you for your answer. Since my post and without any sound from you (I do not blame you of course !) I have modified the code to get this functionality. Regards |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added the ability to ignore files with specific extension, this is useful if you want to edit a file(ex: a parser grammar file) inside visual studio, you want the syntax highlight and you want it to be treated as a c++ document , but the extension keep breaking the format each time I hit ctrl+s.
I hope this will be useful for you too.
Thank you for this extension. it's saving me time and keeping my source file formatted before any commit, no need to use a git before commit hook anymore :)
Thanks :)