T O P I C R E V I E W |
kenny |
Posted - Nov 20 2013 : 02:26:46 AM It would be really useful if the dot character '.' can be used to filter out symbols that are not end with specified name. For example, "LineColor." should show symbols that ends with LineColor, such as GetLineColor/SetLineColor/etc. ".LineColor." should display symbol that has exactly the same name as LineColor.
Thanks. |
4 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Nov 07 2014 : 10:05:51 AM case=5977 is implemented in build 2052 using dot as the begin and end anchor |
feline |
Posted - Nov 25 2013 : 05:50:18 AM We are considering doing this, in addition to dot one suggestion is to use < and > to mark the start end end of a symbol, since these are the tokens used to mark start and end when doing an IDE regular expression find:
case=5977 |
kenny |
Posted - Nov 20 2013 : 8:47:21 PM quote: Originally posted by DusanDusan
Why dot? Dot is standard accessor for members...
Because VA has already use dot as the symbol start anchor indicator, I thought it would be easier to remember, but surely we can use other character. |
Dusan |
Posted - Nov 20 2013 : 08:49:10 AM Why dot? Dot is standard accessor for members... |