blob: 05d9265fcc35c24d1ba21e5a878ae3cdd61c9db5 [file] [log] [blame]
<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>