The Ctrl - W option to wra- round and hightlight the word next to the
cursor/caret doesnt seem to work anymore with javadoc comments under build
537 using Windows 98.

For example, consider the following method


        /**
         * Returns the x cooridinate
         */
        public int getX()
        {
                return this.x;
        }

If the cursor/caret is within the coordinate characters and we use Ctrl-W
then the whole line is selected and not the expected behaviour of just the
cooridinate word.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to