Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Light-red highlighting needed for G?pass by ref"

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
davenovak Posted - Jan 22 2010 : 1:40:34 PM
I love the VAX highlighting of selected variable and how light-blue indicates read-only references and light-red indicates where its value may be changed. That said, VAX does not use light-red where the symbol is passed either by reference or by address/pointer to another method. I would think that such references should be highlighted in light-red since the method being called may update the value of the symbol.

Please note, however, that passing by read-only reference (where what is being referenced is const), the highlighting should remain light-blue.
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 04 2010 : 5:45:26 PM
case=4154 is fixed in build 1829
feline Posted - Mar 04 2010 : 09:42:40 AM
I am seeing the same effect here. Thank you for the clear description.

case=4154
davenovak Posted - Feb 26 2010 : 11:59:14 AM
I just noticed today that local data declarations using constructor-style syntax also are showing up with light-blue highlighting. For example, using this code fragment:
ScriptHandle id(m_EntityId);
pScript->SetGlobalValue( ENTITY_ALIAS, id );
if I were to select id, both locations would show up with light-blue highlighting. In reality, of course, the first instance (where the data is defined and initialized) should use light-red highlighting.

Bottom line: be sure that constructor calls for local variables get light-red highlighting.
accord Posted - Jan 25 2010 : 1:49:14 PM
We are considering doing this at some point:

case=9955

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