Skip to content
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

Don't add header to existing sources #28

Open
fgiust opened this issue Aug 6, 2017 · 1 comment
Open

Don't add header to existing sources #28

fgiust opened this issue Aug 6, 2017 · 1 comment

Comments

@fgiust
Copy link

fgiust commented Aug 6, 2017

When the plugin is enabled, it always add the header
/** Eclipse Class Decompiler plugin, Copyright (c) 2017 Chen Chao. */
when opening an existing source file.
This is very very annoying, since it adds an additional line to original sources you are using for debug, so the debugger it's always off one line when debugging.
Could you please avoid that the header is added at least for existing sources? (removing it from any file would ever be better, I understand you want to highlight your work but this can be really annoying...)

@cnfree
Copy link
Owner

cnfree commented Aug 7, 2017

I merge one empty line or the first line after the comment line at the source code, so the debugger shouldn't off one line when debugging.

If it off one line, that's a bug.

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

No branches or pull requests

2 participants