Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 BUG: Underline spelling errors fails

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Johann Posted - May 12 2011 : 03:12:59 AM
Underline spelling errors fails when a Doxygen comment like this is used:

enum Foo
{
Foo1 /**< The firrst. */
};

Above, "firrst" will not be underlined, although obviously typo-ed.

Changing the comment style to "//" or "/** ... */ or "/* ... */ makes the underlining work again, si I guess it's the '<' in "/**<" that makes your parser choke:



VA version: 10.6.1845.0

--
Johann Gerell
[email protected]
5   L A T E S T    R E P L I E S    (Newest First)
support Posted - Oct 29 2012 : 11:14:41 AM
case=69662 is fixed in build 1918
sean Posted - Oct 01 2012 : 9:38:42 PM
Confirmed, thanks for the report.

case=69662
PatrikJourdan Posted - Oct 01 2012 : 09:09:58 AM
The same problem as reported by Johann occurs with Doxygen-style endline comments:

enum Foo
{
Foo1 ///< The firrst (doxygen end line comment: spell check does NOT work)
};

VA version: 10.7.1916.0



support Posted - Jul 20 2011 : 02:10:04 AM
case=57415 is fixed in build 1854
feline Posted - May 12 2011 : 1:53:24 PM
This is rather unexpected. I am seeing the same effect here. Thank you for the clear description.

case=57415

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000