| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Hiding advice markers |
| </title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| </head> |
| <body> |
| <h1> |
| Hiding advice markers |
| </h1> |
| <p> |
| Markers can be configured on a per-aspect basis. |
| </p> |
| <p>To hide advice markers for an aspect: |
| </p> |
| <ol> |
| <li>Select the aspect, file or project in the Package Explorer</li> |
| <li>Right click and select <b>AspectJ Tools > Configure Advice Markers...</b> |
| from the context menu.</li> |
| <li>Select the aspect that you want to hide the markers for and click |
| <b>Edit...</b>.</li> |
| <li>Select 'None' from the list.</li> |
| <li>Click <b>OK</b>.</li> |
| <li>Click <b>OK</b> to apply your changes.</li> |
| </ol> |
| <p> |
| or |
| </p> |
| <ol> |
| <li>Right click on one of the markers in the margin of the editor. </li |
| <li> Select <b>AspectJ Tools > Configure Advice Markers...</b> |
| from the context menu.</li> |
| <li>Select the aspect that you want to hide the markers for and click |
| <b>Edit...</b>.</li> |
| <li>Select 'None' from the list.</li> |
| <li>Click <b>OK</b>.</li> |
| <li>Click <b>OK</b> to apply your changes.</li> |
| </ol> |
| |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"><br> |
| <a href="changemarkerimage.htm">Changing the image for advice markers</a><br> |
| <a href="markers.htm">Navigating with markers</a> |
| </p> |
| |
| </body> |
| </html> |