<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/tips.css"> | |
</head> | |
<body> | |
<p>When using Code Completion in Java, you can accept the currently highlighted selection in the popup list | |
with the exclamation sign (!) character. It will be inserted before the boolean method or variable you were completing, | |
thus negating the whole expression.</p> | |
<p class="image"><img src="images/exclamationFinish_before.png"></p> | |
<p>After pressing '!':</p> | |
<p class="image"><img src="images/exlamationFinish_after.png"></p> | |
</body> | |
</html> |