You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Each time eclipse starts up Autoderiv plugin adds marker Added rule: ... with type=info which goes to Problems view. Each time I have to manually delete those rows. Is there an option to disable those infos? I tried to disable all checkboxes related to logging in autoderiv settings, it didn't help
Update:
Found setting Add markers in .derived file.... Very strange idea to show info marker in Problems view. Having entries in Problems view basically means something wrong with my code/project setup. I'm ok with warnings/errors for .derived files if it's something wrong with their contents, but why show info when everything is ok and working as expected. I specifically installed this plugin to add gradle build folder to derived which sometimes resets after rebuild without this plugin. That means I expect build folder to be always derived, no reason to tell me this every eclipse startup.
In other words separate Add markers in .derived file... setting into two Add errors/warnings markers in .derived file... and Add info markers in .derived file... or even remove second checkbox completely and change behavior from info/warning/error to warning/error. Because as I said I don't want to see infos, but I want to see errors/warnings for .derived files if there is something wrong with them.
The text was updated successfully, but these errors were encountered:
Hello!
Each time eclipse starts up Autoderiv plugin adds marker
Added rule: ...
with type=info which goes to Problems view. Each time I have to manually delete those rows. Is there an option to disable those infos? I tried to disable all checkboxes related to logging in autoderiv settings, it didn't helpUpdate:
Found setting
Add markers in .derived file...
. Very strange idea to show info marker inProblems view
. Having entries inProblems view
basically means something wrong with my code/project setup. I'm ok with warnings/errors for .derived files if it's something wrong with their contents, but why showinfo
when everything is ok and working as expected. I specifically installed this plugin to add gradlebuild
folder to derived which sometimes resets after rebuild without this plugin. That means I expectbuild
folder to be always derived, no reason to tell me this every eclipse startup.In other words separate
Add markers in .derived file...
setting into twoAdd errors/warnings markers in .derived file...
andAdd info markers in .derived file...
or even remove second checkbox completely and change behavior from info/warning/error to warning/error. Because as I said I don't want to see infos, but I want to see errors/warnings for.derived
files if there is something wrong with them.The text was updated successfully, but these errors were encountered: