java - How to make my own warnings appear in the Eclipse Problems view? -
i developing cdt plug-in eclipse ide. want own warning appear in problems view.
furthermore, warning message important , must seen user, problems view may not shown, show message box.
how can add warning problems view , preferred way deal warnings must seen in eclipse ide?
preferred way deal warnings must seen in eclipse ide?
make them errors instead of warnings.
then, when next state in workflow needs output of problematic code, when appropriate pop-up. when coding , making changes, normal have "temporary" errors/warning in code. pop-ups @ time inconvenient. when proceed launch code or similar want warned off.
consider case of doing java launch. if there errors in code there pop-up this:
Comments
Post a Comment