T O P I C R E V I E W |
tal.agmon |
Posted - Jun 18 2006 : 11:12:37 AM Hi,
Does anyone knows if it's possible to tell Visual Asist to explicitly recognize text as CAPS.
Problem: when I type the custom AutoText, header: ... #ifndef INCLUDE_%FILE_BASE%_%FILE_EXT% #define INCLUDE_%FILE_BASE%_%FILE_EXT%
#endif // INCLUDE_%FILE_BASE%_%FILE_EXT%
I get the following output
#ifndef INCLUDE_MyFile_hxx #define INCLUDE_MyFile_hxx ... #endif // INCLUDE_MyFile_hxx
Instead of:
#ifndef INCLUDE_MYFILE_HXX #define INCLUDE_MYFILE_HXX ... #endif // INCLUDE_MYFILE_HXX
Regards
|
3 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jun 18 2006 : 1:01:21 PM A quick search for "upper" in our history tells us you need 1445 or later.
http://www.wholetomato.com/support/history.html |
tal.agmon |
Posted - Jun 18 2006 : 11:54:48 AM I guess it is not supported in 4.1.3.1237 Built Oct 13, 2002 version |
rhummer |
Posted - Jun 18 2006 : 11:25:12 AM http://www.wholetomato.com/products/features/autotext.html?more=yes
for more information.
but you want to use %FILE_BASE_UPPER% %FILE_EXT_UPPER% |